Home
last modified time | relevance | path

Searched refs:m_blockgc_wq (Results 1 – 2 of 2) sorted by relevance

/linux/fs/xfs/
H A Dxfs_super.c607 mp->m_blockgc_wq = alloc_workqueue("xfs-blockgc/%s", in xfs_init_mount_workqueues()
610 if (!mp->m_blockgc_wq) in xfs_init_mount_workqueues()
630 destroy_workqueue(mp->m_blockgc_wq); in xfs_init_mount_workqueues()
646 destroy_workqueue(mp->m_blockgc_wq); in xfs_destroy_mount_workqueues()
H A Dxfs_mount.h177 struct workqueue_struct *m_blockgc_wq; member