Home
last modified time | relevance | path

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

/linux-6.12.1/fs/xfs/
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()
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()
Dxfs_quota.h135 struct xfs_hook mod_hook;
136 struct xfs_hook apply_hook;
/linux-6.12.1/fs/xfs/libxfs/
Dxfs_rmap.h261 struct xfs_hook rmap_hook;
Dxfs_dir2.h324 struct xfs_hook dirent_hook;
/linux-6.12.1/Documentation/filesystems/xfs/
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