Home
last modified time | relevance | path

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

/linux-4.1.27/fs/xfs/
Dxfs_buf.h168 struct workqueue_struct *b_ioend_wq; /* I/O completion wq */ member
Dxfs_buf.c1061 queue_work(bp->b_ioend_wq, &bp->b_ioend_work); in xfs_buf_ioend_async()
1234 if (!bp->b_ioend_wq) in _xfs_buf_ioapply()
1235 bp->b_ioend_wq = bp->b_target->bt_mount->m_buf_workqueue; in _xfs_buf_ioapply()
Dxfs_log.c1411 bp->b_ioend_wq = mp->m_log_workqueue; in xlog_alloc_log()
1445 bp->b_ioend_wq = mp->m_log_workqueue; in xlog_alloc_log()