Home
last modified time | relevance | path

Searched refs:b_ioend_work (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/fs/xfs/
Dxfs_buf.h151 struct work_struct b_ioend_work; member
Dxfs_buf.c1181 container_of(work, xfs_buf_t, b_ioend_work); in xfs_buf_ioend_work()
1190 INIT_WORK(&bp->b_ioend_work, xfs_buf_ioend_work); in xfs_buf_ioend_async()
1191 queue_work(bp->b_mount->m_buf_workqueue, &bp->b_ioend_work); in xfs_buf_ioend_async()