Home
last modified time | relevance | path

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

/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/fat/
H A Dinode.c1718 struct buffer_head *fsinfo_bh; in fat_fill_super() local
1730 fsinfo_bh = sb_bread(sb, sbi->fsinfo_sector); in fat_fill_super()
1731 if (fsinfo_bh == NULL) { in fat_fill_super()
1737 fsinfo = (struct fat_boot_fsinfo *)fsinfo_bh->b_data; in fat_fill_super()
1751 brelse(fsinfo_bh); in fat_fill_super()
/dports/multimedia/libv4l/linux-5.13-rc2/fs/fat/
H A Dinode.c1718 struct buffer_head *fsinfo_bh; in fat_fill_super() local
1730 fsinfo_bh = sb_bread(sb, sbi->fsinfo_sector); in fat_fill_super()
1731 if (fsinfo_bh == NULL) { in fat_fill_super()
1737 fsinfo = (struct fat_boot_fsinfo *)fsinfo_bh->b_data; in fat_fill_super()
1751 brelse(fsinfo_bh); in fat_fill_super()
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/fat/
H A Dinode.c1718 struct buffer_head *fsinfo_bh; in fat_fill_super() local
1730 fsinfo_bh = sb_bread(sb, sbi->fsinfo_sector); in fat_fill_super()
1731 if (fsinfo_bh == NULL) { in fat_fill_super()
1737 fsinfo = (struct fat_boot_fsinfo *)fsinfo_bh->b_data; in fat_fill_super()
1751 brelse(fsinfo_bh); in fat_fill_super()