Home
last modified time | relevance | path

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

/linux/fs/xfs/
A Dxfs_super.c546 mp->m_buf_workqueue = alloc_workqueue("xfs-buf/%s", in xfs_init_mount_workqueues()
549 if (!mp->m_buf_workqueue) in xfs_init_mount_workqueues()
592 destroy_workqueue(mp->m_buf_workqueue); in xfs_init_mount_workqueues()
606 destroy_workqueue(mp->m_buf_workqueue); in xfs_destroy_mount_workqueues()
A Dxfs_mount.h110 struct workqueue_struct *m_buf_workqueue; member
A Dxfs_buf.c1435 queue_work(bp->b_mount->m_buf_workqueue, &bp->b_ioend_work); in xfs_buf_ioend_async()
1907 flush_workqueue(btp->bt_mount->m_buf_workqueue); in xfs_buftarg_wait()

Completed in 11 milliseconds