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

/linux-master/fs/xfs/
H A Dxfs_buf.h190 struct work_struct b_ioend_work; member in struct:xfs_buf
H A Dxfs_buf.c1422 container_of(work, struct xfs_buf, b_ioend_work);
1431 INIT_WORK(&bp->b_ioend_work, xfs_buf_ioend_work);
1432 queue_work(bp->b_mount->m_buf_workqueue, &bp->b_ioend_work);

Completed in 132 milliseconds