Searched refs:m_ifree (Results 1 – 6 of 6) sorted by relevance
314 ifree = percpu_counter_sum(&mp->m_ifree); in xchk_fscounters()347 if (!xchk_fscount_within_range(sc, ifree, &mp->m_ifree, fsc->ifree)) in xchk_fscounters()
806 ifree = percpu_counter_sum(&mp->m_ifree); in xfs_fs_statfs()1025 error = percpu_counter_init(&mp->m_ifree, 0, GFP_KERNEL); in xfs_init_percpu_counters()1042 percpu_counter_destroy(&mp->m_ifree); in xfs_init_percpu_counters()1053 percpu_counter_set(&mp->m_ifree, mp->m_sb.sb_ifree); in xfs_reinit_percpu_counters()1062 percpu_counter_destroy(&mp->m_ifree); in xfs_destroy_percpu_counters()
165 struct percpu_counter m_ifree; /* free inodes counter */ member
608 percpu_counter_add(&mp->m_ifree, ifreedelta); in xfs_trans_unreserve_and_mod_sb()610 ASSERT(percpu_counter_compare(&mp->m_ifree, 0) >= 0); in xfs_trans_unreserve_and_mod_sb()
294 cnt->freeino = percpu_counter_read_positive(&mp->m_ifree); in xfs_fs_counts()
969 mp->m_sb.sb_ifree = percpu_counter_sum(&mp->m_ifree); in xfs_log_sb()