OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:next_cluster
(Results
1 - 25
of
40
) sorted by null
1
2
/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
;
/system/extras/fatblock/
fs.h
27
cluster_t
next_cluster
;
member in struct:fs
fs.c
129
if (fs->
next_cluster
+ clusters_needed > fs->num_clusters) {
135
start = fs->
next_cluster
;
136
fs->
next_cluster
+= clusters_needed;
217
fs->
next_cluster
= FAT_CLUSTER_ZERO;
260
fs->info.free_clusters = htole32(fs->num_clusters - fs->
next_cluster
);
/bionic/libc/kernel/common/linux/
msdos_fs.h
137
__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
/prebuilts/gcc/linux-x86/host/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
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
msdos_fs.h
144
__le32
next_cluster
; /* Most recently allocated cluster */
member in struct:fat_boot_fsinfo
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
msdos_fs.h
144
__le32
next_cluster
; /* Most recently allocated cluster */
member in struct:fat_boot_fsinfo
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
msdos_fs.h
133
__le32
next_cluster
;
member in struct:fat_boot_fsinfo
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
msdos_fs.h
133
__le32
next_cluster
;
member in struct:fat_boot_fsinfo
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
msdos_fs.h
133
__le32
next_cluster
;
member in struct:fat_boot_fsinfo
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
msdos_fs.h
133
__le32
next_cluster
;
member in struct:fat_boot_fsinfo
/prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/
msdos_fs.h
133
__le32
next_cluster
;
member in struct:fat_boot_fsinfo
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/
msdos_fs.h
133
__le32
next_cluster
;
member in struct:fat_boot_fsinfo
/prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/
msdos_fs.h
133
__le32
next_cluster
;
member in struct:fat_boot_fsinfo
/prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/linux/
msdos_fs.h
133
__le32
next_cluster
;
member in struct:fat_boot_fsinfo
/prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/linux/
msdos_fs.h
133
__le32
next_cluster
;
member in struct:fat_boot_fsinfo
/prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/linux/
msdos_fs.h
133
__le32
next_cluster
;
member in struct:fat_boot_fsinfo
/prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/linux/
msdos_fs.h
133
__le32
next_cluster
;
member in struct:fat_boot_fsinfo
/prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/linux/
msdos_fs.h
133
__le32
next_cluster
;
member in struct:fat_boot_fsinfo
/prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/linux/
msdos_fs.h
133
__le32
next_cluster
;
member in struct:fat_boot_fsinfo
/prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/linux/
msdos_fs.h
133
__le32
next_cluster
;
member in struct:fat_boot_fsinfo
/prebuilts/ndk/7/platforms/android-4/arch-x86/usr/include/linux/
msdos_fs.h
133
__le32
next_cluster
;
member in struct:fat_boot_fsinfo
/prebuilts/ndk/7/platforms/android-5/arch-arm/usr/include/linux/
msdos_fs.h
133
__le32
next_cluster
;
member in struct:fat_boot_fsinfo
/prebuilts/ndk/7/platforms/android-5/arch-x86/usr/include/linux/
msdos_fs.h
133
__le32
next_cluster
;
member in struct:fat_boot_fsinfo
Completed in 166 milliseconds
1
2