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

/linux-4.4.14/fs/affs/
H A Dsuper.c303 struct buffer_head *boot_bh; affs_fill_super() local
418 boot_bh = sb_bread(sb, 0); affs_fill_super()
419 if (!boot_bh) { affs_fill_super()
423 memcpy(sig, boot_bh->b_data, 4); affs_fill_super()
424 brelse(boot_bh); affs_fill_super()

Completed in 53 milliseconds