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()1129 sbi->s_fc_stats.fc_ineligible_reason_count[EXT4_FC_COMMIT_FAILED]++; in ext4_fc_commit()1137 sbi->s_fc_stats.fc_ineligible_reason_count[EXT4_FC_COMMIT_FAILED]++; in ext4_fc_commit()1144 sbi->s_fc_stats.fc_ineligible_reason_count[EXT4_FC_COMMIT_FAILED]++; in ext4_fc_commit()1153 sbi->s_fc_stats.fc_ineligible_reason_count[EXT4_FC_COMMIT_FAILED]++; in ext4_fc_commit()1160 sbi->s_fc_stats.fc_ineligible_commits++; in ext4_fc_commit()1162 sbi->s_fc_stats.fc_num_commits++; in ext4_fc_commit()1163 sbi->s_fc_stats.fc_numblks += nblks; in ext4_fc_commit()2169 struct ext4_fc_stats *stats = &sbi->s_fc_stats; in ext4_fc_info_show()
4756 memset(&sbi->s_fc_stats, 0, sizeof(sbi->s_fc_stats)); in ext4_fill_super()
1660 struct ext4_fc_stats s_fc_stats; member
2901 __entry->num_fc = EXT4_SB(sb)->s_fc_stats.fc_num_commits;2903 EXT4_SB(sb)->s_fc_stats.fc_ineligible_commits;2904 __entry->nblks_agg = EXT4_SB(sb)->s_fc_stats.fc_numblks;2936 EXT4_SB(sb)->s_fc_stats.fc_ineligible_reason_count[i];2938 __entry->fc_commits = EXT4_SB(sb)->s_fc_stats.fc_num_commits;2940 EXT4_SB(sb)->s_fc_stats.fc_ineligible_commits;2941 __entry->fc_numblks = EXT4_SB(sb)->s_fc_stats.fc_numblks;