Searched refs:MAPBLOCKOFF (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dlufs_map.c236 hnb = MAPBLOCKSIZE - (mof & MAPBLOCKOFF);
352 hnb = MAPBLOCKSIZE - (mof & MAPBLOCKOFF);
556 hnb = MAPBLOCKSIZE - (mof & MAPBLOCKOFF);
699 hnb = MAPBLOCKSIZE - (mof & MAPBLOCKOFF);
766 ASSERT((mof & MAPBLOCKOFF) == 0);
914 start_sec = (mof & MAPBLOCKOFF) >> DEV_BSHIFT;
1733 hnb = MAPBLOCKSIZE - (mof & MAPBLOCKOFF);
1786 hnb = MAPBLOCKSIZE - (mof & MAPBLOCKOFF);
H A Dlufs_debug.c529 hnb = MAPBLOCKSIZE - (mof & MAPBLOCKOFF);
565 hnb = MAPBLOCKSIZE - (mof & MAPBLOCKOFF);
H A Dlufs_top.c718 hnb = MAPBLOCKSIZE - (hmof & MAPBLOCKOFF);
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dufs_log.h276 #define MAPBLOCKOFF (MAPBLOCKSIZE-1) macro
277 #define MAPBLOCKMASK (~MAPBLOCKOFF)
/illumos-gate/usr/src/uts/common/sys/lvm/
H A Dmd_trans.h228 #define MAPBLOCKOFF (MAPBLOCKSIZE-1) macro
229 #define MAPBLOCKMASK (~MAPBLOCKOFF)

Completed in 68 milliseconds