Home
last modified time | relevance | path

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

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