Searched refs:s_fc_q (Results 1 – 3 of 3) sorted by relevance
/linux/fs/ext4/ |
H A D | fast_commit.c | 406 &sbi->s_fc_q[FC_Q_STAGING] : in ext4_fc_track_template() 407 &sbi->s_fc_q[FC_Q_MAIN]); in ext4_fc_track_template() 966 list_for_each_entry(ei, &sbi->s_fc_q[FC_Q_MAIN], i_fc_list) { in ext4_fc_submit_inode_data_all() 1000 list_for_each_entry_safe(pos, n, &sbi->s_fc_q[FC_Q_MAIN], i_fc_list) { in ext4_fc_wait_inode_data_all() 1130 list_for_each_entry(iter, &sbi->s_fc_q[FC_Q_MAIN], i_fc_list) { in ext4_fc_perform_commit() 1277 list_for_each_entry_safe(iter, iter_n, &sbi->s_fc_q[FC_Q_MAIN], in ext4_fc_cleanup() 1295 &sbi->s_fc_q[FC_Q_STAGING]); in ext4_fc_cleanup() 1321 list_splice_init(&sbi->s_fc_q[FC_Q_STAGING], in ext4_fc_cleanup() 1322 &sbi->s_fc_q[FC_Q_MAIN]); in ext4_fc_cleanup()
|
H A D | ext4.h | 1742 struct list_head s_fc_q[2]; /* Inodes staged for fast commit member
|
H A D | super.c | 4478 INIT_LIST_HEAD(&sbi->s_fc_q[FC_Q_MAIN]); in ext4_fast_commit_init() 4479 INIT_LIST_HEAD(&sbi->s_fc_q[FC_Q_STAGING]); in ext4_fast_commit_init()
|