Home
last modified time | relevance | path

Searched refs:m_delalloc_blks (Results 1 – 4 of 4) sorted by relevance

/linux-6.6.21/fs/xfs/scrub/
Dfscounters.c364 delayed = percpu_counter_sum(&mp->m_delalloc_blks); in xchk_fscount_aggregate_agcounts()
/linux-6.6.21/fs/xfs/
Dxfs_super.c1059 error = percpu_counter_init(&mp->m_delalloc_blks, 0, GFP_KERNEL); in xfs_init_percpu_counters()
1070 percpu_counter_destroy(&mp->m_delalloc_blks); in xfs_init_percpu_counters()
1098 percpu_counter_sum(&mp->m_delalloc_blks) == 0); in xfs_destroy_percpu_counters()
1099 percpu_counter_destroy(&mp->m_delalloc_blks); in xfs_destroy_percpu_counters()
Dxfs_mount.h195 struct percpu_counter m_delalloc_blks; member
Dxfs_mount.c1407 percpu_counter_add_batch(&mp->m_delalloc_blks, delta, in xfs_mod_delalloc()