OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fat_size
(Results
1 - 3
of
3
) sorted by null
/system/extras/fatblock/
fs.h
39
offset_t
fat_size
;
member in struct:fs
/external/grub/stage2/
fsys_fat.c
30
int
fat_size
;
member in struct:fat_superblock
129
FAT_SUPER->
fat_size
= 8;
143
FAT_SUPER->
fat_size
= 4;
148
FAT_SUPER->
fat_size
= 3;
160
|| (FAT_SUPER->
fat_size
* FAT_SUPER->num_clust / (2 * SECTOR_SIZE)
170
if (FAT_SUPER->
fat_size
== 8)
175
else if (FAT_SUPER->
fat_size
== 4)
232
FAT_SUPER->current_cluster * FAT_SUPER->
fat_size
;
237
(cached_pos + FAT_SUPER->
fat_size
) > 2*FAT_CACHE_SIZE)
247
if (FAT_SUPER->
fat_size
== 3
[
all
...]
/external/e2fsprogs/lib/blkid/
probe.c
526
__u32 sect_count,
fat_size
, dir_size, cluster_count, fat_length;
local
548
fat_size
= fat_length * ms->ms_fats;
552
cluster_count = sect_count - (reserved +
fat_size
+ dir_size);
562
root_start = (reserved +
fat_size
) * sector_size;
581
start_data_sect = reserved +
fat_size
;
[
all
...]
Completed in 790 milliseconds