Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/syslinux/syslinux/
H A D0008-libinstaller-syslinuxext-implement-syslinux_patch_bo.patch206 - struct fat_boot_sector *sbs;
227 - sbs = (struct fat_boot_sector *)syslinux_bootsect;
400 + struct fat_boot_sector *sbs;
413 + sbs = (struct fat_boot_sector *)syslinux_bootsect;
/OK3568_Linux_fs/kernel/fs/fat/
H A Dinode.c669 struct fat_boot_sector *b; in fat_set_state()
693 b = (struct fat_boot_sector *) bh->b_data; in fat_set_state()
1430 static bool fat_bpb_is_zero(struct fat_boot_sector *b) in fat_bpb_is_zero()
1455 static int fat_read_bpb(struct super_block *sb, struct fat_boot_sector *b, in fat_read_bpb()
1534 struct fat_boot_sector *b, int silent, in fat_read_static_bpb()
1655 error = fat_read_bpb(sb, (struct fat_boot_sector *)bh->b_data, silent, in fat_fill_super()
1659 (struct fat_boot_sector *)bh->b_data, silent, &bpb); in fat_fill_super()
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dmsdos_fs.h108 struct fat_boot_sector { struct
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dmsdos_fs.h113 struct fat_boot_sector { struct
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dmsdos_fs.h113 struct fat_boot_sector { struct
/OK3568_Linux_fs/kernel/block/partitions/
H A Dmsdos.c586 struct fat_boot_sector *fb; in msdos_partition()
627 fb = (struct fat_boot_sector *) data; in msdos_partition()