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

/illumos-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_sp.c164 sp_ext_offset_t alloc_offset, sp_ext_length_t alloc_length, uint_t seq);
1185 * alloc_offset - the offset of the allocation
1191 * allocated portion starts at alloc_offset and is
1192 * alloc_length long. Both (alloc_offset) and (alloc_offset +
1196 * free extent containing [ free_offset .. alloc_offset ), an
1197 * allocated extent containing the range [ alloc_offset ..
1211 sp_ext_offset_t alloc_offset,
1219 sp_ext_offset_t alloc_end = alloc_offset + alloc_length;
1223 assert(free_offset <= alloc_offset);
1206 meta_sp_alloc_by_ext( mdsetname_t *sp, mdname_t *np, sp_ext_node_t **head, sp_ext_node_t *free_ext, sp_ext_offset_t alloc_offset, sp_ext_length_t alloc_length, uint_t seq ) argument
[all...]

Completed in 51 milliseconds