Home
last modified time | relevance | path

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

/fs/xfs/libxfs/
Dxfs_trans_resv.h61 struct xfs_trans_res tr_qm_quotaoff; /* turn quota off */ member
Dxfs_trans_resv.c859 resp->tr_qm_quotaoff.tr_logres = xfs_calc_qm_quotaoff_reservation(mp); in xfs_trans_resv_calc()
860 resp->tr_qm_quotaoff.tr_logcount = XFS_DEFAULT_LOG_COUNT; in xfs_trans_resv_calc()
/fs/xfs/
Dxfs_qm_syscalls.c604 error = xfs_trans_reserve(tp, &M_RES(mp)->tr_qm_quotaoff, 0, 0); in xfs_qm_log_quotaoff()