Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dlufs_thread.c153 mof = mof & (offset_t)MAPBLOCKMASK; in log_roll_read()
225 ldbtob(bp->b_blkno) & (offset_t)MAPBLOCKMASK, in log_roll_read()
583 ldbtob(bp->b_blkno) & (offset_t)MAPBLOCKMASK, MAPBLOCKSIZE); in trans_roll()
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dufs_log.h277 #define MAPBLOCKMASK (~MAPBLOCKOFF) macro