Searched refs:m_inodegc (Results 1 – 3 of 3) sorted by relevance
492 gc = per_cpu_ptr(mp->m_inodegc, cpu); in xfs_inodegc_queue_all()514 gc = per_cpu_ptr(mp->m_inodegc, cpu); in xfs_inodegc_wait_all()2130 gc = this_cpu_ptr(mp->m_inodegc); in xfs_inodegc_queue()2229 gc = per_cpu_ptr(mp->m_inodegc, cpu); in xfs_inodegc_shrinker_count()2253 gc = per_cpu_ptr(mp->m_inodegc, cpu); in xfs_inodegc_shrinker_scan()
1112 mp->m_inodegc = alloc_percpu(struct xfs_inodegc); in xfs_inodegc_init_percpu()1113 if (!mp->m_inodegc) in xfs_inodegc_init_percpu()1117 gc = per_cpu_ptr(mp->m_inodegc, cpu); in xfs_inodegc_init_percpu()1132 if (!mp->m_inodegc) in xfs_inodegc_free_percpu()1134 free_percpu(mp->m_inodegc); in xfs_inodegc_free_percpu()
100 void __percpu *m_inodegc; /* percpu inodegc structures */ member
Completed in 20 milliseconds