Home
last modified time | relevance | path

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

/linux-4.1.27/fs/affs/
Dsuper.c302 struct buffer_head *boot_bh; in affs_fill_super() local
416 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()