Searched refs:freecount (Results 1 – 7 of 7) 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() 2917 xfs_agino_t freecount; member 2937 ci->freecount += irec.ir_freecount; in xfs_ialloc_count_inodes_rec() 2947 xfs_agino_t *freecount) in xfs_ialloc_count_inodes() argument 2958 *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 | 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 | 2149 __field(uint8_t, freecount) 2158 __entry->freecount = rec->ir_freecount; 2167 __entry->freecount,
|
| /linux/mm/ |
| H A D | vmstat.c | 1598 unsigned long freecount = 0; in pagetypeinfo_showfree_print() local 1615 if (++freecount >= 100000) { in pagetypeinfo_showfree_print() 1620 seq_printf(m, "%s%6lu ", overflow ? ">" : "", freecount); in pagetypeinfo_showfree_print()
|