libparted 3.6
|
Go to the source code of this file.
Data Structures | |
struct | _FatOpContext |
Typedefs | |
typedef enum _FatDirection | FatDirection |
typedef struct _FatOpContext | FatOpContext |
Enumerations | |
enum | _FatDirection { FAT_DIR_FORWARD , FAT_DIR_BACKWARD } |
Functions | |
int | fat_op_context_create_initial_fat (FatOpContext *ctx) |
void | fat_op_context_destroy (FatOpContext *ctx) |
FatCluster | fat_op_context_map_cluster (const FatOpContext *ctx, FatCluster clst) |
FatFragment | fat_op_context_map_fragment (const FatOpContext *ctx, FatFragment frag) |
FatCluster | fat_op_context_map_static_cluster (const FatOpContext *ctx, FatCluster clst) |
FatFragment | fat_op_context_map_static_fragment (const FatOpContext *ctx, FatFragment frag) |
FatOpContext * | fat_op_context_new (PedFileSystem *new_fs, PedFileSystem *old_fs) |
typedef enum _FatDirection FatDirection |
typedef struct _FatOpContext FatOpContext |
enum _FatDirection |
int fat_op_context_create_initial_fat | ( | FatOpContext * | ctx | ) |
void fat_op_context_destroy | ( | FatOpContext * | ctx | ) |
FatCluster fat_op_context_map_cluster | ( | const FatOpContext * | ctx, |
FatCluster | clst | ||
) |
FatFragment fat_op_context_map_fragment | ( | const FatOpContext * | ctx, |
FatFragment | frag | ||
) |
FatCluster fat_op_context_map_static_cluster | ( | const FatOpContext * | ctx, |
FatCluster | clst | ||
) |
FatFragment fat_op_context_map_static_fragment | ( | const FatOpContext * | ctx, |
FatFragment | frag | ||
) |
FatOpContext * fat_op_context_new | ( | PedFileSystem * | new_fs, |
PedFileSystem * | old_fs | ||
) |