Home
last modified time | relevance | path

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

/linux-4.19.296/fs/fat/
Dinode.c1707 struct buffer_head *fsinfo_bh; in fat_fill_super() local
1719 fsinfo_bh = sb_bread(sb, sbi->fsinfo_sector); in fat_fill_super()
1720 if (fsinfo_bh == NULL) { in fat_fill_super()
1726 fsinfo = (struct fat_boot_fsinfo *)fsinfo_bh->b_data; in fat_fill_super()
1740 brelse(fsinfo_bh); in fat_fill_super()