Searched refs:s_fc_q (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/ext4/ |
H A D | fast_commit.c | 354 &sbi->s_fc_q[FC_Q_STAGING] : in ext4_fc_track_template() 355 &sbi->s_fc_q[FC_Q_MAIN]); in ext4_fc_track_template() 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() 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() 1238 list_splice_init(&sbi->s_fc_q[FC_Q_STAGING], in ext4_fc_cleanup() 1239 &sbi->s_fc_q[FC_Q_MAIN]); in ext4_fc_cleanup()
|
H A D | ext4.h | 1653 struct list_head s_fc_q[2]; /* Inodes staged for fast commit member 1661 * ei->i_fc_list, s_fc_dentry_q, s_fc_q, s_fc_bytes, s_fc_bh.
|
H A D | super.c | 4748 INIT_LIST_HEAD(&sbi->s_fc_q[FC_Q_MAIN]); in ext4_fill_super() 4749 INIT_LIST_HEAD(&sbi->s_fc_q[FC_Q_STAGING]); in ext4_fill_super()
|
/kernel/linux/linux-6.6/fs/ext4/ |
H A D | fast_commit.c | 403 &sbi->s_fc_q[FC_Q_STAGING] : in ext4_fc_track_template() 404 &sbi->s_fc_q[FC_Q_MAIN]); in ext4_fc_track_template() 477 * sbi->s_fc_q to get the corresponding inode in 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() 1045 * With fcd_dilist we need not loop in sbi->s_fc_q to get the 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() 1313 list_splice_init(&sbi->s_fc_q[FC_Q_STAGING], in ext4_fc_cleanup() 1314 &sbi->s_fc_q[FC_Q_MAI in ext4_fc_cleanup() [all...] |
H A D | ext4.h | 1725 struct list_head s_fc_q[2]; /* Inodes staged for fast commit member 1733 * ei->i_fc_list, s_fc_dentry_q, s_fc_q, s_fc_bytes, s_fc_bh.
|
H A D | super.c | 4473 INIT_LIST_HEAD(&sbi->s_fc_q[FC_Q_MAIN]); in ext4_fast_commit_init() 4474 INIT_LIST_HEAD(&sbi->s_fc_q[FC_Q_STAGING]); in ext4_fast_commit_init()
|
Completed in 39 milliseconds