Searched refs:FC_Q_MAIN (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/fs/ext4/ |
D | fast_commit.c | 404 &sbi->s_fc_q[FC_Q_MAIN]); in ext4_fc_track_template() 469 list_add_tail(&node->fcd_list, &sbi->s_fc_dentry_q[FC_Q_MAIN]); in __track_dentry_update() 991 list_for_each_entry(ei, &sbi->s_fc_q[FC_Q_MAIN], i_fc_list) { in ext4_fc_submit_inode_data_all() 1025 list_for_each_entry_safe(pos, n, &sbi->s_fc_q[FC_Q_MAIN], i_fc_list) { in ext4_fc_wait_inode_data_all() 1053 if (list_empty(&sbi->s_fc_dentry_q[FC_Q_MAIN])) in ext4_fc_commit_dentry_updates() 1056 &sbi->s_fc_dentry_q[FC_Q_MAIN], fcd_list) { in ext4_fc_commit_dentry_updates() 1155 list_for_each_entry(iter, &sbi->s_fc_q[FC_Q_MAIN], i_fc_list) { in ext4_fc_perform_commit() 1302 list_for_each_entry_safe(iter, iter_n, &sbi->s_fc_q[FC_Q_MAIN], in ext4_fc_cleanup() 1318 while (!list_empty(&sbi->s_fc_dentry_q[FC_Q_MAIN])) { in ext4_fc_cleanup() 1319 fc_dentry = list_first_entry(&sbi->s_fc_dentry_q[FC_Q_MAIN], in ext4_fc_cleanup() [all …]
|
D | ext4.h | 1745 #define FC_Q_MAIN 0 macro
|
D | super.c | 4403 INIT_LIST_HEAD(&sbi->s_fc_q[FC_Q_MAIN]); in ext4_fast_commit_init() 4405 INIT_LIST_HEAD(&sbi->s_fc_dentry_q[FC_Q_MAIN]); in ext4_fast_commit_init()
|