Searched refs:PBASE (Results 1 – 1 of 1) sorted by relevance
188 #define PBASE(count) ((count) & PAGEMASK) macro276 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()[all …]