Home
last modified time | relevance | path

Searched refs:fc_ineligible_reason_count (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/fs/ext4/
H A Dfast_commit.h111 unsigned int fc_ineligible_reason_count[EXT4_FC_REASON_MAX]; member
H A Dfast_commit.c267 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()
2170 stats->fc_ineligible_reason_count[i]); in ext4_fc_info_show()
/OK3568_Linux_fs/kernel/include/trace/events/
H A Dext4.h2934 EXT4_SB(sb)->s_fc_stats.fc_ineligible_reason_count[i];