Searched refs:m_inodegc (Results 1 – 3 of 3) sorted by relevance
477 gc = per_cpu_ptr(mp->m_inodegc, cpu); in xfs_inodegc_queue_all()499 gc = per_cpu_ptr(mp->m_inodegc, cpu); in xfs_inodegc_wait_all()2189 gc = this_cpu_ptr(mp->m_inodegc); in xfs_inodegc_queue()2288 gc = per_cpu_ptr(mp->m_inodegc, cpu); in xfs_inodegc_shrinker_count()2312 gc = per_cpu_ptr(mp->m_inodegc, cpu); in xfs_inodegc_shrinker_scan()
1214 mp->m_inodegc = alloc_percpu(struct xfs_inodegc); in xfs_inodegc_init_percpu()1215 if (!mp->m_inodegc) in xfs_inodegc_init_percpu()1219 gc = per_cpu_ptr(mp->m_inodegc, cpu); in xfs_inodegc_init_percpu()1234 if (!mp->m_inodegc) in xfs_inodegc_free_percpu()1236 free_percpu(mp->m_inodegc); in xfs_inodegc_free_percpu()
171 void __percpu *m_inodegc; /* percpu inodegc structures */ member
Completed in 14 milliseconds