Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/
H A Dxfs_super.c545 mp->m_buf_workqueue = alloc_workqueue("xfs-buf/%s", in xfs_init_mount_workqueues()
548 if (!mp->m_buf_workqueue) in xfs_init_mount_workqueues()
591 destroy_workqueue(mp->m_buf_workqueue); in xfs_init_mount_workqueues()
605 destroy_workqueue(mp->m_buf_workqueue); in xfs_destroy_mount_workqueues()
H A Dxfs_mount.h110 struct workqueue_struct *m_buf_workqueue; member
H A Dxfs_buf.c1365 queue_work(bp->b_mount->m_buf_workqueue, &bp->b_ioend_work); in xfs_buf_ioend_async()
1831 flush_workqueue(btp->bt_mount->m_buf_workqueue); in xfs_buftarg_wait()