tr_logres 382 fs/xfs/libxfs/xfs_attr.c tres.tr_logres = M_RES(mp)->tr_attrsetm.tr_logres + tr_logres 383 fs/xfs/libxfs/xfs_attr.c M_RES(mp)->tr_attrsetrt.tr_logres * args.total; tr_logres 35 fs/xfs/libxfs/xfs_log_rlimit.c return M_RES(mp)->tr_attrsetm.tr_logres + tr_logres 36 fs/xfs/libxfs/xfs_log_rlimit.c M_RES(mp)->tr_attrsetrt.tr_logres * nblks; tr_logres 60 fs/xfs/libxfs/xfs_log_rlimit.c resp->tr_logres * resp->tr_logcount : tr_logres 61 fs/xfs/libxfs/xfs_log_rlimit.c resp->tr_logres; tr_logres 70 fs/xfs/libxfs/xfs_log_rlimit.c max_resp->tr_logres = attr_space; tr_logres 91 fs/xfs/libxfs/xfs_log_rlimit.c max_logres = xfs_log_calc_unit_res(mp, tres.tr_logres); tr_logres 786 fs/xfs/libxfs/xfs_trans_resv.c resp->tr_write.tr_logres = xfs_calc_write_reservation(mp); tr_logres 793 fs/xfs/libxfs/xfs_trans_resv.c resp->tr_itruncate.tr_logres = xfs_calc_itruncate_reservation(mp); tr_logres 801 fs/xfs/libxfs/xfs_trans_resv.c resp->tr_rename.tr_logres = xfs_calc_rename_reservation(mp); tr_logres 805 fs/xfs/libxfs/xfs_trans_resv.c resp->tr_link.tr_logres = xfs_calc_link_reservation(mp); tr_logres 809 fs/xfs/libxfs/xfs_trans_resv.c resp->tr_remove.tr_logres = xfs_calc_remove_reservation(mp); tr_logres 813 fs/xfs/libxfs/xfs_trans_resv.c resp->tr_symlink.tr_logres = xfs_calc_symlink_reservation(mp); tr_logres 817 fs/xfs/libxfs/xfs_trans_resv.c resp->tr_create.tr_logres = xfs_calc_icreate_reservation(mp); tr_logres 821 fs/xfs/libxfs/xfs_trans_resv.c resp->tr_create_tmpfile.tr_logres = tr_logres 826 fs/xfs/libxfs/xfs_trans_resv.c resp->tr_mkdir.tr_logres = xfs_calc_mkdir_reservation(mp); tr_logres 830 fs/xfs/libxfs/xfs_trans_resv.c resp->tr_ifree.tr_logres = xfs_calc_ifree_reservation(mp); tr_logres 834 fs/xfs/libxfs/xfs_trans_resv.c resp->tr_addafork.tr_logres = xfs_calc_addafork_reservation(mp); tr_logres 838 fs/xfs/libxfs/xfs_trans_resv.c resp->tr_attrinval.tr_logres = xfs_calc_attrinval_reservation(mp); tr_logres 842 fs/xfs/libxfs/xfs_trans_resv.c resp->tr_attrsetm.tr_logres = xfs_calc_attrsetm_reservation(mp); tr_logres 846 fs/xfs/libxfs/xfs_trans_resv.c resp->tr_attrrm.tr_logres = xfs_calc_attrrm_reservation(mp); tr_logres 850 fs/xfs/libxfs/xfs_trans_resv.c resp->tr_growrtalloc.tr_logres = xfs_calc_growrtalloc_reservation(mp); tr_logres 854 fs/xfs/libxfs/xfs_trans_resv.c resp->tr_qm_dqalloc.tr_logres = xfs_calc_qm_dqalloc_reservation(mp); tr_logres 865 fs/xfs/libxfs/xfs_trans_resv.c resp->tr_qm_setqlim.tr_logres = xfs_calc_qm_setqlim_reservation(); tr_logres 868 fs/xfs/libxfs/xfs_trans_resv.c resp->tr_qm_quotaoff.tr_logres = xfs_calc_qm_quotaoff_reservation(mp); tr_logres 871 fs/xfs/libxfs/xfs_trans_resv.c resp->tr_qm_equotaoff.tr_logres = tr_logres 875 fs/xfs/libxfs/xfs_trans_resv.c resp->tr_sb.tr_logres = xfs_calc_sb_reservation(mp); tr_logres 879 fs/xfs/libxfs/xfs_trans_resv.c resp->tr_growdata.tr_logres = xfs_calc_growdata_reservation(mp); tr_logres 884 fs/xfs/libxfs/xfs_trans_resv.c resp->tr_ichange.tr_logres = xfs_calc_ichange_reservation(mp); tr_logres 885 fs/xfs/libxfs/xfs_trans_resv.c resp->tr_fsyncts.tr_logres = xfs_calc_swrite_reservation(mp); tr_logres 886 fs/xfs/libxfs/xfs_trans_resv.c resp->tr_writeid.tr_logres = xfs_calc_writeid_reservation(mp); tr_logres 887 fs/xfs/libxfs/xfs_trans_resv.c resp->tr_attrsetrt.tr_logres = xfs_calc_attrsetrt_reservation(mp); tr_logres 888 fs/xfs/libxfs/xfs_trans_resv.c resp->tr_clearagi.tr_logres = xfs_calc_clear_agi_bucket_reservation(mp); tr_logres 889 fs/xfs/libxfs/xfs_trans_resv.c resp->tr_growrtzero.tr_logres = xfs_calc_growrtzero_reservation(mp); tr_logres 890 fs/xfs/libxfs/xfs_trans_resv.c resp->tr_growrtfree.tr_logres = xfs_calc_growrtfree_reservation(mp); tr_logres 15 fs/xfs/libxfs/xfs_trans_resv.h uint tr_logres; /* log space unit in bytes per log ticket */ tr_logres 3321 fs/xfs/xfs_trace.h __entry->logres = res->tr_logres; tr_logres 176 fs/xfs/xfs_trans.c if (resp->tr_logres > 0) { tr_logres 180 fs/xfs/xfs_trans.c tp->t_log_res == resp->tr_logres); tr_logres 197 fs/xfs/xfs_trans.c resp->tr_logres, tr_logres 206 fs/xfs/xfs_trans.c tp->t_log_res = resp->tr_logres; tr_logres 231 fs/xfs/xfs_trans.c if (resp->tr_logres > 0) { tr_logres 274 fs/xfs/xfs_trans.c WARN_ON(resp->tr_logres > 0 && tr_logres 1094 fs/xfs/xfs_trans.c tres.tr_logres = trans->t_log_res;