Searched refs:xfs_dir_replace (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/fs/xfs/libxfs/ |
D | xfs_dir2.c | 551 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()
|
D | xfs_dir2.h | 73 extern int xfs_dir_replace(struct xfs_trans *tp, struct xfs_inode *dp,
|
/linux-6.12.1/fs/xfs/scrub/ |
D | orphanage.c | 574 error = xfs_dir_replace(sc->tp, sc->ip, &xfs_name_dotdot, in xrep_adoption_move()
|
D | dirtree_repair.c | 451 error = xfs_dir_replace(sc->tp, sc->ip, &xfs_name_dotdot, in xrep_dirtree_unlink()
|
D | parent_repair.c | 704 error = xfs_dir_replace(sc->tp, sc->ip, &xfs_name_dotdot, in xrep_parent_reset_dotdot()
|