Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/file_systems/xfs/
H A DVolume.h70 uint8 InodesPerBlkLog() const in InodesPerBlkLog() function
71 { return fSuperBlock.InodesPerBlkLog(); } in InodesPerBlkLog()
H A Dxfs.cpp219 return AgBlocksLog() + InodesPerBlkLog(); in AgInodeBits()
224 XfsSuperBlock::InodesPerBlkLog() const in InodesPerBlkLog() function in XfsSuperBlock
H A DInode.h52 (id >> (volume->InodesPerBlkLog())) \
55 #define INO_TO_BLOCKOFFSET(id, volume) (id & INO_MASK(volume->InodesPerBlkLog()))
H A Dxfs.h76 uint8 InodesPerBlkLog() const;