Searched refs:s_fc_dentry_q (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/ext4/ |
H A D | fast_commit.c | 416 &sbi->s_fc_dentry_q[FC_Q_STAGING]); in __track_dentry_update() 418 list_add_tail(&node->fcd_list, &sbi->s_fc_dentry_q[FC_Q_MAIN]); in __track_dentry_update() 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]) { 1222 while (!list_empty(&sbi->s_fc_dentry_q[FC_Q_MAIN])) { in ext4_fc_cleanup() 1223 fc_dentry = list_first_entry(&sbi->s_fc_dentry_q[FC_Q_MAIN], in ext4_fc_cleanup() 1236 list_splice_init(&sbi->s_fc_dentry_q[FC_Q_STAGING], in ext4_fc_cleanup() 1237 &sbi->s_fc_dentry_q[FC_Q_MAIN]); in ext4_fc_cleanup()
|
H A D | ext4.h | 1656 struct list_head s_fc_dentry_q[2]; /* directory entry updates */ member 1661 * ei->i_fc_list, s_fc_dentry_q, s_fc_q, s_fc_bytes, s_fc_bh.
|
H A D | super.c | 4750 INIT_LIST_HEAD(&sbi->s_fc_dentry_q[FC_Q_MAIN]); in ext4_fill_super() 4751 INIT_LIST_HEAD(&sbi->s_fc_dentry_q[FC_Q_STAGING]); in ext4_fill_super()
|
/kernel/linux/linux-6.6/fs/ext4/ |
H A D | fast_commit.c | 467 &sbi->s_fc_dentry_q[FC_Q_STAGING]); in __track_dentry_update() 469 list_add_tail(&node->fcd_list, &sbi->s_fc_dentry_q[FC_Q_MAIN]); in __track_dentry_update() 1031 if (list_empty(&sbi->s_fc_dentry_q[FC_Q_MAIN])) 1034 &sbi->s_fc_dentry_q[FC_Q_MAIN], fcd_list) { 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() 1311 list_splice_init(&sbi->s_fc_dentry_q[FC_Q_STAGING], in ext4_fc_cleanup() 1312 &sbi->s_fc_dentry_q[FC_Q_MAIN]); in ext4_fc_cleanup()
|
H A D | ext4.h | 1728 struct list_head s_fc_dentry_q[2]; /* directory entry updates */ member 1733 * ei->i_fc_list, s_fc_dentry_q, s_fc_q, s_fc_bytes, s_fc_bh.
|
H A D | super.c | 4475 INIT_LIST_HEAD(&sbi->s_fc_dentry_q[FC_Q_MAIN]); in ext4_fast_commit_init() 4476 INIT_LIST_HEAD(&sbi->s_fc_dentry_q[FC_Q_STAGING]); in ext4_fast_commit_init()
|
Completed in 36 milliseconds