Home
last modified time | relevance | path

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

/linux-6.12.1/fs/xfs/libxfs/
Dxfs_rmap.h260 struct xfs_rmap_hook { struct
267 int xfs_rmap_hook_add(struct xfs_perag *pag, struct xfs_rmap_hook *hook); argument
268 void xfs_rmap_hook_del(struct xfs_perag *pag, struct xfs_rmap_hook *hook);
269 void xfs_rmap_hook_setup(struct xfs_rmap_hook *hook, notifier_fn_t mod_fn);
Dxfs_rmap.c862 struct xfs_rmap_hook *hook) in xfs_rmap_hook_add()
871 struct xfs_rmap_hook *hook) in xfs_rmap_hook_del()
879 struct xfs_rmap_hook *hook, in xfs_rmap_hook_setup()
/linux-6.12.1/fs/xfs/scrub/
Drmap_repair.c143 struct xfs_rmap_hook rhook;