Home
last modified time | relevance | path

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

/Linux-v4.19/fs/affs/
Dsuper.c342 struct buffer_head *boot_bh; in affs_fill_super() local
455 boot_bh = sb_bread(sb, 0); in affs_fill_super()
456 if (!boot_bh) { in affs_fill_super()
460 memcpy(sig, boot_bh->b_data, 4); in affs_fill_super()
461 brelse(boot_bh); in affs_fill_super()