Searched refs:endio_work (Results 1 – 2 of 2) sorted by relevance
82 container_of(work, struct xfs_busy_extents, endio_work); in xfs_discard_endio_work()98 INIT_WORK(&extents->endio_work, xfs_discard_endio_work); in xfs_discard_endio()99 queue_work(xfs_discard_wq, &extents->endio_work); in xfs_discard_endio()142 xfs_discard_endio_work(&extents->endio_work); in xfs_discard_extents()
38 struct work_struct endio_work; member