Home
last modified time | relevance | path

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

/linux/include/trace/events/
H A Dext4.h2763 __entry->num_fc = EXT4_SB(sb)->s_fc_stats.fc_num_commits;
2765 EXT4_SB(sb)->s_fc_stats.fc_ineligible_commits;
2766 __entry->nblks_agg = EXT4_SB(sb)->s_fc_stats.fc_numblks;
2799 EXT4_SB(sb)->s_fc_stats.fc_ineligible_reason_count[i];
2801 __entry->fc_commits = EXT4_SB(sb)->s_fc_stats.fc_num_commits;
2803 EXT4_SB(sb)->s_fc_stats.fc_ineligible_commits;
2804 __entry->fc_numblks = EXT4_SB(sb)->s_fc_stats.fc_numblks;
/linux/fs/ext4/
H A Dfast_commit.c360 sbi->s_fc_stats.fc_ineligible_reason_count[reason]++; in ext4_fc_mark_ineligible()
1159 struct ext4_fc_stats *stats = &EXT4_SB(sb)->s_fc_stats; in ext4_fc_update_stats()
2271 struct ext4_fc_stats *stats = &sbi->s_fc_stats; in ext4_fc_info_show()
H A Dext4.h1753 struct ext4_fc_stats s_fc_stats; member
H A Dsuper.c4453 memset(&sbi->s_fc_stats, 0, sizeof(sbi->s_fc_stats)); in ext4_handle_clustersize()