Home
last modified time | relevance | path

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

/Linux-v5.10/fs/ext4/
Dfast_commit.c549 struct buffer_head *bh = EXT4_SB(sb)->s_fc_bh; in ext4_fc_submit_bh()
559 EXT4_SB(sb)->s_fc_bh = NULL; in ext4_fc_submit_bh()
608 if (!sbi->s_fc_bh) { in ext4_fc_reserve_space()
612 sbi->s_fc_bh = bh; in ext4_fc_reserve_space()
615 return sbi->s_fc_bh->b_data + off; in ext4_fc_reserve_space()
618 tl = (struct ext4_fc_tl *)(sbi->s_fc_bh->b_data + off); in ext4_fc_reserve_space()
631 sbi->s_fc_bh = bh; in ext4_fc_reserve_space()
633 return sbi->s_fc_bh->b_data; in ext4_fc_reserve_space()
1172 if (full && sbi->s_fc_bh) in ext4_fc_cleanup()
1173 sbi->s_fc_bh = NULL; in ext4_fc_cleanup()
Dext4.h1642 struct buffer_head *s_fc_bh; member