Home
last modified time | relevance | path

Searched refs:boot_bh (Results 1 – 3 of 3) sorted by relevance

/linux/fs/exfat/
A Dsuper.c49 brelse(sbi->boot_bh); in exfat_put_super()
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()
396 brelse(sbi->boot_bh); in exfat_calibrate_blocksize()
397 sbi->boot_bh = NULL; in exfat_calibrate_blocksize()
405 if (!sbi->boot_bh) { in exfat_calibrate_blocksize()
423 sbi->boot_bh = sb_bread(sb, 0); in exfat_read_boot_sector()
424 if (!sbi->boot_bh) { in exfat_read_boot_sector()
614 brelse(sbi->boot_bh); in __exfat_fill_super()
[all …]
A Dexfat_fs.h229 struct buffer_head *boot_bh; /* buffer_head of BOOT sector */ member
/linux/fs/affs/
A Dsuper.c337 struct buffer_head *boot_bh; in affs_fill_super() local
454 boot_bh = sb_bread(sb, 0); in affs_fill_super()
455 if (!boot_bh) { in affs_fill_super()
459 memcpy(sig, boot_bh->b_data, 4); in affs_fill_super()
460 brelse(boot_bh); in affs_fill_super()

Completed in 10 milliseconds