tr_logcount       384 fs/xfs/libxfs/xfs_attr.c 	tres.tr_logcount = XFS_ATTRSET_LOG_COUNT;
tr_logcount        59 fs/xfs/libxfs/xfs_log_rlimit.c 		int		tmp = resp->tr_logcount > 1 ?
tr_logcount        60 fs/xfs/libxfs/xfs_log_rlimit.c 				      resp->tr_logres * resp->tr_logcount :
tr_logcount        92 fs/xfs/libxfs/xfs_log_rlimit.c 	if (tres.tr_logcount > 1)
tr_logcount        93 fs/xfs/libxfs/xfs_log_rlimit.c 		max_logres *= tres.tr_logcount;
tr_logcount       788 fs/xfs/libxfs/xfs_trans_resv.c 		resp->tr_write.tr_logcount = XFS_WRITE_LOG_COUNT_REFLINK;
tr_logcount       790 fs/xfs/libxfs/xfs_trans_resv.c 		resp->tr_write.tr_logcount = XFS_WRITE_LOG_COUNT;
tr_logcount       795 fs/xfs/libxfs/xfs_trans_resv.c 		resp->tr_itruncate.tr_logcount =
tr_logcount       798 fs/xfs/libxfs/xfs_trans_resv.c 		resp->tr_itruncate.tr_logcount = XFS_ITRUNCATE_LOG_COUNT;
tr_logcount       802 fs/xfs/libxfs/xfs_trans_resv.c 	resp->tr_rename.tr_logcount = XFS_RENAME_LOG_COUNT;
tr_logcount       806 fs/xfs/libxfs/xfs_trans_resv.c 	resp->tr_link.tr_logcount = XFS_LINK_LOG_COUNT;
tr_logcount       810 fs/xfs/libxfs/xfs_trans_resv.c 	resp->tr_remove.tr_logcount = XFS_REMOVE_LOG_COUNT;
tr_logcount       814 fs/xfs/libxfs/xfs_trans_resv.c 	resp->tr_symlink.tr_logcount = XFS_SYMLINK_LOG_COUNT;
tr_logcount       818 fs/xfs/libxfs/xfs_trans_resv.c 	resp->tr_create.tr_logcount = XFS_CREATE_LOG_COUNT;
tr_logcount       823 fs/xfs/libxfs/xfs_trans_resv.c 	resp->tr_create_tmpfile.tr_logcount = XFS_CREATE_TMPFILE_LOG_COUNT;
tr_logcount       827 fs/xfs/libxfs/xfs_trans_resv.c 	resp->tr_mkdir.tr_logcount = XFS_MKDIR_LOG_COUNT;
tr_logcount       831 fs/xfs/libxfs/xfs_trans_resv.c 	resp->tr_ifree.tr_logcount = XFS_INACTIVE_LOG_COUNT;
tr_logcount       835 fs/xfs/libxfs/xfs_trans_resv.c 	resp->tr_addafork.tr_logcount = XFS_ADDAFORK_LOG_COUNT;
tr_logcount       839 fs/xfs/libxfs/xfs_trans_resv.c 	resp->tr_attrinval.tr_logcount = XFS_ATTRINVAL_LOG_COUNT;
tr_logcount       843 fs/xfs/libxfs/xfs_trans_resv.c 	resp->tr_attrsetm.tr_logcount = XFS_ATTRSET_LOG_COUNT;
tr_logcount       847 fs/xfs/libxfs/xfs_trans_resv.c 	resp->tr_attrrm.tr_logcount = XFS_ATTRRM_LOG_COUNT;
tr_logcount       851 fs/xfs/libxfs/xfs_trans_resv.c 	resp->tr_growrtalloc.tr_logcount = XFS_DEFAULT_PERM_LOG_COUNT;
tr_logcount       856 fs/xfs/libxfs/xfs_trans_resv.c 		resp->tr_qm_dqalloc.tr_logcount = XFS_WRITE_LOG_COUNT_REFLINK;
tr_logcount       858 fs/xfs/libxfs/xfs_trans_resv.c 		resp->tr_qm_dqalloc.tr_logcount = XFS_WRITE_LOG_COUNT;
tr_logcount       866 fs/xfs/libxfs/xfs_trans_resv.c 	resp->tr_qm_setqlim.tr_logcount = XFS_DEFAULT_LOG_COUNT;
tr_logcount       869 fs/xfs/libxfs/xfs_trans_resv.c 	resp->tr_qm_quotaoff.tr_logcount = XFS_DEFAULT_LOG_COUNT;
tr_logcount       873 fs/xfs/libxfs/xfs_trans_resv.c 	resp->tr_qm_equotaoff.tr_logcount = XFS_DEFAULT_LOG_COUNT;
tr_logcount       876 fs/xfs/libxfs/xfs_trans_resv.c 	resp->tr_sb.tr_logcount = XFS_DEFAULT_LOG_COUNT;
tr_logcount       880 fs/xfs/libxfs/xfs_trans_resv.c 	resp->tr_growdata.tr_logcount = XFS_DEFAULT_PERM_LOG_COUNT;
tr_logcount        16 fs/xfs/libxfs/xfs_trans_resv.h 	int	tr_logcount;	/* number of log operations per log ticket */
tr_logcount      3322 fs/xfs/xfs_trace.h 		__entry->logcount = res->tr_logcount;
tr_logcount       182 fs/xfs/xfs_trans.c 		       tp->t_log_count == resp->tr_logcount);
tr_logcount       198 fs/xfs/xfs_trans.c 						resp->tr_logcount,
tr_logcount       207 fs/xfs/xfs_trans.c 		tp->t_log_count = resp->tr_logcount;
tr_logcount      1095 fs/xfs/xfs_trans.c 	tres.tr_logcount = trans->t_log_count;