Home
last modified time | relevance | path

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

/linux-6.15/fs/xfs/
H A Dxfs_extent_busy.h36 struct work_struct endio_work; member
H A Dxfs_discard.c85 container_of(work, struct xfs_busy_extents, endio_work); in xfs_discard_endio_work()
101 INIT_WORK(&extents->endio_work, xfs_discard_endio_work); in xfs_discard_endio()
102 queue_work(xfs_discard_wq, &extents->endio_work); in xfs_discard_endio()
163 xfs_discard_endio_work(&extents->endio_work); in xfs_discard_extents()