Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_log_rlimit.c69 resv->tr_write.tr_logcount = XFS_WRITE_LOG_COUNT_REFLINK; in xfs_log_calc_trans_resv_for_minlogblocks()
70 resv->tr_itruncate.tr_logcount = in xfs_log_calc_trans_resv_for_minlogblocks()
72 resv->tr_qm_dqalloc.tr_logcount = XFS_WRITE_LOG_COUNT_REFLINK; in xfs_log_calc_trans_resv_for_minlogblocks()
78 resv->tr_write.tr_logcount = XFS_WRITE_LOG_COUNT; in xfs_log_calc_trans_resv_for_minlogblocks()
79 resv->tr_itruncate.tr_logcount = XFS_ITRUNCATE_LOG_COUNT; in xfs_log_calc_trans_resv_for_minlogblocks()
80 resv->tr_qm_dqalloc.tr_logcount = XFS_WRITE_LOG_COUNT; in xfs_log_calc_trans_resv_for_minlogblocks()
123 int tmp = resp->tr_logcount > 1 ? in xfs_log_get_max_trans_res()
124 resp->tr_logres * resp->tr_logcount : in xfs_log_get_max_trans_res()
159 if (tres.tr_logcount > 1) in xfs_log_calc_minimum_size()
160 max_logres *= tres.tr_logcount; in xfs_log_calc_minimum_size()
H A Dxfs_trans_resv.c924 resp->tr_write.tr_logcount = XFS_WRITE_LOG_COUNT; in xfs_trans_resv_calc()
932 resp->tr_rename.tr_logcount = XFS_RENAME_LOG_COUNT; in xfs_trans_resv_calc()
936 resp->tr_link.tr_logcount = XFS_LINK_LOG_COUNT; in xfs_trans_resv_calc()
940 resp->tr_remove.tr_logcount = XFS_REMOVE_LOG_COUNT; in xfs_trans_resv_calc()
948 resp->tr_create.tr_logcount = XFS_CREATE_LOG_COUNT; in xfs_trans_resv_calc()
957 resp->tr_mkdir.tr_logcount = XFS_MKDIR_LOG_COUNT; in xfs_trans_resv_calc()
977 resp->tr_attrrm.tr_logcount = XFS_ATTRRM_LOG_COUNT; in xfs_trans_resv_calc()
997 resp->tr_sb.tr_logcount = XFS_DEFAULT_LOG_COUNT; in xfs_trans_resv_calc()
1025 resp->tr_itruncate.tr_logcount += logcount_adj; in xfs_trans_resv_calc()
1026 resp->tr_write.tr_logcount += logcount_adj; in xfs_trans_resv_calc()
[all …]
H A Dxfs_trans_resv.h16 int tr_logcount; /* number of log operations per log ticket */ member
H A Dxfs_log_recover.h149 .tr_logcount = 1, in xlog_recover_resv()
H A Dxfs_attr.c330 tres->tr_logcount = XFS_ATTRSET_LOG_COUNT; in xfs_init_attr_trans()
/openbmc/linux/fs/xfs/
H A Dxfs_trans.c180 tp->t_log_count == resp->tr_logcount); in xfs_trans_reserve()
195 resp->tr_logcount, in xfs_trans_reserve()
203 tp->t_log_count = resp->tr_logcount; in xfs_trans_reserve()
1149 tres.tr_logcount = trans->t_log_count; in xfs_trans_roll()
H A Dxfs_log_recover.c2494 resv.tr_logcount = 1; in xlog_finish_defer_ops()
H A Dxfs_trace.h3699 __entry->logcount = res->tr_logcount;
3729 __entry->logcount = res->tr_logcount;