Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/xfs/
A Dxfs_super.c538 mp->m_buf_workqueue = alloc_workqueue("xfs-buf/%s", in xfs_init_mount_workqueues()
541 if (!mp->m_buf_workqueue) in xfs_init_mount_workqueues()
584 destroy_workqueue(mp->m_buf_workqueue); in xfs_init_mount_workqueues()
598 destroy_workqueue(mp->m_buf_workqueue); in xfs_destroy_mount_workqueues()
A Dxfs_mount.h108 struct workqueue_struct *m_buf_workqueue; member
A Dxfs_buf.c1359 queue_work(bp->b_mount->m_buf_workqueue, &bp->b_ioend_work); in xfs_buf_ioend_async()
1825 flush_workqueue(btp->bt_mount->m_buf_workqueue); in xfs_buftarg_wait()

Completed in 14 milliseconds