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

1 23

  /prebuilts/ndk/9/platforms/android-9/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 526 __u32 sect_count, fat_size, dir_size, cluster_count, fat_length; local
544 fat_length = blkid_le16(ms->ms_fat_length);
545 if (fat_length == 0)
546 fat_length = blkid_le32(vs->vs_fat32_length);
548 fat_size = fat_length * ms->ms_fats;
    [all...]

Completed in 754 milliseconds

1 23