Home
last modified time | relevance | path

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

/fs/ext4/
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()
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()
Dsuper.c4761 memset(&sbi->s_fc_stats, 0, sizeof(sbi->s_fc_stats)); in ext4_fill_super()
Dext4.h1644 struct ext4_fc_stats s_fc_stats; member