HomeSort by relevance Sort by last modified time
    Searched defs:next_cluster (Results 1 - 15 of 15) sorted by null

  /system/extras/fatblock/
fs.h 27 cluster_t next_cluster; member in struct:fs
  /external/grub/stage2/
fsys_fat.c 233 int next_cluster; local
246 next_cluster = * (unsigned long *) (FAT_BUF + (cached_pos >> 1));
250 next_cluster >>= 4;
251 next_cluster &= 0xFFF;
254 next_cluster &= 0xFFFF;
256 if (next_cluster >= FAT_SUPER->clust_eof_marker)
258 if (next_cluster < 2 || next_cluster >= FAT_SUPER->num_clust)
264 FAT_SUPER->current_cluster = next_cluster;
  /bionic/libc/kernel/common/linux/
msdos_fs.h 133 __le32 next_cluster; member in struct:fat_boot_fsinfo
  /development/ndk/platforms/android-3/include/linux/
msdos_fs.h 133 __le32 next_cluster; member in struct:fat_boot_fsinfo
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
msdos_fs.h 144 __le32 next_cluster; /* Most recently allocated cluster */ member in struct:fat_boot_fsinfo
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
msdos_fs.h 133 __le32 next_cluster; member in struct:fat_boot_fsinfo
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
msdos_fs.h 133 __le32 next_cluster; member in struct:fat_boot_fsinfo
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
msdos_fs.h 133 __le32 next_cluster; member in struct:fat_boot_fsinfo
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
msdos_fs.h 133 __le32 next_cluster; member in struct:fat_boot_fsinfo
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
msdos_fs.h 133 __le32 next_cluster; member in struct:fat_boot_fsinfo
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
msdos_fs.h 133 __le32 next_cluster; member in struct:fat_boot_fsinfo
  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/linux/
msdos_fs.h 133 __le32 next_cluster; member in struct:fat_boot_fsinfo
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/linux/
msdos_fs.h 133 __le32 next_cluster; member in struct:fat_boot_fsinfo
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/linux/
msdos_fs.h 133 __le32 next_cluster; member in struct:fat_boot_fsinfo
  /external/kernel-headers/original/linux/
msdos_fs.h 145 __le32 next_cluster; /* Most recently allocated cluster */ member in struct:fat_boot_fsinfo

Completed in 289 milliseconds