Home
last modified time | relevance | path

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

/linux-4.4.14/fs/xfs/
Dxfs_buf.h170 struct workqueue_struct *b_ioend_wq; /* I/O completion wq */ member
Dxfs_buf.c1060 queue_work(bp->b_ioend_wq, &bp->b_ioend_work); in xfs_buf_ioend_async()
1232 if (!bp->b_ioend_wq) in _xfs_buf_ioapply()
1233 bp->b_ioend_wq = bp->b_target->bt_mount->m_buf_workqueue; in _xfs_buf_ioapply()
Dxfs_log.c1428 bp->b_ioend_wq = mp->m_log_workqueue; in xlog_alloc_log()
1462 bp->b_ioend_wq = mp->m_log_workqueue; in xlog_alloc_log()