Searched refs:xfs_dir_update_hook (Results 1 – 2 of 2) sorted by relevance
/linux/fs/xfs/libxfs/ |
H A D | xfs_dir2.c | 792 xfs_dir_update_hook( in xfs_dir_update_hook() function 886 xfs_dir_update_hook(dp, ip, 1, name); in xfs_dir_create_child() 951 xfs_dir_update_hook(dp, ip, 1, name); in xfs_dir_add_child() 1033 xfs_dir_update_hook(dp, ip, -1, name); in xfs_dir_remove_child() 1167 xfs_dir_update_hook(dp1, ip1, -1, name1); in xfs_dir_exchange_children() 1168 xfs_dir_update_hook(dp2, ip2, -1, name2); in xfs_dir_exchange_children() 1169 xfs_dir_update_hook(dp1, ip2, 1, name1); in xfs_dir_exchange_children() 1170 xfs_dir_update_hook(dp2, ip1, 1, name2); in xfs_dir_exchange_children() 1406 xfs_dir_update_hook(target_dp, target_ip, -1, target_name); in xfs_dir_rename_children() 1407 xfs_dir_update_hook(src_dp, src_ip, -1, src_name); in xfs_dir_rename_children() [all …]
|
H A D | xfs_dir2.h | 319 void xfs_dir_update_hook(struct xfs_inode *dp, struct xfs_inode *ip, 333 # define xfs_dir_update_hook(dp, ip, delta, name) ((void)0) macro
|