Home
last modified time | relevance | path

Searched refs:m_ifree (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.15/fs/xfs/scrub/
Dfscounters.c341 ifree = percpu_counter_sum(&mp->m_ifree); in xchk_fscounters()
374 if (!xchk_fscount_within_range(sc, ifree, &mp->m_ifree, fsc->ifree)) in xchk_fscounters()
/Linux-v5.15/fs/xfs/
Dxfs_super.c798 ifree = percpu_counter_sum(&mp->m_ifree); in xfs_fs_statfs()
995 error = percpu_counter_init(&mp->m_ifree, 0, GFP_KERNEL); in xfs_init_percpu_counters()
1012 percpu_counter_destroy(&mp->m_ifree); in xfs_init_percpu_counters()
1023 percpu_counter_set(&mp->m_ifree, mp->m_sb.sb_ifree); in xfs_reinit_percpu_counters()
1032 percpu_counter_destroy(&mp->m_ifree); in xfs_destroy_percpu_counters()
Dxfs_mount.h183 struct percpu_counter m_ifree; /* free inodes counter */ member
Dxfs_fsops.c348 cnt->freeino = percpu_counter_read_positive(&mp->m_ifree); in xfs_fs_counts()
Dxfs_trans.c615 percpu_counter_add(&mp->m_ifree, ifreedelta); in xfs_trans_unreserve_and_mod_sb()
/Linux-v5.15/fs/xfs/libxfs/
Dxfs_sb.c917 mp->m_sb.sb_ifree = percpu_counter_sum(&mp->m_ifree); in xfs_log_sb()