Searched refs:m_frextents (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/fs/xfs/scrub/ |
H A D | fscounters.c | 511 frextents = percpu_counter_sum(&mp->m_frextents); in xchk_fscounters() 594 if (!xchk_fscount_within_range(sc, frextents, &mp->m_frextents, in xchk_fscounters()
|
/openbmc/linux/fs/xfs/ |
H A D | xfs_mount.h | 188 struct percpu_counter m_frextents; /* free rt extent counter */ member 547 return xfs_mod_freecounter(mp, &mp->m_frextents, delta, false); in xfs_mod_frextents()
|
H A D | xfs_super.c | 886 freertx = percpu_counter_sum_positive(&mp->m_frextents); in xfs_fs_statfs() 1062 error = percpu_counter_init(&mp->m_frextents, 0, GFP_KERNEL); in xfs_init_percpu_counters() 1086 percpu_counter_set(&mp->m_frextents, mp->m_sb.sb_frextents); in xfs_reinit_percpu_counters() 1099 percpu_counter_destroy(&mp->m_frextents); in xfs_destroy_percpu_counters()
|
H A D | xfs_fsops.c | 364 cnt->freertx = percpu_counter_read_positive(&mp->m_frextents); in xfs_fs_counts()
|
H A D | xfs_mount.c | 1150 ASSERT(counter == &mp->m_fdblocks || counter == &mp->m_frextents); in xfs_mod_freecounter()
|
H A D | xfs_rtalloc.c | 1403 percpu_counter_set(&mp->m_frextents, mp->m_sb.sb_frextents); in xfs_rtalloc_reinit_frextents()
|
H A D | xfs_icache.c | 1983 if (__percpu_counter_compare(&mp->m_frextents, in xfs_inodegc_want_queue_rt_file()
|