Home
last modified time | relevance | path

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

/Linux-v6.1/fs/ext4/
Dfast_commit.c654 struct buffer_head *bh = EXT4_SB(sb)->s_fc_bh; in ext4_fc_submit_bh()
664 EXT4_SB(sb)->s_fc_bh = NULL; in ext4_fc_submit_bh()
713 if (!sbi->s_fc_bh) { in ext4_fc_reserve_space()
717 sbi->s_fc_bh = bh; in ext4_fc_reserve_space()
720 return sbi->s_fc_bh->b_data + off; in ext4_fc_reserve_space()
723 tl = (struct ext4_fc_tl *)(sbi->s_fc_bh->b_data + off); in ext4_fc_reserve_space()
736 sbi->s_fc_bh = bh; in ext4_fc_reserve_space()
738 return sbi->s_fc_bh->b_data; in ext4_fc_reserve_space()
1278 if (full && sbi->s_fc_bh) in ext4_fc_cleanup()
1279 sbi->s_fc_bh = NULL; in ext4_fc_cleanup()
Dext4.h1758 struct buffer_head *s_fc_bh; member