Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/udfs/
H A Dudf_bmap.c188 #define PBASE(count) ((count) & PAGEMASK) macro
276 if ((PCEIL(ip->i_size) < PBASE(off)) && 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()
817 if ((PCEIL(end_count) < PBASE(off)) && in ud_last_alloc_ext()
865 count = PBASE(off) - PCEIL(end_count); in ud_last_alloc_ext()
[all …]