Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/xfs/
H A Dxfs_buf.h157 struct work_struct b_ioend_work; member
H A Dxfs_buf.c1376 container_of(work, xfs_buf_t, b_ioend_work); in xfs_buf_ioend_work()
1385 INIT_WORK(&bp->b_ioend_work, xfs_buf_ioend_work); in xfs_buf_ioend_async()
1386 queue_work(bp->b_mount->m_buf_workqueue, &bp->b_ioend_work); in xfs_buf_ioend_async()
/kernel/linux/linux-6.6/fs/xfs/
H A Dxfs_buf.h177 struct work_struct b_ioend_work; member
H A Dxfs_buf.c1355 container_of(work, struct xfs_buf, b_ioend_work); in xfs_buf_ioend_work()
1364 INIT_WORK(&bp->b_ioend_work, xfs_buf_ioend_work); in xfs_buf_ioend_async()
1365 queue_work(bp->b_mount->m_buf_workqueue, &bp->b_ioend_work); in xfs_buf_ioend_async()

Completed in 8 milliseconds