Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/file_systems/xfs/
H A DVolume.h78 xfs_agnumber_t AgCount() const in AgCount() function
79 { return fSuperBlock.AgCount(); } in AgCount()
H A Dxfs.h86 xfs_agnumber_t AgCount() const;
H A Dxfs.cpp294 XfsSuperBlock::AgCount() const in AgCount() function in XfsSuperBlock
H A DInode.cpp709 if (agNo > fVolume->AgCount()) { in GetFromDisk()