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

/linux-master/fs/fat/
H A Dinode.c1723 struct buffer_head *fsinfo_bh; local
1735 fsinfo_bh = sb_bread(sb, sbi->fsinfo_sector);
1736 if (fsinfo_bh == NULL) {
1742 fsinfo = (struct fat_boot_fsinfo *)fsinfo_bh->b_data;
1756 brelse(fsinfo_bh);

Completed in 209 milliseconds