Lines Matching defs:src_ip
2845 struct xfs_inode *src_ip,
2858 bool src_is_directory = S_ISDIR(VFS_I(src_ip)->i_mode);
2883 xfs_sort_for_rename(src_dp, target_dp, src_ip, target_ip, wip,
2922 xfs_trans_ijoin(tp, src_ip, XFS_ILOCK_EXCL);
2934 target_dp->i_projid != src_ip->i_projid)) {
2941 return xfs_cross_rename(tp, src_dp, src_name, src_ip,
3060 src_ip->i_ino, spaceres);
3081 src_ip->i_ino, spaceres);
3114 error = xfs_dir_replace(tp, src_ip, &xfs_name_dotdot,
3128 xfs_trans_ichgtime(tp, src_ip, XFS_ICHGTIME_CHG);
3129 xfs_trans_log_inode(tp, src_ip, XFS_ILOG_CORE);
3156 error = xfs_dir_removename(tp, src_dp, src_name, src_ip->i_ino,