Lines Matching refs:boot_bh
49 brelse(sbi->boot_bh); in exfat_put_super()
101 struct boot_sector *p_boot = (struct boot_sector *)sbi->boot_bh->b_data; in exfat_set_vol_flags()
121 if ((new_flags & VOLUME_DIRTY) && !buffer_dirty(sbi->boot_bh)) in exfat_set_vol_flags()
126 set_buffer_uptodate(sbi->boot_bh); in exfat_set_vol_flags()
127 mark_buffer_dirty(sbi->boot_bh); in exfat_set_vol_flags()
130 sync_dirty_buffer(sbi->boot_bh); in exfat_set_vol_flags()
397 brelse(sbi->boot_bh); in exfat_calibrate_blocksize()
398 sbi->boot_bh = NULL; in exfat_calibrate_blocksize()
405 sbi->boot_bh = sb_bread(sb, 0); in exfat_calibrate_blocksize()
406 if (!sbi->boot_bh) { in exfat_calibrate_blocksize()
424 sbi->boot_bh = sb_bread(sb, 0); in exfat_read_boot_sector()
425 if (!sbi->boot_bh) { in exfat_read_boot_sector()
429 p_boot = (struct boot_sector *)sbi->boot_bh->b_data; in exfat_read_boot_sector()
593 brelse(sbi->boot_bh); in __exfat_fill_super()
684 brelse(sbi->boot_bh); in exfat_fill_super()