Searched refs:xfs_dir_replace (Results 1 – 2 of 2) sorted by relevance
/linux/fs/xfs/libxfs/ |
H A D | xfs_dir2.c | 550 xfs_dir_replace( in xfs_dir_replace() function 1000 error = xfs_dir_replace(tp, ip, &xfs_name_dotdot, in xfs_dir_remove_child() 1063 error = xfs_dir_replace(tp, dp1, name1, ip2->i_ino, spaceres); in xfs_dir_exchange_children() 1068 error = xfs_dir_replace(tp, dp2, name2, ip1->i_ino, spaceres); in xfs_dir_exchange_children() 1081 error = xfs_dir_replace(tp, ip2, &xfs_name_dotdot, in xfs_dir_exchange_children() 1105 error = xfs_dir_replace(tp, ip1, &xfs_name_dotdot, in xfs_dir_exchange_children() 1289 error = xfs_dir_replace(tp, target_dp, target_name, in xfs_dir_rename_children() 1323 error = xfs_dir_replace(tp, src_ip, &xfs_name_dotdot, in xfs_dir_rename_children() 1362 error = xfs_dir_replace(tp, src_dp, src_name, du_wip->ip->i_ino, in xfs_dir_rename_children()
|
H A D | xfs_dir2.h | 72 extern int xfs_dir_replace(struct xfs_trans *tp, struct xfs_inode *dp,
|