Home
last modified time | relevance | path

Searched refs:s_fc_bh (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.15/fs/ext4/
Dfast_commit.c615 struct buffer_head *bh = EXT4_SB(sb)->s_fc_bh; in ext4_fc_submit_bh()
625 EXT4_SB(sb)->s_fc_bh = NULL; in ext4_fc_submit_bh()
674 if (!sbi->s_fc_bh) { in ext4_fc_reserve_space()
678 sbi->s_fc_bh = bh; in ext4_fc_reserve_space()
681 return sbi->s_fc_bh->b_data + off; in ext4_fc_reserve_space()
684 tl = (struct ext4_fc_tl *)(sbi->s_fc_bh->b_data + off); in ext4_fc_reserve_space()
697 sbi->s_fc_bh = bh; in ext4_fc_reserve_space()
699 return sbi->s_fc_bh->b_data; in ext4_fc_reserve_space()
1230 if (full && sbi->s_fc_bh) in ext4_fc_cleanup()
1231 sbi->s_fc_bh = NULL; in ext4_fc_cleanup()
Dext4.h1747 struct buffer_head *s_fc_bh; member