Home
last modified time | relevance | path

Searched refs:agino_max (Results 1 – 3 of 3) sorted by relevance

/linux/fs/xfs/libxfs/
H A Dxfs_ag.h65 xfs_agino_t agino_max; member
242 if (agino > pag->agino_max) in xfs_verify_agino()
H A Dxfs_ag.c212 &pag->agino_max); in xfs_update_last_ag_size()
249 &pag->agino_max); in xfs_perag_alloc()
859 &pag->agino_max); in xfs_ag_shrink_space()
931 &pag->agino_max); in xfs_ag_extend_space()
/linux/fs/xfs/scrub/
H A Drepair.c332 icount = pag->agino_max - pag->agino_min + 1; in xrep_calc_ag_resblks()