Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/xfs/libxfs/
A Dxfs_log_rlimit.c36 return M_RES(mp)->tr_attrsetm.tr_logres + in xfs_log_calc_max_attrsetm_res()
37 M_RES(mp)->tr_attrsetrt.tr_logres * nblks; in xfs_log_calc_max_attrsetm_res()
88 resv->tr_write.tr_logres = in xfs_log_calc_trans_resv_for_minlogblocks()
90 resv->tr_itruncate.tr_logres = in xfs_log_calc_trans_resv_for_minlogblocks()
92 resv->tr_qm_dqalloc.tr_logres = in xfs_log_calc_trans_resv_for_minlogblocks()
124 resp->tr_logres * resp->tr_logcount : in xfs_log_get_max_trans_res()
125 resp->tr_logres; in xfs_log_get_max_trans_res()
136 max_resp->tr_logres = attr_space; in xfs_log_get_max_trans_res()
158 max_logres = xfs_log_calc_unit_res(mp, tres.tr_logres); in xfs_log_calc_minimum_size()
A Dxfs_trans_resv.c931 resp->tr_rename.tr_logres = xfs_calc_rename_reservation(mp); in xfs_trans_resv_calc()
935 resp->tr_link.tr_logres = xfs_calc_link_reservation(mp); in xfs_trans_resv_calc()
939 resp->tr_remove.tr_logres = xfs_calc_remove_reservation(mp); in xfs_trans_resv_calc()
943 resp->tr_symlink.tr_logres = xfs_calc_symlink_reservation(mp); in xfs_trans_resv_calc()
947 resp->tr_create.tr_logres = xfs_calc_icreate_reservation(mp); in xfs_trans_resv_calc()
951 resp->tr_create_tmpfile.tr_logres = in xfs_trans_resv_calc()
956 resp->tr_mkdir.tr_logres = xfs_calc_mkdir_reservation(mp); in xfs_trans_resv_calc()
960 resp->tr_ifree.tr_logres = xfs_calc_ifree_reservation(mp); in xfs_trans_resv_calc()
976 resp->tr_attrrm.tr_logres = xfs_calc_attrrm_reservation(mp); in xfs_trans_resv_calc()
996 resp->tr_sb.tr_logres = xfs_calc_sb_reservation(mp); in xfs_trans_resv_calc()
[all …]
A Dxfs_trans_resv.h15 uint tr_logres; /* log space unit in bytes per log ticket */ member
A Dxfs_attr.c327 tres->tr_logres = M_RES(mp)->tr_attrsetm.tr_logres + in xfs_init_attr_trans()
328 M_RES(mp)->tr_attrsetrt.tr_logres * in xfs_init_attr_trans()
/linux-6.3-rc2/fs/xfs/
A Dxfs_trans.c174 if (resp->tr_logres > 0) { in xfs_trans_reserve()
178 tp->t_log_res == resp->tr_logres); in xfs_trans_reserve()
194 error = xfs_log_reserve(mp, resp->tr_logres, in xfs_trans_reserve()
202 tp->t_log_res = resp->tr_logres; in xfs_trans_reserve()
227 if (resp->tr_logres > 0) { in xfs_trans_reserve()
270 WARN_ON(resp->tr_logres > 0 && in xfs_trans_alloc()
1141 tres.tr_logres = trans->t_log_res; in xfs_trans_roll()
A Dxfs_log_recover.c2476 resv.tr_logres = dfc->dfc_logres; in xlog_finish_defer_ops()
A Dxfs_trace.h3632 __entry->logres = res->tr_logres;
3662 __entry->logres = res->tr_logres;

Completed in 19 milliseconds