Searched refs:endio_work (Results 1 – 2 of 2) sorted by relevance
36 struct work_struct endio_work; member
85 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()