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

  /external/grub/stage2/
fsys_fat.c 29 int fat_length; member in struct:fat_superblock
97 FAT_SUPER->fat_length =
98 bpb.fat_length ? bpb.fat_length : bpb.fat32_length;
102 FAT_SUPER->fat_offset + bpb.num_fats * FAT_SUPER->fat_length;
114 if (!bpb.fat_length)
126 FAT_SUPER->fat_offset += active_fat * FAT_SUPER->fat_length;
161 > FAT_SUPER->fat_length))
fat.h 47 __u16 fat_length; /* sectors/FAT */ member in struct:fat_bpb
  /bionic/libc/kernel/common/linux/
msdos_fs.h 113 __le16 fat_length; member in struct:fat_boot_sector
  /development/ndk/platforms/android-3/include/linux/
msdos_fs.h 113 __le16 fat_length; member in struct:fat_boot_sector
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
msdos_fs.h 123 __le16 fat_length; /* sectors/FAT */ member in struct:fat_boot_sector
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
msdos_fs.h 113 __le16 fat_length; member in struct:fat_boot_sector
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
msdos_fs.h 113 __le16 fat_length; member in struct:fat_boot_sector
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
msdos_fs.h 113 __le16 fat_length; member in struct:fat_boot_sector
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
msdos_fs.h 113 __le16 fat_length; member in struct:fat_boot_sector
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
msdos_fs.h 113 __le16 fat_length; member in struct:fat_boot_sector
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
msdos_fs.h 113 __le16 fat_length; member in struct:fat_boot_sector
  /external/kernel-headers/original/linux/
msdos_fs.h 124 __le16 fat_length; /* sectors/FAT */ member in struct:fat_boot_sector
237 unsigned long fat_length; /* FAT start & length (sec.) */ member in struct:msdos_sb_info
  /external/e2fsprogs/lib/blkid/
probe.c 450 __u32 sect_count, fat_size, dir_size, cluster_count, fat_length; local
468 fat_length = blkid_le16(ms->ms_fat_length);
469 if (fat_length == 0)
470 fat_length = blkid_le32(vs->vs_fat32_length);
472 fat_size = fat_length * ms->ms_fats;
    [all...]

Completed in 162 milliseconds