Searched refs:tr_logres (Results 1 – 8 of 8) sorted by relevance
511 t3 = max(resp->tr_attrsetm.tr_logres, in xfs_calc_rename_reservation()512 resp->tr_attrrm.tr_logres); in xfs_calc_rename_reservation()619 t3 = resp->tr_attrsetm.tr_logres; in xfs_calc_link_reservation()684 t3 = resp->tr_attrrm.tr_logres; in xfs_calc_remove_reservation()766 t3 = resp->tr_attrsetm.tr_logres; in xfs_calc_icreate_reservation()1157 ASSERT(resp->tr_attrsetm.tr_logres > 0); in xfs_calc_namespace_reservations()1163 resp->tr_link.tr_logres = xfs_calc_link_reservation(mp); in xfs_calc_namespace_reservations()1179 resp->tr_mkdir.tr_logres = xfs_calc_mkdir_reservation(mp); in xfs_calc_namespace_reservations()1203 resp->tr_create_tmpfile.tr_logres = in xfs_trans_resv_calc()1208 resp->tr_ifree.tr_logres = xfs_calc_ifree_reservation(mp); in xfs_trans_resv_calc()[all …]
73 return M_RES(mp)->tr_attrsetm.tr_logres + in xfs_log_calc_max_attrsetm_res()74 M_RES(mp)->tr_attrsetrt.tr_logres * nblks; in xfs_log_calc_max_attrsetm_res()134 resv->tr_write.tr_logres = in xfs_log_calc_trans_resv_for_minlogblocks()136 resv->tr_itruncate.tr_logres = in xfs_log_calc_trans_resv_for_minlogblocks()138 resv->tr_qm_dqalloc.tr_logres = in xfs_log_calc_trans_resv_for_minlogblocks()170 resp->tr_logres * resp->tr_logcount : in xfs_log_get_max_trans_res()171 resp->tr_logres; in xfs_log_get_max_trans_res()182 max_resp->tr_logres = attr_space; in xfs_log_get_max_trans_res()204 max_logres = xfs_log_calc_unit_res(mp, tres.tr_logres); in xfs_log_calc_minimum_size()
159 .tr_logres = r->tr_logres, in xlog_recover_resv()
15 uint tr_logres; /* log space unit in bytes per log ticket */ member
338 .tr_logres = M_RES(mp)->tr_attrsetm.tr_logres + in xfs_attr_set_resv()339 M_RES(mp)->tr_attrsetrt.tr_logres * args->total, in xfs_attr_set_resv()
176 if (resp->tr_logres > 0) { in xfs_trans_reserve()180 tp->t_log_res == resp->tr_logres); in xfs_trans_reserve()196 error = xfs_log_reserve(mp, resp->tr_logres, in xfs_trans_reserve()204 tp->t_log_res = resp->tr_logres; in xfs_trans_reserve()229 if (resp->tr_logres > 0) { in xfs_trans_reserve()272 WARN_ON(resp->tr_logres > 0 && in xfs_trans_alloc()1046 tres.tr_logres = trans->t_log_res; in xfs_trans_roll()
2531 resv.tr_logres = dfc->dfc_logres; in xlog_finish_defer_ops()
4306 __entry->logres = res->tr_logres;4336 __entry->logres = res->tr_logres;