Lines Matching refs:PBASE
188 #define PBASE(count) ((count) & 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()
302 icb_offset = PBASE(off); in ud_bmap_write()
307 count = end_req - PBASE(off); in ud_bmap_write()
448 if ((PBASE(off) > PBASE(iext->ib_offset)) && in ud_bmap_write()
449 ((PBASE(off) - PBASE(iext->ib_offset)) >= in ud_bmap_write()
459 if (PBASE(iext->ib_offset) != in ud_bmap_write()
463 PBASE(iext->ib_offset))) != 0) { in ud_bmap_write()
474 PBASE(off) - iext->ib_offset)) != 0) { 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()
817 if ((PCEIL(end_count) < PBASE(off)) && in ud_last_alloc_ext()
818 ((PBASE(off) - PCEIL(end_count)) >= PAGESIZE)) { in ud_last_alloc_ext()
865 count = PBASE(off) - PCEIL(end_count); in ud_last_alloc_ext()
888 icb_offset = PBASE(off); in ud_last_alloc_ext()