Home
last modified time | relevance | path

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

/linux-6.14.4/fs/xfs/libxfs/
Dxfs_dir2.c550 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()
Dxfs_dir2.h72 extern int xfs_dir_replace(struct xfs_trans *tp, struct xfs_inode *dp,
/linux-6.14.4/fs/xfs/scrub/
Dorphanage.c576 error = xfs_dir_replace(sc->tp, sc->ip, &xfs_name_dotdot, in xrep_adoption_move()
Ddirtree_repair.c451 error = xfs_dir_replace(sc->tp, sc->ip, &xfs_name_dotdot, in xrep_dirtree_unlink()
Dparent_repair.c704 error = xfs_dir_replace(sc->tp, sc->ip, &xfs_name_dotdot, in xrep_parent_reset_dotdot()