Searched refs:AgCount (Results 1 – 4 of 4) sorted by relevance
78 xfs_agnumber_t AgCount() const in AgCount() function79 { return fSuperBlock.AgCount(); } in AgCount()
86 xfs_agnumber_t AgCount() const;
294 XfsSuperBlock::AgCount() const in AgCount() function in XfsSuperBlock
709 if (agNo > fVolume->AgCount()) { in GetFromDisk()