Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/udfs/
H A Dudf_bmap.c789 uint64_t end_req, end_count, icb_offset; in ud_last_alloc_ext() local
817 end_count = iext->ib_offset + iext->ib_count; in ud_last_alloc_ext()
819 if ((PCEIL(end_count) < PBASE(off)) && in ud_last_alloc_ext()
820 ((PBASE(off) - PCEIL(end_count)) >= PAGESIZE)) { in ud_last_alloc_ext()
822 count = PCEIL(end_count) - CEIL(end_count); in ud_last_alloc_ext()
866 end_count = iext->ib_offset + iext->ib_count; in ud_last_alloc_ext()
867 count = PBASE(off) - PCEIL(end_count); in ud_last_alloc_ext()
868 icb_offset = PCEIL(end_count); in ud_last_alloc_ext()