Searched defs:alloc_end (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_sp.c1198 * alloc_end ], and another free extent containing the
1199 * range ( alloc_end .. free_end ]. If either of the two
1219 sp_ext_offset_t alloc_end = alloc_offset + alloc_length; local
1224 assert(free_end >= alloc_end);
1234 if (free_end > alloc_end) {
1235 meta_sp_list_insert(NULL, NULL, head, alloc_end,
1236 (free_end - alloc_end), EXTTYP_FREE, 0, EXTFLG_UPDATE,

Completed in 75 milliseconds