Home
last modified time | relevance | path

Searched refs:m_frextents (Results 1 – 8 of 8) sorted by relevance

/linux/fs/xfs/
H A Dxfs_mount.h226 struct percpu_counter m_frextents; /* free rt extent counter */ member
682 return xfs_dec_freecounter(mp, &mp->m_frextents, delta, false); in xfs_dec_frextents()
687 xfs_add_freecounter(mp, &mp->m_frextents, delta); in xfs_add_frextents()
H A Dxfs_super.c859 percpu_counter_sum_positive(&mp->m_frextents)); in xfs_statfs_rt()
1090 error = percpu_counter_init(&mp->m_frextents, 0, GFP_KERNEL); in xfs_init_percpu_counters()
1116 percpu_counter_set(&mp->m_frextents, mp->m_sb.sb_frextents); in xfs_reinit_percpu_counters()
1132 percpu_counter_destroy(&mp->m_frextents); in xfs_destroy_percpu_counters()
H A Dxfs_mount.c1265 ASSERT(counter == &mp->m_fdblocks || counter == &mp->m_frextents); in xfs_dec_freecounter()
H A Dxfs_ioctl.c1160 .freertx = percpu_counter_read_positive(&mp->m_frextents), in xfs_ioctl_fs_counts()
H A Dxfs_icache.c2079 if (__percpu_counter_compare(&mp->m_frextents, in xfs_inodegc_want_queue_rt_file()
H A Dxfs_rtalloc.c1522 percpu_counter_set(&mp->m_frextents, mp->m_sb.sb_frextents); in xfs_rtalloc_reinit_frextents()
/linux/fs/xfs/scrub/
H A Dfscounters.c517 frextents = percpu_counter_sum(&mp->m_frextents); in xchk_fscounters()
600 if (!xchk_fscount_within_range(sc, frextents, &mp->m_frextents, in xchk_fscounters()
/linux/fs/xfs/libxfs/
H A Dxfs_sb.c1280 percpu_counter_sum_positive(&mp->m_frextents); in xfs_log_sb()