tr_qm_quotaoff    868 fs/xfs/libxfs/xfs_trans_resv.c 	resp->tr_qm_quotaoff.tr_logres = xfs_calc_qm_quotaoff_reservation(mp);
tr_qm_quotaoff    869 fs/xfs/libxfs/xfs_trans_resv.c 	resp->tr_qm_quotaoff.tr_logcount = XFS_DEFAULT_LOG_COUNT;
tr_qm_quotaoff     49 fs/xfs/libxfs/xfs_trans_resv.h 	struct xfs_trans_res	tr_qm_quotaoff;	/* turn quota off */
tr_qm_quotaoff    581 fs/xfs/xfs_qm_syscalls.c 	error = xfs_trans_alloc(mp, &M_RES(mp)->tr_qm_quotaoff, 0, 0, 0, &tp);