Home
last modified time | relevance | path

Searched refs:lvname (Results 1 – 1 of 1) sorted by relevance

/linux-4.19.296/block/partitions/
Daix.c47 struct lvname { struct
155 static struct lvname *alloc_lvn(struct parsed_partitions *state, u32 lba) in alloc_lvn()
157 size_t count = sizeof(struct lvname) * LVM_MAXLVS; in alloc_lvn()
158 struct lvname *p; in alloc_lvn()
187 struct lvname *n = NULL; in aix_partition()