Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
H A Dxfs_ialloc.h106 xfs_agino_t *freecount);
108 uint8_t count, int32_t freecount, xfs_inofree_t free,
/linux/fs/xfs/scrub/
H A Dagheader.c868 xfs_agino_t freecount; in xchk_agi_xref_icounts() local
874 error = xfs_ialloc_count_inodes(sc->sa.ino_cur, &icount, &freecount); in xchk_agi_xref_icounts()
878 be32_to_cpu(agi->agi_freecount) != freecount) in xchk_agi_xref_icounts()
H A Dagheader_repair.c945 xfs_agino_t freecount; in xrep_agi_calc_from_btrees() local
949 error = xfs_ialloc_count_inodes(cur, &count, &freecount); in xrep_agi_calc_from_btrees()
963 agi->agi_freecount = cpu_to_be32(freecount); in xrep_agi_calc_from_btrees()
H A Dtrace.h2141 __field(uint8_t, freecount)
2150 __entry->freecount = rec->ir_freecount;
2159 __entry->freecount,