Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_icache.c214 &pag->pag_blockgc_work, in xfs_blockgc_queue()
1374 cancel_delayed_work_sync(&pag->pag_blockgc_work); in xfs_blockgc_stop()
1465 struct xfs_perag, pag_blockgc_work); in xfs_blockgc_worker()
1519 &pag->pag_blockgc_work, 0); in xfs_blockgc_flush_all()
1522 flush_delayed_work(&pag->pag_blockgc_work); in xfs_blockgc_flush_all()
/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()
196 cancel_delayed_work_sync(&pag->pag_blockgc_work); in xfs_free_perag()
254 INIT_DELAYED_WORK(&pag->pag_blockgc_work, xfs_blockgc_worker); in xfs_initialize_perag()