Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/xfs/libxfs/
H A Dxfs_trans_resv.c846 resp->tr_write.tr_logcount = XFS_WRITE_LOG_COUNT_REFLINK; in xfs_trans_resv_calc()
848 resp->tr_write.tr_logcount = XFS_WRITE_LOG_COUNT; in xfs_trans_resv_calc()
853 resp->tr_itruncate.tr_logcount = in xfs_trans_resv_calc()
856 resp->tr_itruncate.tr_logcount = XFS_ITRUNCATE_LOG_COUNT; in xfs_trans_resv_calc()
860 resp->tr_rename.tr_logcount = XFS_RENAME_LOG_COUNT; in xfs_trans_resv_calc()
864 resp->tr_link.tr_logcount = XFS_LINK_LOG_COUNT; in xfs_trans_resv_calc()
868 resp->tr_remove.tr_logcount = XFS_REMOVE_LOG_COUNT; in xfs_trans_resv_calc()
872 resp->tr_symlink.tr_logcount = XFS_SYMLINK_LOG_COUNT; in xfs_trans_resv_calc()
876 resp->tr_create.tr_logcount = XFS_CREATE_LOG_COUNT; in xfs_trans_resv_calc()
881 resp->tr_create_tmpfile.tr_logcount = XFS_CREATE_TMPFILE_LOG_COUNT; in xfs_trans_resv_calc()
[all …]
H A Dxfs_log_rlimit.c59 int tmp = resp->tr_logcount > 1 ? in xfs_log_get_max_trans_res()
60 resp->tr_logres * resp->tr_logcount : in xfs_log_get_max_trans_res()
92 if (tres.tr_logcount > 1) in xfs_log_calc_minimum_size()
93 max_logres *= tres.tr_logcount; in xfs_log_calc_minimum_size()
H A Dxfs_trans_resv.h16 int tr_logcount; /* number of log operations per log ticket */ member
H A Dxfs_attr.c442 tres.tr_logcount = XFS_ATTRSET_LOG_COUNT; in xfs_attr_set()
/OK3568_Linux_fs/kernel/fs/xfs/
H A Dxfs_trans.c179 tp->t_log_count == resp->tr_logcount); in xfs_trans_reserve()
195 resp->tr_logcount, in xfs_trans_reserve()
204 tp->t_log_count = resp->tr_logcount; in xfs_trans_reserve()
994 tres.tr_logcount = trans->t_log_count; in xfs_trans_roll()
H A Dxfs_log_recover.c2457 resv.tr_logcount = 1; in xlog_finish_defer_ops()
H A Dxfs_trace.h3393 __entry->logcount = res->tr_logcount;