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

/linux-master/fs/xfs/libxfs/
H A Dxfs_log_rlimit.c36 return M_RES(mp)->tr_attrsetm.tr_logres +
37 M_RES(mp)->tr_attrsetrt.tr_logres * nblks;
88 resv->tr_write.tr_logres =
90 resv->tr_itruncate.tr_logres =
92 resv->tr_qm_dqalloc.tr_logres =
124 resp->tr_logres * resp->tr_logcount :
125 resp->tr_logres;
136 max_resp->tr_logres = attr_space;
158 max_logres = xfs_log_calc_unit_res(mp, tres.tr_logres);
H A Dxfs_trans_resv.c823 * ext * M_RES(mp)->tr_attrsetrt.tr_logres
925 resp->tr_write.tr_logres = xfs_calc_write_reservation(mp, false);
929 resp->tr_itruncate.tr_logres = xfs_calc_itruncate_reservation(mp, false);
933 resp->tr_rename.tr_logres = xfs_calc_rename_reservation(mp);
937 resp->tr_link.tr_logres = xfs_calc_link_reservation(mp);
941 resp->tr_remove.tr_logres = xfs_calc_remove_reservation(mp);
945 resp->tr_symlink.tr_logres = xfs_calc_symlink_reservation(mp);
949 resp->tr_create.tr_logres = xfs_calc_icreate_reservation(mp);
953 resp->tr_create_tmpfile.tr_logres =
958 resp->tr_mkdir.tr_logres
[all...]
H A Dxfs_log_recover.h149 .tr_logres = r->tr_logres,
H A Dxfs_trans_resv.h15 uint tr_logres; /* log space unit in bytes per log ticket */ member in struct:xfs_trans_res
H A Dxfs_attr.c327 tres->tr_logres = M_RES(mp)->tr_attrsetm.tr_logres +
328 M_RES(mp)->tr_attrsetrt.tr_logres *
/linux-master/fs/xfs/
H A Dxfs_trans.c175 if (resp->tr_logres > 0) {
179 tp->t_log_res == resp->tr_logres);
195 error = xfs_log_reserve(mp, resp->tr_logres,
203 tp->t_log_res = resp->tr_logres;
228 if (resp->tr_logres > 0) {
271 WARN_ON(resp->tr_logres > 0 &&
1153 tres.tr_logres = trans->t_log_res;
H A Dxfs_log_recover.c2493 resv.tr_logres = dfc->dfc_logres;
H A Dxfs_trace.h3870 __entry->logres = res->tr_logres;
3900 __entry->logres = res->tr_logres;

Completed in 291 milliseconds