Home
last modified time | relevance | path

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

/Linux-v5.10/fs/ext4/
Dfast_commit.c355 &sbi->s_fc_q[FC_Q_MAIN]); in ext4_fc_track_template()
410 list_add_tail(&node->fcd_list, &sbi->s_fc_dentry_q[FC_Q_MAIN]); in __track_dentry_update()
862 list_for_each(pos, &sbi->s_fc_q[FC_Q_MAIN]) { in ext4_fc_submit_inode_data_all()
897 list_for_each_entry_safe(pos, n, &sbi->s_fc_q[FC_Q_MAIN], i_fc_list) { in ext4_fc_wait_inode_data_all()
926 if (list_empty(&sbi->s_fc_dentry_q[FC_Q_MAIN])) in ext4_fc_commit_dentry_updates()
928 list_for_each_safe(fcd_pos, fcd_n, &sbi->s_fc_dentry_q[FC_Q_MAIN]) { in ext4_fc_commit_dentry_updates()
946 list_for_each_safe(pos, n, &sbi->s_fc_q[FC_Q_MAIN]) { in ext4_fc_commit_dentry_updates()
1041 list_for_each(pos, &sbi->s_fc_q[FC_Q_MAIN]) { in ext4_fc_perform_commit()
1178 list_for_each_safe(pos, n, &sbi->s_fc_q[FC_Q_MAIN]) { in ext4_fc_cleanup()
1193 while (!list_empty(&sbi->s_fc_dentry_q[FC_Q_MAIN])) { in ext4_fc_cleanup()
[all …]
Dsuper.c4757 INIT_LIST_HEAD(&sbi->s_fc_q[FC_Q_MAIN]); in ext4_fill_super()
4759 INIT_LIST_HEAD(&sbi->s_fc_dentry_q[FC_Q_MAIN]); in ext4_fill_super()
Dext4.h1629 #define FC_Q_MAIN 0 macro