Searched refs:ext4_fc_update_stats (Results 1 – 1 of 1) sorted by relevance
| /Linux-v6.1/fs/ext4/ |
| D | fast_commit.c | 1161 static void ext4_fc_update_stats(struct super_block *sb, int status, in ext4_fc_update_stats() function 1217 ext4_fc_update_stats(sb, EXT4_FC_STATUS_SKIPPED, 0, 0, in ext4_fc_commit() 1225 ext4_fc_update_stats(sb, EXT4_FC_STATUS_FAILED, 0, 0, in ext4_fc_commit() 1258 ext4_fc_update_stats(sb, status, commit_time, nblks, commit_tid); in ext4_fc_commit() 1263 ext4_fc_update_stats(sb, status, 0, 0, commit_tid); in ext4_fc_commit()
|