Searched refs:FatCluster (Results 1 - 17 of 17) sorted by relevance

/osnet-11/usr/src/lib/libparted/common/libparted/fs/fat/
H A Dtable.h29 FatCluster size;
33 FatCluster cluster_count;
34 FatCluster free_cluster_count;
35 FatCluster bad_cluster_count;
37 FatCluster last_alloc;
40 extern FatTable* fat_table_new (FatType fat_type, FatCluster size);
45 FatCluster new_cluster_count);
55 extern FatCluster fat_table_get (const FatTable* ft, FatCluster cluster);
56 extern int fat_table_set (FatTable* ft, FatCluster cluste
[all...]
H A Dcalc.h25 extern FatCluster fat_min_cluster_count (FatType fat_type);
26 extern FatCluster fat_max_cluster_count (FatType fat_type);
33 FatCluster new_cluster_count);
40 FatCluster* out_cluster_count,
49 FatCluster* out_cluster_count,
60 fat_cluster_to_frag (const PedFileSystem* fs, FatCluster cluster);
62 extern FatCluster
72 fat_cluster_to_sector (const PedFileSystem* fs, FatCluster cluster);
74 extern FatCluster
H A Dfatio.h37 extern int fat_read_clusters (PedFileSystem* fs, char* buf, FatCluster cluster,
38 FatCluster count);
39 extern int fat_write_clusters (PedFileSystem* fs, char* buf, FatCluster cluster,
40 FatCluster count);
42 FatCluster cluster, FatCluster count);
44 extern int fat_read_cluster (PedFileSystem* fs, char *buf, FatCluster cluster);
45 extern int fat_write_cluster (PedFileSystem* fs, char *buf, FatCluster cluster);
47 FatCluster cluster);
H A Dcontext.h49 FatCluster new_root_dir [32];
60 extern FatCluster fat_op_context_map_static_cluster (const FatOpContext* ctx,
61 FatCluster clst);
65 extern FatCluster fat_op_context_map_cluster (const FatOpContext* ctx,
66 FatCluster clst);
H A Dtable.c26 fat_table_new (FatType fat_type, FatCluster size)
90 fat_table_set_cluster_count (FatTable* ft, FatCluster new_cluster_count)
101 FatCluster i;
187 FatCluster i;
201 _test_code_available (const FatTable* ft, FatCluster code)
207 _test_code_bad (const FatTable* ft, FatCluster code)
226 _test_code_eof (const FatTable* ft, FatCluster code)
245 _update_stats (FatTable* ft, FatCluster cluster, FatCluster value)
263 fat_table_set (FatTable* ft, FatCluster cluste
[all...]
H A Dcount.h49 FatCluster cluster);
50 extern PedSector fat_get_cluster_usage (PedFileSystem* fs, FatCluster cluster);
H A Dtraverse.h36 FatCluster this_buffer, next_buffer;
45 FatCluster start_cluster,
57 extern FatCluster fat_dir_entry_get_first_cluster (FatDirEntry* dir_entry,
61 PedFileSystem* fs, FatCluster cluster);
H A Dfatio.c90 fat_read_clusters (PedFileSystem* fs, char *buf, FatCluster cluster,
91 FatCluster count)
105 fat_read_cluster (PedFileSystem* fs, char *buf, FatCluster cluster)
111 fat_write_clusters (PedFileSystem* fs, char *buf, FatCluster cluster,
112 FatCluster count)
126 fat_write_cluster (PedFileSystem* fs, char *buf, FatCluster cluster)
132 fat_write_sync_clusters (PedFileSystem* fs, char *buf, FatCluster cluster,
133 FatCluster count)
143 fat_write_sync_cluster (PedFileSystem* fs, char *buf, FatCluster cluster)
H A Dcount.c96 print_chain (PedFileSystem* fs, FatCluster start)
99 FatCluster clst;
131 flag_traverse_fat (PedFileSystem* fs, const char* chain_name, FatCluster start,
135 FatCluster clst;
136 FatCluster prev_clst;
138 FatCluster chain_length = 0;
225 FatCluster first_cluster;
300 FatCluster cluster;
342 fat_get_cluster_flag (PedFileSystem* fs, FatCluster cluster)
350 fat_get_cluster_usage (PedFileSystem* fs, FatCluster cluste
[all...]
H A Dfat.h41 typedef uint32_t FatCluster; typedef
102 FatCluster cluster_count;
117 FatCluster root_cluster; /* FAT32 only */
120 FatCluster total_dir_clusters;
H A Dcalc.c73 FatCluster
86 FatCluster
107 FatCluster new_cluster_count)
177 FatCluster* out_cluster_count, PedSector* out_fat_size)
182 FatCluster cluster_count;
232 PedSector* out_cluster_sectors, FatCluster* out_cluster_count,
291 FatCluster* out_cluster_count,
374 fat_cluster_to_frag (const PedFileSystem* fs, FatCluster cluster)
384 FatCluster
415 fat_cluster_to_sector (const PedFileSystem* fs, FatCluster cluste
[all...]
H A Dcontext.c150 FatCluster
151 fat_op_context_map_static_cluster (const FatOpContext* ctx, FatCluster clst)
169 FatCluster
170 fat_op_context_map_cluster (const FatOpContext* ctx, FatCluster clst)
202 FatCluster clst;
203 FatCluster new_clst;
H A Dresize.c46 FatCluster old_first_cluster;
146 FatCluster old_first_cluster;
205 clear_cluster (PedFileSystem* fs, FatCluster cluster)
223 FatCluster i;
224 FatCluster cluster;
225 FatCluster cluster_count;
258 FatCluster old_cluster;
271 FatCluster new_clst;
366 FatCluster cluster;
367 FatCluster next_cluste
[all...]
H A Dfat.c193 FatCluster table_size;
284 FatCluster table_size;
460 FatCluster table_size;
499 FatCluster cluster_count;
502 FatCluster info_free_clusters;
547 if (info_free_clusters != (FatCluster) -1
577 FatCluster new_cluster_count,
594 FatCluster _cluster_count;
660 FatCluster used_clusters;
697 FatCluster _cluster_coun
[all...]
H A Dtraverse.c123 fat_traverse_begin (PedFileSystem* fs, FatCluster start_cluster,
229 FatCluster
250 FatCluster cluster)
326 FatCluster first_cluster;
H A Dclstdup.c31 FatCluster cluster = fat_frag_to_cluster (ctx->old_fs, frag);
320 FatCluster new_cluster;
H A Dbootsector.c100 FatCluster cluster_count;

Completed in 39 milliseconds