Searched refs:freecount (Results 1 – 7 of 7) sorted by relevance
| /linux-6.15/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() 2894 xfs_agino_t freecount; member 2914 ci->freecount += irec.ir_freecount; in xfs_ialloc_count_inodes_rec() 2924 xfs_agino_t *freecount) in xfs_ialloc_count_inodes() argument 2935 *freecount = ci.freecount; in xfs_ialloc_count_inodes()
|
| /linux-6.15/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 | 941 xfs_agino_t freecount; in xrep_agi_calc_from_btrees() local 945 error = xfs_ialloc_count_inodes(cur, &count, &freecount); in xrep_agi_calc_from_btrees() 959 agi->agi_freecount = cpu_to_be32(freecount); in xrep_agi_calc_from_btrees()
|
| H A D | trace.h | 2104 __field(uint8_t, freecount) 2113 __entry->freecount = rec->ir_freecount; 2122 __entry->freecount,
|
| /linux-6.15/mm/ |
| H A D | vmstat.c | 1572 unsigned long freecount = 0; in pagetypeinfo_showfree_print() local 1589 if (++freecount >= 100000) { in pagetypeinfo_showfree_print() 1594 seq_printf(m, "%s%6lu ", overflow ? ">" : "", freecount); in pagetypeinfo_showfree_print()
|