Home
last modified time | relevance | path

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

/linux-6.14.4/fs/xfs/libxfs/
Dxfs_group.h47 struct xfs_hooks xg_rmap_update_hooks; member
Dxfs_group.c196 xfs_hooks_init(&xg->xg_rmap_update_hooks); in xfs_group_insert()
Dxfs_rmap.c924 xfs_hooks_call(&xg->xg_rmap_update_hooks, op, &p); in xfs_rmap_update_hook()
934 return xfs_hooks_add(&xg->xg_rmap_update_hooks, &hook->rmap_hook); in xfs_rmap_hook_add()
943 xfs_hooks_del(&xg->xg_rmap_update_hooks, &hook->rmap_hook); in xfs_rmap_hook_del()