Searched refs:tdp (Results 1 – 2 of 2) sorted by relevance
/fs/xfs/ |
D | xfs_inode.c | 1437 xfs_inode_t *tdp, in xfs_link() argument 1441 xfs_mount_t *mp = tdp->i_mount; in xfs_link() 1448 trace_xfs_link(tdp, target_name); in xfs_link() 1459 error = xfs_qm_dqattach(tdp, 0); in xfs_link() 1472 xfs_ilock(tdp, XFS_IOLOCK_EXCL | XFS_IOLOCK_PARENT); in xfs_link() 1473 xfs_lock_two_inodes(sip, tdp, XFS_ILOCK_EXCL); in xfs_link() 1476 xfs_trans_ijoin(tp, tdp, XFS_IOLOCK_EXCL | XFS_ILOCK_EXCL); in xfs_link() 1483 if (unlikely((tdp->i_d.di_flags & XFS_DIFLAG_PROJINHERIT) && in xfs_link() 1484 (xfs_get_projid(tdp) != xfs_get_projid(sip)))) { in xfs_link() 1490 error = xfs_dir_canenter(tp, tdp, target_name); in xfs_link() [all …]
|
D | xfs_inode.h | 402 int xfs_link(struct xfs_inode *tdp, struct xfs_inode *sip,
|