Home
last modified time | relevance | path

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

/fs/xfs/libxfs/
Dxfs_trans_resv.h50 struct xfs_trans_res tr_qm_equotaoff;/* end of turn quota off */ member
Dxfs_trans_resv.c871 resp->tr_qm_equotaoff.tr_logres = in xfs_trans_resv_calc()
873 resp->tr_qm_equotaoff.tr_logcount = XFS_DEFAULT_LOG_COUNT; in xfs_trans_resv_calc()
/fs/xfs/
Dxfs_qm_syscalls.c551 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_qm_equotaoff, 0, 0, 0, &tp); in xfs_qm_log_quotaoff_end()