HomeSort by relevance Sort by last modified time
    Searched refs:fat_type (Results 1 - 5 of 5) sorted by null

  /external/syslinux/libfat/
libfatint.h 31 enum fat_type { enum
41 enum fat_type fat_type; member in struct:libfat_filesystem
open.c 84 fs->fat_type = FAT12;
87 fs->fat_type = FAT16;
90 fs->fat_type = FAT28;
100 if (fs->fat_type == FAT28)
fatchain.c 74 switch (fs->fat_type) {
  /external/syslinux/core/fs/fat/
fat_fs.h 29 enum fat_type{ FAT12, FAT16, FAT32 }; enum
100 int fat_type; member in struct:fat_sb_info
fat.c 40 switch(FAT_SB(fs)->fat_type) {
761 sbi->fat_type = FAT12;
763 sbi->fat_type = FAT16;
765 sbi->fat_type = FAT32;
782 if (FAT32 == sbi->fat_type)

Completed in 129 milliseconds