Home
last modified time | relevance | path

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

/linux/fs/exfat/
H A Dsuper.c51 brelse(sbi->boot_bh); in exfat_put_super()
75 struct boot_sector *p_boot = (struct boot_sector *)sbi->boot_bh->b_data; in exfat_set_vol_flags()
94 set_buffer_uptodate(sbi->boot_bh); in exfat_set_vol_flags()
95 mark_buffer_dirty(sbi->boot_bh); in exfat_set_vol_flags()
97 __sync_dirty_buffer(sbi->boot_bh, REQ_SYNC | REQ_FUA | REQ_PREFLUSH); in exfat_set_vol_flags()
412 brelse(sbi->boot_bh); in exfat_calibrate_blocksize()
413 sbi->boot_bh = NULL; in exfat_calibrate_blocksize()
420 sbi->boot_bh = sb_bread(sb, 0); in exfat_calibrate_blocksize()
421 if (!sbi->boot_bh) { in exfat_calibrate_blocksize()
442 sbi->boot_bh = sb_bread(sb, 0); in exfat_read_boot_sector()
[all …]
H A Dexfat_fs.h262 struct buffer_head *boot_bh; /* buffer_head of BOOT sector */ member
/linux/fs/affs/
H A Dsuper.c311 struct buffer_head *boot_bh; in affs_fill_super() local
420 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()