Searched refs:xfs_hook (Results 1 – 6 of 6) sorted by relevance
32 struct xfs_hook { struct37 typedef int (*xfs_hook_fn_t)(struct xfs_hook *hook, unsigned long action, argument41 int xfs_hooks_add(struct xfs_hooks *chain, struct xfs_hook *hook);42 void xfs_hooks_del(struct xfs_hooks *chain, struct xfs_hook *hook);46 static inline void xfs_hook_setup(struct xfs_hook *hook, notifier_fn_t fn) in xfs_hook_setup()
27 struct xfs_hook *hook) in xfs_hooks_add()30 BUILD_BUG_ON(offsetof(struct xfs_hook, nb) != 0); in xfs_hooks_add()39 struct xfs_hook *hook) in xfs_hooks_del()
135 struct xfs_hook mod_hook;136 struct xfs_hook apply_hook;
261 struct xfs_hook rmap_hook;
324 struct xfs_hook dirent_hook;
3490 around the ``xfs_hooks`` and ``xfs_hook`` objects to take advantage of type3504 to coordinate access to the scan data, and a ``struct xfs_hook`` object.3514 ``xfs_hooks_setup`` to initialize the ``struct xfs_hook``, and