Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_icache.c449 mod_delayed_work_on(cpu, mp->m_inodegc_wq, &gc->work, 0); in xfs_inodegc_queue_all()
465 flush_workqueue(mp->m_inodegc_wq); in xfs_inodegc_wait_all()
1941 flush_workqueue(mp->m_inodegc_wq); in xfs_inodegc_stop()
2107 mod_delayed_work_on(current_cpu(), mp->m_inodegc_wq, &gc->work, in xfs_inodegc_queue()
2209 mod_delayed_work_on(cpu, mp->m_inodegc_wq, &gc->work, 0); in xfs_inodegc_shrinker_scan()
Dxfs_super.c569 mp->m_inodegc_wq = alloc_workqueue("xfs-inodegc/%s", in xfs_init_mount_workqueues()
572 if (!mp->m_inodegc_wq) in xfs_init_mount_workqueues()
583 destroy_workqueue(mp->m_inodegc_wq); in xfs_init_mount_workqueues()
602 destroy_workqueue(mp->m_inodegc_wq); in xfs_destroy_mount_workqueues()
Dxfs_mount.h115 struct workqueue_struct *m_inodegc_wq; member