Searched refs:boot_bh (Results 1 – 3 of 3) sorted by relevance
40 brelse(sbi->boot_bh); in exfat_put_super()112 set_buffer_uptodate(sbi->boot_bh); in exfat_set_vol_flags()113 mark_buffer_dirty(sbi->boot_bh); 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()651 brelse(sbi->boot_bh); in __exfat_fill_super()[all …]
263 struct buffer_head *boot_bh; /* buffer_head of BOOT sector */ member
336 struct buffer_head *boot_bh; in affs_fill_super() local453 boot_bh = sb_bread(sb, 0); in affs_fill_super()454 if (!boot_bh) { in affs_fill_super()458 memcpy(sig, boot_bh->b_data, 4); in affs_fill_super()459 brelse(boot_bh); in affs_fill_super()
Completed in 14 milliseconds