Home
last modified time | relevance | path

Searched refs:pag_blockgc_work (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.15/fs/xfs/libxfs/
Dxfs_ag.h97 struct delayed_work pag_blockgc_work; member
Dxfs_ag.c175 ASSERT(!delayed_work_pending(&pag->pag_blockgc_work)); in __xfs_free_perag()
197 cancel_delayed_work_sync(&pag->pag_blockgc_work); in xfs_free_perag()
255 INIT_DELAYED_WORK(&pag->pag_blockgc_work, xfs_blockgc_worker); in xfs_initialize_perag()
/Linux-v5.15/fs/xfs/
Dxfs_icache.c214 &pag->pag_blockgc_work, in xfs_blockgc_queue()
1369 cancel_delayed_work_sync(&pag->pag_blockgc_work); in xfs_blockgc_stop()
1460 struct xfs_perag, pag_blockgc_work); in xfs_blockgc_worker()
1514 &pag->pag_blockgc_work, 0); in xfs_blockgc_flush_all()
1517 flush_delayed_work(&pag->pag_blockgc_work); in xfs_blockgc_flush_all()