Searched refs:ext4_fc_update_stats (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/fs/ext4/ |
| H A D | fast_commit.c | 1153 static void ext4_fc_update_stats(struct super_block *sb, int status, in ext4_fc_update_stats() function 1209 ext4_fc_update_stats(sb, EXT4_FC_STATUS_SKIPPED, 0, 0, in ext4_fc_commit() 1217 ext4_fc_update_stats(sb, EXT4_FC_STATUS_FAILED, 0, 0, in ext4_fc_commit() 1250 ext4_fc_update_stats(sb, status, commit_time, nblks, commit_tid); in ext4_fc_commit() 1255 ext4_fc_update_stats(sb, status, 0, 0, commit_tid); in ext4_fc_commit()
|