Searched refs:boot_bh (Results 1 – 3 of 3) sorted by relevance
41 brelse(sbi->boot_bh); in exfat_put_super()84 set_buffer_uptodate(sbi->boot_bh); in exfat_set_vol_flags()85 mark_buffer_dirty(sbi->boot_bh); in exfat_set_vol_flags()402 brelse(sbi->boot_bh); in exfat_calibrate_blocksize()403 sbi->boot_bh = NULL; in exfat_calibrate_blocksize()410 sbi->boot_bh = sb_bread(sb, 0); in exfat_calibrate_blocksize()411 if (!sbi->boot_bh) { in exfat_calibrate_blocksize()429 sbi->boot_bh = sb_bread(sb, 0); in exfat_read_boot_sector()430 if (!sbi->boot_bh) { in exfat_read_boot_sector()630 brelse(sbi->boot_bh); in __exfat_fill_super()[all …]
263 struct buffer_head *boot_bh; /* buffer_head of BOOT sector */ member
311 struct buffer_head *boot_bh; in affs_fill_super() local420 boot_bh = sb_bread(sb, 0); in affs_fill_super()421 if (!boot_bh) { in affs_fill_super()425 memcpy(sig, boot_bh->b_data, 4); in affs_fill_super()426 brelse(boot_bh); in affs_fill_super()
Completed in 10 milliseconds