libparted 3.6
|
Go to the source code of this file.
Typedefs | |
typedef enum _FatClusterFlag | FatClusterFlag |
typedef struct _FatClusterInfo | FatClusterInfo |
Enumerations | |
enum | _FatClusterFlag { FAT_FLAG_FREE =0 , FAT_FLAG_FILE =1 , FAT_FLAG_DIRECTORY =2 , FAT_FLAG_BAD =3 , FAT_FLAG_FREE =0 , FAT_FLAG_FILE =1 , FAT_FLAG_DIRECTORY =2 , FAT_FLAG_BAD =3 } |
Functions | |
struct | __attribute__ ((packed)) _FatClusterInfo |
int | fat_collect_cluster_info (PedFileSystem *fs) |
FatClusterFlag | fat_get_cluster_flag (PedFileSystem *fs, FatCluster cluster) |
PedSector | fat_get_cluster_usage (PedFileSystem *fs, FatCluster cluster) |
FatClusterFlag | fat_get_fragment_flag (PedFileSystem *fs, FatFragment frag) |
int | fat_is_fragment_active (PedFileSystem *fs, FatFragment frag) |
typedef enum _FatClusterFlag FatClusterFlag |
typedef struct _FatClusterInfo FatClusterInfo |
enum _FatClusterFlag |
struct __attribute__ | ( | (packed) | ) |
int fat_collect_cluster_info | ( | PedFileSystem * | fs | ) |
FatClusterFlag fat_get_cluster_flag | ( | PedFileSystem * | fs, |
FatCluster | cluster | ||
) |
PedSector fat_get_cluster_usage | ( | PedFileSystem * | fs, |
FatCluster | cluster | ||
) |
FatClusterFlag fat_get_fragment_flag | ( | PedFileSystem * | fs, |
FatFragment | frag | ||
) |
int fat_is_fragment_active | ( | PedFileSystem * | fs, |
FatFragment | frag | ||
) |