Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/udfs/
H A Dudf_bmap.c189 #define PCEIL(count) (((count) + PAGEOFFSET) & PAGEMASK) macro
276 if ((PCEIL(ip->i_size) < PBASE(off)) && in ud_bmap_write()
277 ((PBASE(off) - PCEIL(ip->i_size)) >= PAGESIZE)) { in ud_bmap_write()
299 count = PBASE(off) - PCEIL(ip->i_size); in ud_bmap_write()
484 if ((PBASE(end_ext) > PCEIL(end_req)) && in ud_bmap_write()
485 ((PBASE(end_ext) - PCEIL(end_req)) >= in ud_bmap_write()
492 PCEIL(end_req) - iext->ib_offset)) != 0) { in ud_bmap_write()
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()
[all …]