Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/udfs/
H A Dudf_bmap.c787 uint64_t end_req, end_count, icb_offset; in ud_last_alloc_ext() local
815 end_count = iext->ib_offset + iext->ib_count; in ud_last_alloc_ext()
817 if ((PCEIL(end_count) < PBASE(off)) && in ud_last_alloc_ext()
818 ((PBASE(off) - PCEIL(end_count)) >= PAGESIZE)) { in ud_last_alloc_ext()
820 count = PCEIL(end_count) - CEIL(end_count); in ud_last_alloc_ext()
864 end_count = iext->ib_offset + iext->ib_count; in ud_last_alloc_ext()
865 count = PBASE(off) - PCEIL(end_count); in ud_last_alloc_ext()
866 icb_offset = PCEIL(end_count); in ud_last_alloc_ext()