Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/xfs/libxfs/
H A Dxfs_trans_resv.h50 struct xfs_trans_res tr_qm_equotaoff;/* end of turn quota off */ member
H A Dxfs_trans_resv.c929 resp->tr_qm_equotaoff.tr_logres = in xfs_trans_resv_calc()
931 resp->tr_qm_equotaoff.tr_logcount = XFS_DEFAULT_LOG_COUNT; in xfs_trans_resv_calc()
/OK3568_Linux_fs/kernel/fs/xfs/
H A Dxfs_qm_syscalls.c70 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_qm_equotaoff, 0, 0, 0, &tp); in xfs_qm_log_quotaoff_end()