Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/libxfs/
Dxfs_trans_resv.c845 resp->tr_write.tr_logres = xfs_calc_write_reservation(mp); in xfs_trans_resv_calc()
852 resp->tr_itruncate.tr_logres = xfs_calc_itruncate_reservation(mp); in xfs_trans_resv_calc()
860 resp->tr_rename.tr_logres = xfs_calc_rename_reservation(mp); in xfs_trans_resv_calc()
864 resp->tr_link.tr_logres = xfs_calc_link_reservation(mp); in xfs_trans_resv_calc()
868 resp->tr_remove.tr_logres = xfs_calc_remove_reservation(mp); in xfs_trans_resv_calc()
872 resp->tr_symlink.tr_logres = xfs_calc_symlink_reservation(mp); in xfs_trans_resv_calc()
876 resp->tr_create.tr_logres = xfs_calc_icreate_reservation(mp); in xfs_trans_resv_calc()
880 resp->tr_create_tmpfile.tr_logres = in xfs_trans_resv_calc()
885 resp->tr_mkdir.tr_logres = xfs_calc_mkdir_reservation(mp); in xfs_trans_resv_calc()
889 resp->tr_ifree.tr_logres = xfs_calc_ifree_reservation(mp); in xfs_trans_resv_calc()
[all …]
Dxfs_log_rlimit.c37 return M_RES(mp)->tr_attrsetm.tr_logres + in xfs_log_calc_max_attrsetm_res()
38 M_RES(mp)->tr_attrsetrt.tr_logres * nblks; in xfs_log_calc_max_attrsetm_res()
62 resp->tr_logres * resp->tr_logcount : in xfs_log_get_max_trans_res()
63 resp->tr_logres; in xfs_log_get_max_trans_res()
72 max_resp->tr_logres = attr_space; in xfs_log_get_max_trans_res()
93 max_logres = xfs_log_calc_unit_res(mp, tres.tr_logres); in xfs_log_calc_minimum_size()
Dxfs_trans_resv.h15 uint tr_logres; /* log space unit in bytes per log ticket */ member
Dxfs_attr.c354 tres.tr_logres = M_RES(mp)->tr_attrsetm.tr_logres + in xfs_attr_set()
355 M_RES(mp)->tr_attrsetrt.tr_logres * args.total; in xfs_attr_set()
/linux-4.19.296/fs/xfs/
Dxfs_trans.c177 if (resp->tr_logres > 0) { in xfs_trans_reserve()
181 tp->t_log_res == resp->tr_logres); in xfs_trans_reserve()
198 resp->tr_logres, in xfs_trans_reserve()
207 tp->t_log_res = resp->tr_logres; in xfs_trans_reserve()
232 if (resp->tr_logres > 0) { in xfs_trans_reserve()
277 WARN_ON(resp->tr_logres > 0 && in xfs_trans_alloc()
1087 tres.tr_logres = trans->t_log_res; in xfs_trans_roll()
Dxfs_trace.h3299 __entry->logres = res->tr_logres;