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

/linux-master/include/uapi/linux/
H A Dmsdos_fs.h108 struct fat_boot_sector { struct
/linux-master/fs/fat/
H A Dinode.c42 * fat_boot_sector.
672 struct fat_boot_sector *b;
696 b = (struct fat_boot_sector *) bh->b_data;
1438 static bool fat_bpb_is_zero(struct fat_boot_sector *b)
1463 static int fat_read_bpb(struct super_block *sb, struct fat_boot_sector *b,
1542 struct fat_boot_sector *b, int silent,
1660 error = fat_read_bpb(sb, (struct fat_boot_sector *)bh->b_data, silent,
1664 (struct fat_boot_sector *)bh->b_data, silent, &bpb);
/linux-master/block/partitions/
H A Dmsdos.c587 struct fat_boot_sector *fb;
629 fb = (struct fat_boot_sector *) data;

Completed in 155 milliseconds