Home
last modified time | relevance | path

Searched refs:xfs_hooks_call (Results 1 – 2 of 2) sorted by relevance

/linux/fs/xfs/
H A Dxfs_hooks.h43 int xfs_hooks_call(struct xfs_hooks *chain, unsigned long action,
62 # define xfs_hooks_call(chain, val, priv) (NOTIFY_DONE) macro
/linux/fs/xfs/libxfs/
H A Dxfs_dir2.c806 xfs_hooks_call(&mp->m_dir_update_hooks, 0, &p); in xfs_dir_update_hook()