Searched refs:s_fc_stats (Results 1 – 4 of 4) sorted by relevance
267 sbi->s_fc_stats.fc_ineligible_reason_count[reason]++; in ext4_fc_mark_ineligible()283 sbi->s_fc_stats.fc_ineligible_reason_count[reason]++; in ext4_fc_start_ineligible()1116 sbi->s_fc_stats.fc_ineligible_reason_count[EXT4_FC_COMMIT_FAILED]++; in ext4_fc_commit()1124 sbi->s_fc_stats.fc_ineligible_reason_count[EXT4_FC_COMMIT_FAILED]++; in ext4_fc_commit()1131 sbi->s_fc_stats.fc_ineligible_reason_count[EXT4_FC_COMMIT_FAILED]++; in ext4_fc_commit()1140 sbi->s_fc_stats.fc_ineligible_reason_count[EXT4_FC_COMMIT_FAILED]++; in ext4_fc_commit()1147 sbi->s_fc_stats.fc_ineligible_commits++; in ext4_fc_commit()1149 sbi->s_fc_stats.fc_num_commits++; in ext4_fc_commit()1150 sbi->s_fc_stats.fc_numblks += nblks; in ext4_fc_commit()2156 struct ext4_fc_stats *stats = &sbi->s_fc_stats; in ext4_fc_info_show()
4776 memset(&sbi->s_fc_stats, 0, sizeof(sbi->s_fc_stats)); in ext4_fill_super()
1639 struct ext4_fc_stats s_fc_stats; member
2899 __entry->num_fc = EXT4_SB(sb)->s_fc_stats.fc_num_commits;2901 EXT4_SB(sb)->s_fc_stats.fc_ineligible_commits;2902 __entry->nblks_agg = EXT4_SB(sb)->s_fc_stats.fc_numblks;2934 EXT4_SB(sb)->s_fc_stats.fc_ineligible_reason_count[i];2936 __entry->fc_commits = EXT4_SB(sb)->s_fc_stats.fc_num_commits;2938 EXT4_SB(sb)->s_fc_stats.fc_ineligible_commits;2939 __entry->fc_numblks = EXT4_SB(sb)->s_fc_stats.fc_numblks;