Searched refs:InodesPerBlkLog (Results 1 – 4 of 4) sorted by relevance
70 uint8 InodesPerBlkLog() const in InodesPerBlkLog() function71 { return fSuperBlock.InodesPerBlkLog(); } in InodesPerBlkLog()
219 return AgBlocksLog() + InodesPerBlkLog(); in AgInodeBits()224 XfsSuperBlock::InodesPerBlkLog() const in InodesPerBlkLog() function in XfsSuperBlock
52 (id >> (volume->InodesPerBlkLog())) \55 #define INO_TO_BLOCKOFFSET(id, volume) (id & INO_MASK(volume->InodesPerBlkLog()))
76 uint8 InodesPerBlkLog() const;