tr_ifree          830 fs/xfs/libxfs/xfs_trans_resv.c 	resp->tr_ifree.tr_logres = xfs_calc_ifree_reservation(mp);
tr_ifree          831 fs/xfs/libxfs/xfs_trans_resv.c 	resp->tr_ifree.tr_logcount = XFS_INACTIVE_LOG_COUNT;
tr_ifree          832 fs/xfs/libxfs/xfs_trans_resv.c 	resp->tr_ifree.tr_logflags |= XFS_TRANS_PERM_LOG_RES;
tr_ifree           31 fs/xfs/libxfs/xfs_trans_resv.h 	struct xfs_trans_res	tr_ifree;	/* inode free trans */
tr_ifree         1747 fs/xfs/xfs_inode.c 		error = xfs_trans_alloc(mp, &M_RES(mp)->tr_ifree,
tr_ifree         1751 fs/xfs/xfs_inode.c 		error = xfs_trans_alloc(mp, &M_RES(mp)->tr_ifree, 0, 0, 0, &tp);