libparted 3.6
|
Go to the source code of this file.
Data Structures | |
struct | device_parameters |
struct | partition_table |
struct | volume_directory |
struct | volume_header |
Macros | |
#define | BFNAMESIZE 16 /* max 16 chars in boot file name */ |
#define | BOOTABLE 0x00; |
#define | DP_CTQ_EN 0x00000040 /* enable command tag queueing */ |
#define | DP_IGNOREERRORS 0x00000010 /* transfer data regardless of errors */ |
#define | DP_MULTIVOL 0x00000008 /* multiple volumes per spindle */ |
#define | DP_RESEEK 0x00000020 /* recalibrate as last resort */ |
#define | DP_SECTFWD 0x00000002 /* forward to replacement sector */ |
#define | DP_SECTSLIP 0x00000001 /* sector slip to spare sector */ |
#define | DP_TRKFWD 0x00000004 /* forward to replacement track */ |
#define | EXTENDED 5 /* extended partition */ |
#define | FAT_LONG 4 /* FAT file system, 16-bit FAT entries */ |
#define | FAT_SHORT 1 /* FAT file system, 12-bit FAT entries */ |
#define | HUGE 6 /* huge partition- MS/DOS 4.0 and later */ |
#define | NOT_BOOTABLE 0x80; |
#define | NOT_USED 0 /* Not used */ |
#define | NPARTAB 16 /* 16 unix partitions */ |
#define | NPTYPES 16 |
#define | NVDIR 15 /* max of 15 directory entries */ |
#define | PTYPE_BSD 4 /* partition is 4.2BSD file system */ |
#define | PTYPE_BSD42 4 /* partition is 4.2BSD file system */ |
#define | PTYPE_EFS 7 /* partition is sgi EFS */ |
#define | PTYPE_LVOL 8 /* partition is part of a logical vol */ |
#define | PTYPE_RAW 3 /* partition is used for data */ |
#define | PTYPE_RLVOL 9 /* part of a "raw" logical vol */ |
#define | PTYPE_SECREPL 2 /* partition is used for repl secs */ |
#define | PTYPE_SYSV 5 /* partition is SysV file system */ |
#define | PTYPE_TRKREPL 1 /* partition is used for repl trks */ |
#define | PTYPE_VOLHDR 0 /* partition is volume header */ |
#define | PTYPE_VOLUME 6 /* partition is entire volume */ |
#define | PTYPE_XFS 10 /* partition is sgi XFS */ |
#define | PTYPE_XFSLOG 11 /* partition is sgi XFS log */ |
#define | PTYPE_XLV 12 /* partition is part of an XLV vol */ |
#define | PTYPE_XVM 13 /* partition is sgi XVM */ |
#define | VDNAMESIZE 8 |
#define | VHMAGIC 0xbe5a941 /* randomly chosen value */ |
#define BFNAMESIZE 16 /* max 16 chars in boot file name */ |
#define BOOTABLE 0x00; |
#define DP_CTQ_EN 0x00000040 /* enable command tag queueing */ |
#define DP_IGNOREERRORS 0x00000010 /* transfer data regardless of errors */ |
#define DP_MULTIVOL 0x00000008 /* multiple volumes per spindle */ |
#define DP_RESEEK 0x00000020 /* recalibrate as last resort */ |
#define DP_SECTFWD 0x00000002 /* forward to replacement sector */ |
#define DP_TRKFWD 0x00000004 /* forward to replacement track */ |
#define EXTENDED 5 /* extended partition */ |
#define FAT_LONG 4 /* FAT file system, 16-bit FAT entries */ |
#define FAT_SHORT 1 /* FAT file system, 12-bit FAT entries */ |
#define HUGE 6 /* huge partition- MS/DOS 4.0 and later */ |
#define NOT_BOOTABLE 0x80; |
#define NOT_USED 0 /* Not used */ |
#define NPARTAB 16 /* 16 unix partitions */ |
#define NPTYPES 16 |
#define NVDIR 15 /* max of 15 directory entries */ |
#define PTYPE_BSD 4 /* partition is 4.2BSD file system */ |
#define PTYPE_BSD42 4 /* partition is 4.2BSD file system */ |
#define PTYPE_EFS 7 /* partition is sgi EFS */ |
#define PTYPE_LVOL 8 /* partition is part of a logical vol */ |
#define PTYPE_RAW 3 /* partition is used for data */ |
#define PTYPE_RLVOL 9 /* part of a "raw" logical vol */ |
#define PTYPE_SECREPL 2 /* partition is used for repl secs */ |
#define PTYPE_SYSV 5 /* partition is SysV file system */ |
#define PTYPE_TRKREPL 1 /* partition is used for repl trks */ |
#define PTYPE_VOLHDR 0 /* partition is volume header */ |
#define PTYPE_VOLUME 6 /* partition is entire volume */ |
#define PTYPE_XFS 10 /* partition is sgi XFS */ |
#define PTYPE_XFSLOG 11 /* partition is sgi XFS log */ |
#define PTYPE_XLV 12 /* partition is part of an XLV vol */ |
#define PTYPE_XVM 13 /* partition is sgi XVM */ |
#define VDNAMESIZE 8 |
#define VHMAGIC 0xbe5a941 /* randomly chosen value */ |