Home
last modified time | relevance | path

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

/linux/fs/xfs/
A Dxfs_icache.c440 queue_work_on(cpu, mp->m_inodegc_wq, &gc->work); in xfs_inodegc_queue_all()
2035 queue_work(mp->m_inodegc_wq, &gc->work); in xfs_inodegc_queue()
2080 queue_work(mp->m_inodegc_wq, &gc->work); in xfs_inodegc_cpu_dead()
2176 queue_work_on(cpu, mp->m_inodegc_wq, &gc->work); in xfs_inodegc_shrinker_scan()
A Dxfs_super.c542 mp->m_inodegc_wq = alloc_workqueue("xfs-inodegc/%s", in xfs_init_mount_workqueues()
545 if (!mp->m_inodegc_wq) in xfs_init_mount_workqueues()
556 destroy_workqueue(mp->m_inodegc_wq); in xfs_init_mount_workqueues()
575 destroy_workqueue(mp->m_inodegc_wq); in xfs_destroy_mount_workqueues()
A Dxfs_mount.h113 struct workqueue_struct *m_inodegc_wq; member

Completed in 12 milliseconds