Home
last modified time | relevance | path

Searched refs:rmap_hook (Results 1 – 4 of 4) sorted by relevance

/linux/fs/xfs/libxfs/
H A Dxfs_rmap.h265 struct xfs_hook rmap_hook; member
H A Dxfs_rmap.c934 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()
952 xfs_hook_setup(&hook->rmap_hook, mod_fn); in xfs_rmap_hook_setup()
/linux/fs/xfs/scrub/
H A Drtrmap_repair.c849 rr = container_of(nb, struct xrep_rtrmap, rhook.rmap_hook.nb); in xrep_rtrmapbt_live_update()
H A Drmap_repair.c1615 rr = container_of(nb, struct xrep_rmap, rhook.rmap_hook.nb); in xrep_rmapbt_live_update()