Home
last modified time | relevance | path

Searched refs:tr_qm_dqalloc (Results 1 – 2 of 2) sorted by relevance

/linux/fs/xfs/libxfs/
H A Dxfs_trans_resv.c1205 resp->tr_qm_dqalloc.tr_logres = xfs_calc_qm_dqalloc_reservation(mp, in xfs_trans_resv_calc()
1207 resp->tr_qm_dqalloc.tr_logcount = XFS_WRITE_LOG_COUNT; in xfs_trans_resv_calc()
1208 resp->tr_qm_dqalloc.tr_logflags |= XFS_TRANS_PERM_LOG_RES; in xfs_trans_resv_calc()
1250 resp->tr_qm_dqalloc.tr_logcount += logcount_adj; in xfs_trans_resv_calc()
H A Dxfs_trans_resv.h48 struct xfs_trans_res tr_qm_dqalloc; /* allocate quota on disk */ member