Searched refs:m_dir_update_hooks (Results 1 - 3 of 3) sorted by relevance

/linux-master/fs/xfs/
H A Dxfs_mount.h257 struct xfs_hooks m_dir_update_hooks; member in struct:xfs_mount
H A Dxfs_inode.c973 xfs_hooks_call(&mp->m_dir_update_hooks, 0, &p);
983 return xfs_hooks_add(&mp->m_dir_update_hooks, &hook->dirent_hook);
992 xfs_hooks_del(&mp->m_dir_update_hooks, &hook->dirent_hook);
H A Dxfs_super.c2014 xfs_hooks_init(&mp->m_dir_update_hooks);

Completed in 132 milliseconds