libparted 3.6
Loading...
Searching...
No Matches
Typedefs | Enumerations | Functions
count.h File Reference

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 Documentation

◆ FatClusterFlag

◆ FatClusterInfo

typedef struct _FatClusterInfo FatClusterInfo

Enumeration Type Documentation

◆ _FatClusterFlag

Enumerator
FAT_FLAG_FREE 
FAT_FLAG_FILE 
FAT_FLAG_DIRECTORY 
FAT_FLAG_BAD 
FAT_FLAG_FREE 
FAT_FLAG_FILE 
FAT_FLAG_DIRECTORY 
FAT_FLAG_BAD 

Function Documentation

◆ __attribute__()

struct __attribute__ ( (packed)  )

◆ fat_collect_cluster_info()

int fat_collect_cluster_info ( PedFileSystem fs)

◆ fat_get_cluster_flag()

FatClusterFlag fat_get_cluster_flag ( PedFileSystem fs,
FatCluster  cluster 
)

◆ fat_get_cluster_usage()

PedSector fat_get_cluster_usage ( PedFileSystem fs,
FatCluster  cluster 
)

◆ fat_get_fragment_flag()

FatClusterFlag fat_get_fragment_flag ( PedFileSystem fs,
FatFragment  frag 
)

◆ fat_is_fragment_active()

int fat_is_fragment_active ( PedFileSystem fs,
FatFragment  frag 
)