OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:fat_length
(Results
1 - 4
of
4
) sorted by null
/bionic/libc/kernel/uapi/linux/
msdos_fs.h
98
__le16
fat_length
;
member in struct:fat_boot_sector
/external/kernel-headers/original/uapi/linux/
msdos_fs.h
122
__le16
fat_length
; /* sectors/FAT */
member in struct:fat_boot_sector
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
msdos_fs.h
116
__le16
fat_length
; /* sectors/FAT */
member in struct:fat_boot_sector
/external/e2fsprogs/lib/blkid/
probe.c
524
__u32 sect_count, fat_size, dir_size, cluster_count,
fat_length
;
local
542
fat_length
= blkid_le16(ms->ms_fat_length);
543
if (
fat_length
== 0)
544
fat_length
= blkid_le32(vs->vs_fat32_length);
546
fat_size =
fat_length
* ms->ms_fats;
[
all
...]
Completed in 262 milliseconds