Searched refs:s_fc_q (Results 1 – 3 of 3) sorted by relevance
| /linux/fs/ext4/ |
| H A D | fast_commit.c | 383 &sbi->s_fc_q[FC_Q_STAGING] : in ext4_fc_track_template() 384 &sbi->s_fc_q[FC_Q_MAIN]); in ext4_fc_track_template() 977 list_for_each_entry(ei, &sbi->s_fc_q[FC_Q_MAIN], i_fc_list) { in ext4_fc_flush_data() 983 list_for_each_entry(ei, &sbi->s_fc_q[FC_Q_MAIN], i_fc_list) { in ext4_fc_flush_data() 1060 list_for_each_entry(iter, &sbi->s_fc_q[FC_Q_MAIN], i_fc_list) { in ext4_fc_perform_commit() 1075 list_for_each_entry(iter, &sbi->s_fc_q[FC_Q_MAIN], i_fc_list) { in ext4_fc_perform_commit() 1109 list_for_each_entry(iter, &sbi->s_fc_q[FC_Q_MAIN], i_fc_list) { in ext4_fc_perform_commit() 1147 list_for_each_entry(iter, &sbi->s_fc_q[FC_Q_MAIN], i_fc_list) { in ext4_fc_perform_commit() 1306 while (!list_empty(&sbi->s_fc_q[FC_Q_MAIN])) { in ext4_fc_cleanup() 1307 ei = list_first_entry(&sbi->s_fc_q[FC_Q_MAIN], in ext4_fc_cleanup() [all …]
|
| H A D | super.c | 4527 INIT_LIST_HEAD(&sbi->s_fc_q[FC_Q_MAIN]); in ext4_fast_commit_init() 4528 INIT_LIST_HEAD(&sbi->s_fc_q[FC_Q_STAGING]); in ext4_fast_commit_init()
|
| H A D | ext4.h | 1779 struct list_head s_fc_q[2]; /* Inodes staged for fast commit member
|