Home
last modified time | relevance | path

Searched refs:pagi_count (Results 1 – 5 of 5) sorted by relevance

/linux/fs/xfs/libxfs/
H A Dxfs_ag.h45 xfs_agino_t pagi_count; /* number of allocated inodes */ member
/linux/fs/xfs/scrub/
H A Dfscounters.c321 fsc->icount += pag->pagi_count; in xchk_fscount_aggregate_agcounts()
H A Drepair.c304 icount = pag->pagi_count; in xrep_calc_ag_resblks()
309 icount = pag->pagi_count; in xrep_calc_ag_resblks()
H A Dagheader.c1104 if (pag->pagi_count != be32_to_cpu(agi->agi_count)) in xchk_agi()
H A Dagheader_repair.c1823 pag->pagi_count = be32_to_cpu(agi->agi_count); in xrep_agi_commit_new()