Home
last modified time | relevance | path

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

/openbmc/linux/fs/ext4/
H A Dfast_commit.c475 &sbi->s_fc_dentry_q[FC_Q_STAGING]); in __track_dentry_update()
477 list_add_tail(&node->fcd_list, &sbi->s_fc_dentry_q[FC_Q_MAIN]); in __track_dentry_update()
1047 if (list_empty(&sbi->s_fc_dentry_q[FC_Q_MAIN])) in ext4_fc_commit_dentry_updates()
1050 &sbi->s_fc_dentry_q[FC_Q_MAIN], fcd_list) { in ext4_fc_commit_dentry_updates()
1325 while (!list_empty(&sbi->s_fc_dentry_q[FC_Q_MAIN])) { in ext4_fc_cleanup()
1326 fc_dentry = list_first_entry(&sbi->s_fc_dentry_q[FC_Q_MAIN], in ext4_fc_cleanup()
1340 list_splice_init(&sbi->s_fc_dentry_q[FC_Q_STAGING], in ext4_fc_cleanup()
1341 &sbi->s_fc_dentry_q[FC_Q_MAIN]); in ext4_fc_cleanup()
H A Dext4.h1738 struct list_head s_fc_dentry_q[2]; /* directory entry updates */ member
H A Dsuper.c4483 INIT_LIST_HEAD(&sbi->s_fc_dentry_q[FC_Q_MAIN]); in ext4_fast_commit_init()
4484 INIT_LIST_HEAD(&sbi->s_fc_dentry_q[FC_Q_STAGING]); in ext4_fast_commit_init()