Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
A Dxfs_ag.h98 struct delayed_work pag_blockgc_work; member
A 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()
256 INIT_DELAYED_WORK(&pag->pag_blockgc_work, xfs_blockgc_worker); in xfs_initialize_perag()
/linux/fs/xfs/
A Dxfs_icache.c214 &pag->pag_blockgc_work, in xfs_blockgc_queue()
1348 cancel_delayed_work_sync(&pag->pag_blockgc_work); in xfs_blockgc_stop()
1439 struct xfs_perag, pag_blockgc_work); in xfs_blockgc_worker()
1493 &pag->pag_blockgc_work, 0); in xfs_blockgc_flush_all()
1496 flush_delayed_work(&pag->pag_blockgc_work); in xfs_blockgc_flush_all()

Completed in 42 milliseconds