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.h49 struct xfs_trans_res tr_qm_quotaoff; /* turn quota off */ member
Dxfs_trans_resv.c868 resp->tr_qm_quotaoff.tr_logres = xfs_calc_qm_quotaoff_reservation(mp); in xfs_trans_resv_calc()
869 resp->tr_qm_quotaoff.tr_logcount = XFS_DEFAULT_LOG_COUNT; in xfs_trans_resv_calc()
/fs/xfs/
Dxfs_qm_syscalls.c581 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_qm_quotaoff, 0, 0, 0, &tp); in xfs_qm_log_quotaoff()