Searched refs:tr_logcount (Results 1 – 8 of 8) sorted by relevance
119 resv->tr_write.tr_logcount = XFS_WRITE_LOG_COUNT_REFLINK; in xfs_log_calc_trans_resv_for_minlogblocks()120 resv->tr_itruncate.tr_logcount = in xfs_log_calc_trans_resv_for_minlogblocks()122 resv->tr_qm_dqalloc.tr_logcount = XFS_WRITE_LOG_COUNT_REFLINK; in xfs_log_calc_trans_resv_for_minlogblocks()128 resv->tr_write.tr_logcount = XFS_WRITE_LOG_COUNT; in xfs_log_calc_trans_resv_for_minlogblocks()129 resv->tr_itruncate.tr_logcount = XFS_ITRUNCATE_LOG_COUNT; in xfs_log_calc_trans_resv_for_minlogblocks()130 resv->tr_qm_dqalloc.tr_logcount = XFS_WRITE_LOG_COUNT; in xfs_log_calc_trans_resv_for_minlogblocks()173 int tmp = resp->tr_logcount > 1 ? in xfs_log_get_max_trans_res()174 resp->tr_logres * resp->tr_logcount : in xfs_log_get_max_trans_res()209 if (tres.tr_logcount > 1) in xfs_log_calc_minimum_size()210 max_logres *= tres.tr_logcount; in xfs_log_calc_minimum_size()
667 ret += max(resp->tr_attrsetm.tr_logcount, in xfs_rename_log_count()668 resp->tr_attrrm.tr_logcount); in xfs_rename_log_count()699 ret += resp->tr_attrsetm.tr_logcount; in xfs_link_log_count()761 ret += resp->tr_attrrm.tr_logcount; in xfs_remove_log_count()858 ret += resp->tr_attrsetm.tr_logcount; in xfs_icreate_log_count()904 ret += resp->tr_attrsetm.tr_logcount; in xfs_mkdir_log_count()931 ret += resp->tr_attrsetm.tr_logcount; in xfs_symlink_log_count()1365 resp->tr_sb.tr_logcount = XFS_DEFAULT_LOG_COUNT; in xfs_trans_resv_calc()1393 resp->tr_itruncate.tr_logcount += logcount_adj; in xfs_trans_resv_calc()1394 resp->tr_write.tr_logcount += logcount_adj; in xfs_trans_resv_calc()[all …]
16 int tr_logcount; /* number of log operations per log ticket */ member
160 .tr_logcount = 1, in xlog_recover_resv()
340 .tr_logcount = XFS_ATTRSET_LOG_COUNT, in xfs_attr_set_resv()
176 error = xfs_log_reserve(mp, resp->tr_logres, resp->tr_logcount, in xfs_trans_reserve()182 tp->t_log_count = resp->tr_logcount; in xfs_trans_reserve()
2532 resv.tr_logcount = 1; in xlog_finish_defer_ops()
4360 __entry->logcount = res->tr_logcount;4390 __entry->logcount = res->tr_logcount;
Completed in 31 milliseconds