Home
last modified time | relevance | path

Searched refs:target_dp (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/fs/xfs/
H A Dxfs_inode.c2873 struct xfs_inode *target_dp, in xfs_rename() argument
2884 bool new_parent = (src_dp != target_dp); in xfs_rename()
2890 trace_xfs_rename(src_dp, target_dp, src_name, target_name); in xfs_rename()
2902 target_dp, &wip); in xfs_rename()
2910 xfs_sort_for_rename(src_dp, target_dp, src_ip, target_ip, wip, in xfs_rename()
2948 xfs_trans_ijoin(tp, target_dp, XFS_ILOCK_EXCL); in xfs_rename()
2960 if (unlikely((target_dp->i_diflags & XFS_DIFLAG_PROJINHERIT) && in xfs_rename()
2961 target_dp->i_projid != src_ip->i_projid)) { in xfs_rename()
2969 target_dp, target_name, target_ip, in xfs_rename()
2979 error = xfs_trans_reserve_quota_nblks(tp, target_dp, spaceres, in xfs_rename()
[all …]
H A Dxfs_inode.h523 struct xfs_inode *src_ip, struct xfs_inode *target_dp,
H A Dxfs_trace.h972 TP_PROTO(struct xfs_inode *src_dp, struct xfs_inode *target_dp,
974 TP_ARGS(src_dp, target_dp, src_name, target_name),
987 __entry->target_dp_ino = target_dp->i_ino;