Home
last modified time | relevance | path

Searched refs:m_inodegc (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.1/fs/xfs/
Dxfs_icache.c442 gc = per_cpu_ptr(mp->m_inodegc, cpu); in xfs_inodegc_queue_all()
2036 gc = get_cpu_ptr(mp->m_inodegc); in xfs_inodegc_queue()
2076 dead_gc = per_cpu_ptr(mp->m_inodegc, dead_cpu); in xfs_inodegc_cpu_dead()
2092 gc = get_cpu_ptr(mp->m_inodegc); in xfs_inodegc_cpu_dead()
2166 gc = per_cpu_ptr(mp->m_inodegc, cpu); in xfs_inodegc_shrinker_count()
2191 gc = per_cpu_ptr(mp->m_inodegc, cpu); in xfs_inodegc_shrinker_scan()
Dxfs_super.c1081 mp->m_inodegc = alloc_percpu(struct xfs_inodegc); in xfs_inodegc_init_percpu()
1082 if (!mp->m_inodegc) in xfs_inodegc_init_percpu()
1086 gc = per_cpu_ptr(mp->m_inodegc, cpu); in xfs_inodegc_init_percpu()
1098 if (!mp->m_inodegc) in xfs_inodegc_free_percpu()
1100 free_percpu(mp->m_inodegc); in xfs_inodegc_free_percpu()
Dxfs_mount.h98 void __percpu *m_inodegc; /* percpu inodegc structures */ member