Lines Matching refs:resv
47 struct xfs_trans_resv *resv)
62 xfs_trans_resv_calc(mp, resv);
69 resv->tr_write.tr_logcount = XFS_WRITE_LOG_COUNT_REFLINK;
70 resv->tr_itruncate.tr_logcount =
72 resv->tr_qm_dqalloc.tr_logcount = XFS_WRITE_LOG_COUNT_REFLINK;
78 resv->tr_write.tr_logcount = XFS_WRITE_LOG_COUNT;
79 resv->tr_itruncate.tr_logcount = XFS_ITRUNCATE_LOG_COUNT;
80 resv->tr_qm_dqalloc.tr_logcount = XFS_WRITE_LOG_COUNT;
88 resv->tr_write.tr_logres =
90 resv->tr_itruncate.tr_logres =
92 resv->tr_qm_dqalloc.tr_logres =
109 struct xfs_trans_resv resv = {};
118 xfs_log_calc_trans_resv_for_minlogblocks(mp, &resv);
120 resp = (struct xfs_trans_res *)&resv;
121 end_resp = (struct xfs_trans_res *)(&resv + 1);
135 *max_resp = resv.tr_attrsetm; /* struct copy */