Home
last modified time | relevance | path

Searched refs:FC_Q_MAIN (Results 1 – 3 of 3) sorted by relevance

/fs/ext4/
Dfast_commit.c383 &sbi->s_fc_q[FC_Q_MAIN]); in ext4_fc_track_template()
448 list_add_tail(&node->fcd_list, &sbi->s_fc_dentry_q[FC_Q_MAIN]); in __track_dentry_update()
919 list_for_each_entry(ei, &sbi->s_fc_q[FC_Q_MAIN], i_fc_list) { in ext4_fc_submit_inode_data_all()
953 list_for_each_entry_safe(pos, n, &sbi->s_fc_q[FC_Q_MAIN], i_fc_list) { in ext4_fc_wait_inode_data_all()
981 if (list_empty(&sbi->s_fc_dentry_q[FC_Q_MAIN])) in ext4_fc_commit_dentry_updates()
984 &sbi->s_fc_dentry_q[FC_Q_MAIN], fcd_list) { in ext4_fc_commit_dentry_updates()
996 list_for_each_entry_safe(ei, ei_n, &sbi->s_fc_q[FC_Q_MAIN], in ext4_fc_commit_dentry_updates()
1088 list_for_each_entry(iter, &sbi->s_fc_q[FC_Q_MAIN], i_fc_list) { in ext4_fc_perform_commit()
1231 list_for_each_entry_safe(iter, iter_n, &sbi->s_fc_q[FC_Q_MAIN], in ext4_fc_cleanup()
1247 while (!list_empty(&sbi->s_fc_dentry_q[FC_Q_MAIN])) { in ext4_fc_cleanup()
[all …]
Dsuper.c4628 INIT_LIST_HEAD(&sbi->s_fc_q[FC_Q_MAIN]); in ext4_fill_super()
4630 INIT_LIST_HEAD(&sbi->s_fc_dentry_q[FC_Q_MAIN]); in ext4_fill_super()
Dext4.h1730 #define FC_Q_MAIN 0 macro