Lines Matching refs:boot_bh
40 brelse(sbi->boot_bh); in exfat_put_super()
93 struct boot_sector *p_boot = (struct boot_sector *)sbi->boot_bh->b_data; in exfat_set_vol_flags()
112 set_buffer_uptodate(sbi->boot_bh); in exfat_set_vol_flags()
113 mark_buffer_dirty(sbi->boot_bh); in exfat_set_vol_flags()
115 __sync_dirty_buffer(sbi->boot_bh, REQ_SYNC | REQ_FUA | REQ_PREFLUSH); in exfat_set_vol_flags()
435 brelse(sbi->boot_bh); in exfat_calibrate_blocksize()
436 sbi->boot_bh = NULL; in exfat_calibrate_blocksize()
443 sbi->boot_bh = sb_bread(sb, 0); in exfat_calibrate_blocksize()
444 if (!sbi->boot_bh) { in exfat_calibrate_blocksize()
462 sbi->boot_bh = sb_bread(sb, 0); in exfat_read_boot_sector()
463 if (!sbi->boot_bh) { in exfat_read_boot_sector()
467 p_boot = (struct boot_sector *)sbi->boot_bh->b_data; in exfat_read_boot_sector()
651 brelse(sbi->boot_bh); in __exfat_fill_super()
737 brelse(sbi->boot_bh); in exfat_fill_super()