Searched refs:FC_Q_MAIN (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/ext4/ |
H A D | fast_commit.c | 355 &sbi->s_fc_q[FC_Q_MAIN]); in ext4_fc_track_template() 418 list_add_tail(&node->fcd_list, &sbi->s_fc_dentry_q[FC_Q_MAIN]); in __track_dentry_update() 889 list_for_each(pos, &sbi->s_fc_q[FC_Q_MAIN]) { in ext4_fc_submit_inode_data_all() 924 list_for_each_entry_safe(pos, n, &sbi->s_fc_q[FC_Q_MAIN], i_fc_list) { in ext4_fc_wait_inode_data_all() 953 if (list_empty(&sbi->s_fc_dentry_q[FC_Q_MAIN])) 955 list_for_each_safe(fcd_pos, fcd_n, &sbi->s_fc_dentry_q[FC_Q_MAIN]) { 973 list_for_each_safe(pos, n, &sbi->s_fc_q[FC_Q_MAIN]) { 1070 list_for_each(pos, &sbi->s_fc_q[FC_Q_MAIN]) { in ext4_fc_perform_commit() 1207 list_for_each_safe(pos, n, &sbi->s_fc_q[FC_Q_MAIN]) { in ext4_fc_cleanup() 1222 while (!list_empty(&sbi->s_fc_dentry_q[FC_Q_MAIN])) { in ext4_fc_cleanup() [all...] |
H A D | ext4.h | 1651 #define FC_Q_MAIN 0 macro
|
H A D | super.c | 4748 INIT_LIST_HEAD(&sbi->s_fc_q[FC_Q_MAIN]); in ext4_fill_super() 4750 INIT_LIST_HEAD(&sbi->s_fc_dentry_q[FC_Q_MAIN]); in ext4_fill_super()
|
/kernel/linux/linux-6.6/fs/ext4/ |
H A 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() 969 list_for_each_entry(ei, &sbi->s_fc_q[FC_Q_MAIN], i_fc_list) { in ext4_fc_submit_inode_data_all() 1003 list_for_each_entry_safe(pos, n, &sbi->s_fc_q[FC_Q_MAIN], i_fc_list) { in ext4_fc_wait_inode_data_all() 1031 if (list_empty(&sbi->s_fc_dentry_q[FC_Q_MAIN])) 1034 &sbi->s_fc_dentry_q[FC_Q_MAIN], fcd_list) { 1133 list_for_each_entry(iter, &sbi->s_fc_q[FC_Q_MAIN], i_fc_list) { in ext4_fc_perform_commit() 1280 list_for_each_entry_safe(iter, iter_n, &sbi->s_fc_q[FC_Q_MAIN], in ext4_fc_cleanup() 1296 while (!list_empty(&sbi->s_fc_dentry_q[FC_Q_MAIN])) { in ext4_fc_cleanup() 1297 fc_dentry = list_first_entry(&sbi->s_fc_dentry_q[FC_Q_MAIN], in ext4_fc_cleanup() [all...] |
H A D | ext4.h | 1723 #define FC_Q_MAIN 0 macro
|
H A D | super.c | 4473 INIT_LIST_HEAD(&sbi->s_fc_q[FC_Q_MAIN]); in ext4_fast_commit_init() 4475 INIT_LIST_HEAD(&sbi->s_fc_dentry_q[FC_Q_MAIN]); in ext4_fast_commit_init()
|
Completed in 36 milliseconds