Home
last modified time | relevance | path

Searched refs:pvd (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/block/partitions/
H A Daix.c58 struct pvd { struct
125 * Description: Returns pvd on success, NULL on error.
126 * Allocates space for pvd and fill it with disk blocks at @lba
127 * Notes: remember to free pvd when you're done!
129 static struct pvd *alloc_pvd(struct parsed_partitions *state, u32 lba) in alloc_pvd()
131 size_t count = sizeof(struct pvd); in alloc_pvd()
132 struct pvd *p; in alloc_pvd()
180 struct pvd *pvd = NULL; in aix_partition() local
234 /* pvd loop in aix_partition()
[all...]
/kernel/linux/linux-6.6/block/partitions/
H A Daix.c58 struct pvd { struct
109 * Description: Returns pvd on success, NULL on error.
110 * Allocates space for pvd and fill it with disk blocks at @lba
111 * Notes: remember to free pvd when you're done!
113 static struct pvd *alloc_pvd(struct parsed_partitions *state, u32 lba) in alloc_pvd()
115 size_t count = sizeof(struct pvd); in alloc_pvd()
116 struct pvd *p; in alloc_pvd()
164 struct pvd *pvd = NULL; in aix_partition() local
218 /* pvd loop in aix_partition()
[all...]

Completed in 2 milliseconds