Searched refs:m_delalloc_rtextents (Results 1 – 4 of 4) sorted by relevance
1151 error = percpu_counter_init(&mp->m_delalloc_rtextents, 0, GFP_KERNEL); in xfs_init_percpu_counters()1167 percpu_counter_destroy(&mp->m_delalloc_rtextents); in xfs_init_percpu_counters()1200 percpu_counter_sum(&mp->m_delalloc_rtextents) == 0); in xfs_destroy_percpu_counters()1201 percpu_counter_destroy(&mp->m_delalloc_rtextents); in xfs_destroy_percpu_counters()
280 struct percpu_counter m_delalloc_rtextents; member
1692 percpu_counter_add_batch(&mp->m_delalloc_rtextents, in xfs_mod_delalloc()
438 fsc->frextents_delayed = percpu_counter_sum(&mp->m_delalloc_rtextents); in xchk_fscount_count_frextents()
Completed in 19 milliseconds