OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:next_cluster
(Results
1 - 9
of
9
) sorted by null
/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
/ndk/build/platforms/android-3/arch-arm/usr/include/linux/
msdos_fs.h
133
__le32
next_cluster
;
member in struct:fat_boot_fsinfo
/ndk/build/platforms/android-4/arch-arm/usr/include/linux/
msdos_fs.h
133
__le32
next_cluster
;
member in struct:fat_boot_fsinfo
/ndk/build/platforms/android-5/arch-arm/usr/include/linux/
msdos_fs.h
133
__le32
next_cluster
;
member in struct:fat_boot_fsinfo
/ndk/build/platforms/android-5/arch-x86/usr/include/linux/
msdos_fs.h
133
__le32
next_cluster
;
member in struct:fat_boot_fsinfo
/ndk/build/platforms/android-8/arch-arm/usr/include/linux/
msdos_fs.h
133
__le32
next_cluster
;
member in struct:fat_boot_fsinfo
/ndk/build/platforms/android-8/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 711 milliseconds