Home
last modified time | relevance | path

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

/linux/fs/xfs/
A Dxfs_icache.c438 gc = per_cpu_ptr(mp->m_inodegc, cpu); in xfs_inodegc_queue_all()
1873 gc = per_cpu_ptr(mp->m_inodegc, cpu); in xfs_inodegc_flush()
1895 gc = per_cpu_ptr(mp->m_inodegc, cpu); in xfs_inodegc_stop()
2023 gc = get_cpu_ptr(mp->m_inodegc); in xfs_inodegc_queue()
2056 dead_gc = per_cpu_ptr(mp->m_inodegc, dead_cpu); in xfs_inodegc_cpu_dead()
2072 gc = get_cpu_ptr(mp->m_inodegc); in xfs_inodegc_cpu_dead()
2146 gc = per_cpu_ptr(mp->m_inodegc, cpu); in xfs_inodegc_shrinker_count()
2171 gc = per_cpu_ptr(mp->m_inodegc, cpu); in xfs_inodegc_shrinker_scan()
A Dxfs_super.c1047 mp->m_inodegc = alloc_percpu(struct xfs_inodegc); in xfs_inodegc_init_percpu()
1048 if (!mp->m_inodegc) in xfs_inodegc_init_percpu()
1052 gc = per_cpu_ptr(mp->m_inodegc, cpu); in xfs_inodegc_init_percpu()
1064 if (!mp->m_inodegc) in xfs_inodegc_free_percpu()
1066 free_percpu(mp->m_inodegc); in xfs_inodegc_free_percpu()
A Dxfs_mount.h98 void __percpu *m_inodegc; /* percpu inodegc structures */ member

Completed in 12 milliseconds