Home
last modified time | relevance | path

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

/linux-6.12.1/fs/xfs/libxfs/
Dxfs_log_rlimit.c115 resv->tr_write.tr_logcount = XFS_WRITE_LOG_COUNT_REFLINK; in xfs_log_calc_trans_resv_for_minlogblocks()
116 resv->tr_itruncate.tr_logcount = in xfs_log_calc_trans_resv_for_minlogblocks()
118 resv->tr_qm_dqalloc.tr_logcount = XFS_WRITE_LOG_COUNT_REFLINK; in xfs_log_calc_trans_resv_for_minlogblocks()
124 resv->tr_write.tr_logcount = XFS_WRITE_LOG_COUNT; in xfs_log_calc_trans_resv_for_minlogblocks()
125 resv->tr_itruncate.tr_logcount = XFS_ITRUNCATE_LOG_COUNT; in xfs_log_calc_trans_resv_for_minlogblocks()
126 resv->tr_qm_dqalloc.tr_logcount = XFS_WRITE_LOG_COUNT; in xfs_log_calc_trans_resv_for_minlogblocks()
169 int tmp = resp->tr_logcount > 1 ? in xfs_log_get_max_trans_res()
170 resp->tr_logres * resp->tr_logcount : in xfs_log_get_max_trans_res()
205 if (tres.tr_logcount > 1) in xfs_log_calc_minimum_size()
206 max_logres *= tres.tr_logcount; in xfs_log_calc_minimum_size()
Dxfs_trans_resv.c527 ret += max(resp->tr_attrsetm.tr_logcount, in xfs_rename_log_count()
528 resp->tr_attrrm.tr_logcount); in xfs_rename_log_count()
559 ret += resp->tr_attrsetm.tr_logcount; in xfs_link_log_count()
623 ret += resp->tr_attrrm.tr_logcount; in xfs_remove_log_count()
722 ret += resp->tr_attrsetm.tr_logcount; in xfs_icreate_log_count()
768 ret += resp->tr_attrsetm.tr_logcount; in xfs_mkdir_log_count()
795 ret += resp->tr_attrsetm.tr_logcount; in xfs_symlink_log_count()
1133 resp->tr_rename.tr_logcount = xfs_rename_log_count(mp, resp); in xfs_calc_namespace_reservations()
1137 resp->tr_link.tr_logcount = xfs_link_log_count(mp, resp); in xfs_calc_namespace_reservations()
1141 resp->tr_remove.tr_logcount = xfs_remove_log_count(mp, resp); in xfs_calc_namespace_reservations()
[all …]
Dxfs_trans_resv.h16 int tr_logcount; /* number of log operations per log ticket */ member
Dxfs_log_recover.h154 .tr_logcount = 1, in xlog_recover_resv()
Dxfs_attr.c340 .tr_logcount = XFS_ATTRSET_LOG_COUNT, in xfs_attr_set_resv()
/linux-6.12.1/fs/xfs/
Dxfs_trans.c181 tp->t_log_count == resp->tr_logcount); in xfs_trans_reserve()
196 resp->tr_logcount, in xfs_trans_reserve()
204 tp->t_log_count = resp->tr_logcount; in xfs_trans_reserve()
1028 tres.tr_logcount = trans->t_log_count; in xfs_trans_roll()
Dxfs_log_recover.c2526 resv.tr_logcount = 1; in xlog_finish_defer_ops()
Dxfs_trace.h3962 __entry->logcount = res->tr_logcount;
3992 __entry->logcount = res->tr_logcount;