Searched refs:clst (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libparted/common/libparted/fs/fat/
H A Dcount.c99 FatCluster clst; local
103 for (clst = start; !fat_table_is_eof (fs_info->fat, clst);
104 clst = fat_table_get (fs_info->fat, clst)) {
105 printf (" %d", (int) clst);
135 FatCluster clst; local
151 for (prev_clst = clst = start; !fat_table_is_eof (fs_info->fat, clst);
152 prev_clst = clst, cls
[all...]
H A Dcontext.h61 FatCluster clst);
66 FatCluster clst);
H A Dcontext.c151 fat_op_context_map_static_cluster (const FatOpContext* ctx, FatCluster clst) argument
156 fat_cluster_to_frag (ctx->old_fs, clst));
170 fat_op_context_map_cluster (const FatOpContext* ctx, FatCluster clst) argument
175 fat_cluster_to_frag (ctx->old_fs, clst));
202 FatCluster clst; local
251 clst = fat_sector_to_cluster (ctx->new_fs, new_sect);
252 PED_ASSERT (clst != 0, return 0);
254 if (!fat_table_set_eof (new_fs_info->fat, clst))

Completed in 35 milliseconds