Home
last modified time | relevance | path

Searched refs:xfs_hook (Results 1 – 6 of 6) sorted by relevance

/linux/fs/xfs/
H A Dxfs_hooks.h32 struct xfs_hook { struct
37 typedef int (*xfs_hook_fn_t)(struct xfs_hook *hook, unsigned long action, argument
41 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()
H A Dxfs_hooks.c27 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()
H A Dxfs_quota.h138 struct xfs_hook mod_hook;
139 struct xfs_hook apply_hook;
/linux/fs/xfs/libxfs/
H A Dxfs_rmap.h265 struct xfs_hook rmap_hook;
H A Dxfs_dir2.h323 struct xfs_hook dirent_hook;
/linux/Documentation/filesystems/xfs/
H A Dxfs-online-fsck-design.rst3490 around the ``xfs_hooks`` and ``xfs_hook`` objects to take advantage of type
3504 to coordinate access to the scan data, and a ``struct xfs_hook`` object.
3514 ``xfs_hooks_setup`` to initialize the ``struct xfs_hook``, and