Searched defs:FatOpContext (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libparted/common/libparted/fs/fat/
H A Dcontext.h51 typedef struct _FatOpContext FatOpContext; typedef in typeref:struct:_FatOpContext
53 extern FatOpContext* fat_op_context_new (PedFileSystem* new_fs,
56 extern void fat_op_context_destroy (FatOpContext* ctx);
58 extern FatFragment fat_op_context_map_static_fragment (const FatOpContext* ctx,
60 extern FatCluster fat_op_context_map_static_cluster (const FatOpContext* ctx,
63 extern FatFragment fat_op_context_map_fragment (const FatOpContext* ctx,
65 extern FatCluster fat_op_context_map_cluster (const FatOpContext* ctx,
68 extern int fat_op_context_create_initial_fat (FatOpContext* ctx);

Completed in 14 milliseconds