Searched refs:maxagi (Results 1 - 3 of 3) sorted by relevance

/linux-master/fs/xfs/libxfs/
H A Dxfs_ag.h153 xfs_rfsblock_t dcount, xfs_agnumber_t *maxagi);
H A Dxfs_ag.c366 xfs_agnumber_t *maxagi)
446 if (maxagi)
447 *maxagi = index;
362 xfs_initialize_perag( struct xfs_mount *mp, xfs_agnumber_t agcount, xfs_rfsblock_t dblocks, xfs_agnumber_t *maxagi) argument
/linux-master/fs/xfs/
H A Dxfs_super.c280 xfs_agnumber_t maxagi = 0; local
323 maxagi++;
327 return xfs_is_inode32(mp) ? maxagi : agcount;

Completed in 174 milliseconds