Searched refs:s_fc_q (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/fs/ext4/ |
| H A D | fast_commit.c | 354 &sbi->s_fc_q[FC_Q_STAGING] : in ext4_fc_track_template() 355 &sbi->s_fc_q[FC_Q_MAIN]); in ext4_fc_track_template() 876 list_for_each(pos, &sbi->s_fc_q[FC_Q_MAIN]) { in ext4_fc_submit_inode_data_all() 911 list_for_each_entry_safe(pos, n, &sbi->s_fc_q[FC_Q_MAIN], i_fc_list) { in ext4_fc_wait_inode_data_all() 960 list_for_each_safe(pos, n, &sbi->s_fc_q[FC_Q_MAIN]) { in ext4_fc_commit_dentry_updates() 1057 list_for_each(pos, &sbi->s_fc_q[FC_Q_MAIN]) { in ext4_fc_perform_commit() 1194 list_for_each_safe(pos, n, &sbi->s_fc_q[FC_Q_MAIN]) { in ext4_fc_cleanup() 1225 list_splice_init(&sbi->s_fc_q[FC_Q_STAGING], in ext4_fc_cleanup() 1226 &sbi->s_fc_q[FC_Q_MAIN]); in ext4_fc_cleanup()
|
| H A D | super.c | 4768 INIT_LIST_HEAD(&sbi->s_fc_q[FC_Q_MAIN]); in ext4_fill_super() 4769 INIT_LIST_HEAD(&sbi->s_fc_q[FC_Q_STAGING]); in ext4_fill_super()
|
| H A D | ext4.h | 1627 struct list_head s_fc_q[2]; /* Inodes staged for fast commit member
|