xfs_hook
struct xfs_hook dirent_hook;
struct xfs_hook rmap_hook;
struct xfs_hook *hook)
BUILD_BUG_ON(offsetof(struct xfs_hook, nb) != 0);
struct xfs_hook *hook)
typedef int (*xfs_hook_fn_t)(struct xfs_hook *hook, unsigned long action,
int xfs_hooks_add(struct xfs_hooks *chain, struct xfs_hook *hook);
void xfs_hooks_del(struct xfs_hooks *chain, struct xfs_hook *hook);
static inline void xfs_hook_setup(struct xfs_hook *hook, notifier_fn_t fn)
struct xfs_hook mod_hook;
struct xfs_hook apply_hook;