Searched refs:freecount (Results 1 – 6 of 6) sorted by relevance
| /linux/fs/xfs/libxfs/ |
| H A D | xfs_ialloc.h | 106 xfs_agino_t *freecount); 108 uint8_t count, int32_t freecount, xfs_inofree_t free,
|
| H A D | xfs_ialloc.c | 188 int32_t freecount, in xfs_inobt_insert_rec() argument 194 cur->bc_rec.i.ir_freecount = freecount; in xfs_inobt_insert_rec() 257 int freecount = 0; in xfs_check_agi_freecount() local 271 freecount += rec.ir_freecount; in xfs_check_agi_freecount() 279 ASSERT(freecount == in xfs_check_agi_freecount() 2918 xfs_agino_t freecount; member 2938 ci->freecount += irec.ir_freecount; in xfs_ialloc_count_inodes_rec() 2948 xfs_agino_t *freecount) in xfs_ialloc_count_inodes() argument 2959 *freecount = ci.freecount; in xfs_ialloc_count_inodes()
|
| /linux/fs/xfs/scrub/ |
| H A D | ialloc_repair.c | 499 unsigned int freecount = ri->icount - ri->iused; in xrep_ibt_reset_counters() local 509 agi->agi_freecount = cpu_to_be32(freecount); in xrep_ibt_reset_counters()
|
| H A D | agheader.c | 866 xfs_agino_t freecount; in xchk_agi_xref_icounts() local 872 error = xfs_ialloc_count_inodes(sc->sa.ino_cur, &icount, &freecount); in xchk_agi_xref_icounts() 876 be32_to_cpu(agi->agi_freecount) != freecount) in xchk_agi_xref_icounts()
|
| H A D | agheader_repair.c | 945 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 D | trace.h | 2141 __field(uint8_t, freecount) 2150 __entry->freecount = rec->ir_freecount; 2159 __entry->freecount,
|