Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/
H A Dxfs_discard.c79 container_of(work, struct xfs_busy_extents, endio_work); in xfs_discard_endio_work()
95 INIT_WORK(&extents->endio_work, xfs_discard_endio_work); in xfs_discard_endio()
96 queue_work(xfs_discard_wq, &extents->endio_work); in xfs_discard_endio()
139 xfs_discard_endio_work(&extents->endio_work); in xfs_discard_extents()
H A Dxfs_extent_busy.h38 struct work_struct endio_work; member