Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/fs/udfs/
H A Dudf_bmap.c191 #define PCEIL(count) (((count) + PAGEOFFSET) & PAGEMASK) macro
278 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 …]