Searched refs:BLOCKOFFSET_FROM_POSITION (Results 1 – 2 of 2) sorted by relevance
619 uint32 offsetIntoBlock = BLOCKOFFSET_FROM_POSITION(pos, this); in ReadAt()682 offsetIntoBlock = BLOCKOFFSET_FROM_POSITION(pos, this); in ReadAt()
70 #define BLOCKOFFSET_FROM_POSITION(n, inode) ((n) & (inode->BlockSize() - 1)) macro