Home
last modified time | relevance | path

Searched refs:tr_logres (Results 1 – 8 of 8) sorted by relevance

/linux/fs/xfs/libxfs/
H A Dxfs_trans_resv.c624 t3 = max(resp->tr_attrsetm.tr_logres, in xfs_calc_rename_reservation()
625 resp->tr_attrrm.tr_logres); in xfs_calc_rename_reservation()
730 t3 = resp->tr_attrsetm.tr_logres; in xfs_calc_link_reservation()
793 t3 = resp->tr_attrrm.tr_logres; in xfs_calc_remove_reservation()
875 t3 = resp->tr_attrsetm.tr_logres; in xfs_calc_icreate_reservation()
1266 ASSERT(resp->tr_attrsetm.tr_logres > 0); in xfs_calc_namespace_reservations()
1268 resp->tr_rename.tr_logres = xfs_calc_rename_reservation(mp); in xfs_calc_namespace_reservations()
1272 resp->tr_link.tr_logres = xfs_calc_link_reservation(mp); in xfs_calc_namespace_reservations()
1276 resp->tr_remove.tr_logres = xfs_calc_remove_reservation(mp); in xfs_calc_namespace_reservations()
1280 resp->tr_symlink.tr_logres = xfs_calc_symlink_reservation(mp); in xfs_calc_namespace_reservations()
[all …]
H A Dxfs_log_rlimit.c73 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()
138 resv->tr_write.tr_logres = in xfs_log_calc_trans_resv_for_minlogblocks()
140 resv->tr_itruncate.tr_logres = in xfs_log_calc_trans_resv_for_minlogblocks()
142 resv->tr_qm_dqalloc.tr_logres = in xfs_log_calc_trans_resv_for_minlogblocks()
174 resp->tr_logres * resp->tr_logcount : in xfs_log_get_max_trans_res()
175 resp->tr_logres; in xfs_log_get_max_trans_res()
186 max_resp->tr_logres = attr_space; in xfs_log_get_max_trans_res()
208 max_logres = xfs_log_calc_unit_res(mp, tres.tr_logres); in xfs_log_calc_minimum_size()
H A Dxfs_log_recover.h159 .tr_logres = r->tr_logres, in xlog_recover_resv()
H A Dxfs_trans_resv.h15 uint tr_logres; /* log space unit in bytes per log ticket */ member
H A Dxfs_attr.c337 .tr_logres = M_RES(mp)->tr_attrsetm.tr_logres + in xfs_attr_set_resv()
338 M_RES(mp)->tr_attrsetrt.tr_logres * args->total, in xfs_attr_set_resv()
/linux/fs/xfs/
H A Dxfs_trans.c155 ASSERT(resp->tr_logres > 0); in xfs_trans_reserve()
174 error = xfs_log_reserve(mp, resp->tr_logres, resp->tr_logcount, in xfs_trans_reserve()
179 tp->t_log_res = resp->tr_logres; in xfs_trans_reserve()
246 ASSERT(resp->tr_logres > 0); in xfs_trans_alloc()
H A Dxfs_log_recover.c2530 resv.tr_logres = dfc->dfc_logres; in xlog_finish_defer_ops()
H A Dxfs_trace.h4389 __entry->logres = res->tr_logres;
4419 __entry->logres = res->tr_logres;