Home
last modified time | relevance | path

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

/linux/fs/ext4/
H A Dfast_commit.c423 &sbi->s_fc_q[FC_Q_MAIN]); in ext4_fc_track_template()
476 list_add_tail(&node->fcd_list, &sbi->s_fc_dentry_q[FC_Q_MAIN]); in __track_dentry_update()
1161 list_for_each_entry(ei, &sbi->s_fc_q[FC_Q_MAIN], i_fc_list) { in ext4_fc_flush_data()
1167 list_for_each_entry(ei, &sbi->s_fc_q[FC_Q_MAIN], i_fc_list) { in ext4_fc_flush_data()
1186 if (list_empty(&sbi->s_fc_dentry_q[FC_Q_MAIN])) in ext4_fc_commit_dentry_updates()
1189 &sbi->s_fc_dentry_q[FC_Q_MAIN], fcd_list) { in ext4_fc_commit_dentry_updates()
1252 list_for_each_entry(iter, &sbi->s_fc_q[FC_Q_MAIN], i_fc_list) { in ext4_fc_snapshot_inodes()
1263 list_for_each_entry(fc_dentry, &sbi->s_fc_dentry_q[FC_Q_MAIN], fcd_list) { in ext4_fc_snapshot_inodes()
1346 list_for_each_entry(iter, &sbi->s_fc_q[FC_Q_MAIN], i_fc_list) { in ext4_fc_perform_commit()
1361 list_for_each_entry(iter, &sbi->s_fc_q[FC_Q_MAIN], i_fc_list) { in ext4_fc_perform_commit()
[all …]
H A Dsuper.c4555 INIT_LIST_HEAD(&sbi->s_fc_q[FC_Q_MAIN]); in ext4_fast_commit_init()
4557 INIT_LIST_HEAD(&sbi->s_fc_dentry_q[FC_Q_MAIN]); in ext4_fast_commit_init()
H A Dext4.h1849 #define FC_Q_MAIN 0 macro