Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/fs/udfs/
H A Dudf_bmap.c190 #define PBASE(count) ((count) & 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()
304 icb_offset = PBASE(off); in ud_bmap_write()
309 count = end_req - PBASE(off); in ud_bmap_write()
450 if ((PBASE(off) > PBASE(iext->ib_offset)) && in ud_bmap_write()
451 ((PBASE(off) - PBASE(iext->ib_offset)) >= in ud_bmap_write()
461 if (PBASE(iext->ib_offset) != in ud_bmap_write()
465 PBASE(iext->ib_offset))) != 0) { in ud_bmap_write()
[all …]