Searched refs:m_ifree (Results 1 – 6 of 6) sorted by relevance
341 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()
798 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()
183 struct percpu_counter m_ifree; /* free inodes counter */ member
348 cnt->freeino = percpu_counter_read_positive(&mp->m_ifree); in xfs_fs_counts()
615 percpu_counter_add(&mp->m_ifree, ifreedelta); in xfs_trans_unreserve_and_mod_sb()
917 mp->m_sb.sb_ifree = percpu_counter_sum(&mp->m_ifree); in xfs_log_sb()