Home
last modified time | relevance | path

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

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