Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
H A Dxfs_dir2.c551 xfs_dir_replace( in xfs_dir_replace() function
1001 error = xfs_dir_replace(tp, ip, &xfs_name_dotdot, in xfs_dir_remove_child()
1064 error = xfs_dir_replace(tp, dp1, name1, ip2->i_ino, spaceres); in xfs_dir_exchange_children()
1069 error = xfs_dir_replace(tp, dp2, name2, ip1->i_ino, spaceres); in xfs_dir_exchange_children()
1082 error = xfs_dir_replace(tp, ip2, &xfs_name_dotdot, in xfs_dir_exchange_children()
1106 error = xfs_dir_replace(tp, ip1, &xfs_name_dotdot, in xfs_dir_exchange_children()
1290 error = xfs_dir_replace(tp, target_dp, target_name, in xfs_dir_rename_children()
1324 error = xfs_dir_replace(tp, src_ip, &xfs_name_dotdot, in xfs_dir_rename_children()
1363 error = xfs_dir_replace(tp, src_dp, src_name, du_wip->ip->i_ino, in xfs_dir_rename_children()
H A Dxfs_dir2.h73 extern int xfs_dir_replace(struct xfs_trans *tp, struct xfs_inode *dp,