Searched refs:xfs_hooks_call (Results 1 – 5 of 5) sorted by relevance
/linux/fs/xfs/ |
H A D | xfs_hooks.h | 43 int xfs_hooks_call(struct xfs_hooks *chain, unsigned long action, 62 # define xfs_hooks_call(chain, val, priv) (NOTIFY_DONE) macro
|
H A D | xfs_hooks.c | 46 xfs_hooks_call( in xfs_hooks_call() function
|
H A D | xfs_trans_dquot.c | 174 xfs_hooks_call(&qi->qi_mod_ino_dqtrx_hooks, field, &p); in xfs_trans_mod_ino_dquot() 459 xfs_hooks_call(&qi->qi_apply_dqtrx_hooks, in xfs_trans_apply_dquot_deltas_hook() 646 xfs_hooks_call(&qi->qi_apply_dqtrx_hooks, in xfs_trans_unreserve_and_mod_dquots_hook()
|
/linux/fs/xfs/libxfs/ |
H A D | xfs_dir2.c | 807 xfs_hooks_call(&mp->m_dir_update_hooks, 0, &p); in xfs_dir_update_hook()
|
H A D | xfs_rmap.c | 924 xfs_hooks_call(&xg->xg_rmap_update_hooks, op, &p); in xfs_rmap_update_hook()
|