Home
last modified time | relevance | path

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

/linux-6.12.1/fs/xfs/libxfs/
Dxfs_ag.h122 struct xfs_hooks pag_rmap_update_hooks; member
Dxfs_rmap.c854 xfs_hooks_call(&pag->pag_rmap_update_hooks, op, &p); in xfs_rmap_update_hook()
864 return xfs_hooks_add(&pag->pag_rmap_update_hooks, &hook->rmap_hook); in xfs_rmap_hook_add()
873 xfs_hooks_del(&pag->pag_rmap_update_hooks, &hook->rmap_hook); in xfs_rmap_hook_del()
Dxfs_ag.c332 xfs_hooks_init(&pag->pag_rmap_update_hooks); in xfs_initialize_perag()