Searched refs:PCEIL (Results 1 – 1 of 1) sorted by relevance
191 #define PCEIL(count) (((count) + PAGEOFFSET) & PAGEMASK) macro278 if ((PCEIL(ip->i_size) < PBASE(off)) && in ud_bmap_write()279 ((PBASE(off) - PCEIL(ip->i_size)) >= PAGESIZE)) { in ud_bmap_write()301 count = PBASE(off) - PCEIL(ip->i_size); in ud_bmap_write()486 if ((PBASE(end_ext) > PCEIL(end_req)) && in ud_bmap_write()487 ((PBASE(end_ext) - PCEIL(end_req)) >= in ud_bmap_write()494 PCEIL(end_req) - iext->ib_offset)) != 0) { in ud_bmap_write()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()[all …]