Searched refs:m_ifree (Results 1 – 7 of 7) sorted by relevance
509 ifree = percpu_counter_sum(&mp->m_ifree); in xchk_fscounters()579 if (!xchk_fscount_within_range(sc, ifree, &mp->m_ifree, fsc->ifree)) { in xchk_fscounters()
851 ifree = percpu_counter_sum(&mp->m_ifree); in xfs_fs_statfs()1051 error = percpu_counter_init(&mp->m_ifree, 0, GFP_KERNEL); in xfs_init_percpu_counters()1074 percpu_counter_destroy(&mp->m_ifree); in xfs_init_percpu_counters()1085 percpu_counter_set(&mp->m_ifree, mp->m_sb.sb_ifree); in xfs_reinit_percpu_counters()1095 percpu_counter_destroy(&mp->m_ifree); in xfs_destroy_percpu_counters()
186 struct percpu_counter m_ifree; /* free inodes counter */ member
363 cnt->freeino = percpu_counter_read_positive(&mp->m_ifree); in xfs_fs_counts()
549 if (percpu_counter_sum(&mp->m_ifree) > in xfs_unmount_check()
633 percpu_counter_add(&mp->m_ifree, ifreedelta); in xfs_trans_unreserve_and_mod_sb()
1036 percpu_counter_sum(&mp->m_ifree), in xfs_log_sb()