Searched refs:m_frextents (Results 1 – 8 of 8) sorted by relevance
/linux/fs/xfs/ |
H A D | xfs_mount.h | 226 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 D | xfs_super.c | 859 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 D | xfs_mount.c | 1265 ASSERT(counter == &mp->m_fdblocks || counter == &mp->m_frextents); in xfs_dec_freecounter()
|
H A D | xfs_ioctl.c | 1160 .freertx = percpu_counter_read_positive(&mp->m_frextents), in xfs_ioctl_fs_counts()
|
H A D | xfs_icache.c | 2079 if (__percpu_counter_compare(&mp->m_frextents, in xfs_inodegc_want_queue_rt_file()
|
H A D | xfs_rtalloc.c | 1522 percpu_counter_set(&mp->m_frextents, mp->m_sb.sb_frextents); in xfs_rtalloc_reinit_frextents()
|
/linux/fs/xfs/scrub/ |
H A D | fscounters.c | 517 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 D | xfs_sb.c | 1280 percpu_counter_sum_positive(&mp->m_frextents); in xfs_log_sb()
|