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()
822 ifree = percpu_counter_sum(&mp->m_ifree); in xfs_fs_statfs()1022 error = percpu_counter_init(&mp->m_ifree, 0, GFP_KERNEL); in xfs_init_percpu_counters()1045 percpu_counter_destroy(&mp->m_ifree); in xfs_init_percpu_counters()1056 percpu_counter_set(&mp->m_ifree, mp->m_sb.sb_ifree); in xfs_reinit_percpu_counters()1066 percpu_counter_destroy(&mp->m_ifree); in xfs_destroy_percpu_counters()
184 struct percpu_counter m_ifree; /* free inodes counter */ member
347 cnt->freeino = percpu_counter_read_positive(&mp->m_ifree); in xfs_fs_counts()
631 percpu_counter_add(&mp->m_ifree, ifreedelta); in xfs_trans_unreserve_and_mod_sb()
975 mp->m_sb.sb_ifree = percpu_counter_sum(&mp->m_ifree); in xfs_log_sb()