tr_link           805 fs/xfs/libxfs/xfs_trans_resv.c 	resp->tr_link.tr_logres = xfs_calc_link_reservation(mp);
tr_link           806 fs/xfs/libxfs/xfs_trans_resv.c 	resp->tr_link.tr_logcount = XFS_LINK_LOG_COUNT;
tr_link           807 fs/xfs/libxfs/xfs_trans_resv.c 	resp->tr_link.tr_logflags |= XFS_TRANS_PERM_LOG_RES;
tr_link            25 fs/xfs/libxfs/xfs_trans_resv.h 	struct xfs_trans_res	tr_link;	/* link trans */
tr_link          1402 fs/xfs/xfs_inode.c 	error = xfs_trans_alloc(mp, &M_RES(mp)->tr_link, resblks, 0, 0, &tp);
tr_link          1405 fs/xfs/xfs_inode.c 		error = xfs_trans_alloc(mp, &M_RES(mp)->tr_link, 0, 0, 0, &tp);