Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/file_systems/xfs/
H A DInode.cpp619 uint32 offsetIntoBlock = BLOCKOFFSET_FROM_POSITION(pos, this); in ReadAt()
682 offsetIntoBlock = BLOCKOFFSET_FROM_POSITION(pos, this); in ReadAt()
H A DInode.h70 #define BLOCKOFFSET_FROM_POSITION(n, inode) ((n) & (inode->BlockSize() - 1)) macro