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

/seL4-camkes-master/tools/cogent/impl/fs/vfat/cogent/plat/linux/
H A Dinode.c1620 struct buffer_head *fsinfo_bh; local
1632 fsinfo_bh = sb_bread(sb, sbi->fsinfo_sector);
1633 if (fsinfo_bh == NULL) {
1639 fsinfo = (struct fat_boot_fsinfo *)fsinfo_bh->b_data;
1653 brelse(fsinfo_bh);

Completed in 28 milliseconds