Lines Matching refs:s_fc_bh
670 struct buffer_head *bh = EXT4_SB(sb)->s_fc_bh; in ext4_fc_submit_bh()
680 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()
719 dst = sbi->s_fc_bh->b_data + off; in ext4_fc_reserve_space()
740 *crc = ext4_chksum(*crc, sbi->s_fc_bh->b_data, bsize); in ext4_fc_reserve_space()
747 sbi->s_fc_bh = bh; in ext4_fc_reserve_space()
749 return sbi->s_fc_bh->b_data; in ext4_fc_reserve_space()
787 crc = ext4_chksum(crc, sbi->s_fc_bh->b_data, in ext4_fc_write_tail()
788 dst - (u8 *)sbi->s_fc_bh->b_data); in ext4_fc_write_tail()
1299 if (full && sbi->s_fc_bh) in ext4_fc_cleanup()
1300 sbi->s_fc_bh = NULL; in ext4_fc_cleanup()