Lines Matching refs:s_fc_bh
660 struct buffer_head *bh = EXT4_SB(sb)->s_fc_bh; in ext4_fc_submit_bh()
670 EXT4_SB(sb)->s_fc_bh = NULL; in ext4_fc_submit_bh()
703 if (!sbi->s_fc_bh) { in ext4_fc_reserve_space()
707 sbi->s_fc_bh = bh; in ext4_fc_reserve_space()
709 dst = sbi->s_fc_bh->b_data + off; in ext4_fc_reserve_space()
730 *crc = ext4_chksum(sbi, *crc, sbi->s_fc_bh->b_data, bsize); in ext4_fc_reserve_space()
737 sbi->s_fc_bh = bh; in ext4_fc_reserve_space()
739 return sbi->s_fc_bh->b_data; in ext4_fc_reserve_space()
777 crc = ext4_chksum(sbi, crc, sbi->s_fc_bh->b_data, in ext4_fc_write_tail()
778 dst - (u8 *)sbi->s_fc_bh->b_data); in ext4_fc_write_tail()
1270 if (full && sbi->s_fc_bh) in ext4_fc_cleanup()
1271 sbi->s_fc_bh = NULL; in ext4_fc_cleanup()