Searched refs:boot_bh (Results 1 – 1 of 1) sorted by relevance
302 struct buffer_head *boot_bh; in affs_fill_super() local416 boot_bh = sb_bread(sb, 0); in affs_fill_super()417 if (!boot_bh) { in affs_fill_super()421 memcpy(sig, boot_bh->b_data, 4); in affs_fill_super()422 brelse(boot_bh); in affs_fill_super()