| /onnv-gate/usr/src/lib/libparted/common/libparted/fs/amiga/ |
| H A D | interface.c | 26 extern PedFileSystemType _affs0_type; 27 extern PedFileSystemType _affs1_type; 28 extern PedFileSystemType _affs2_type; 29 extern PedFileSystemType _affs3_type; 30 extern PedFileSystemType _affs4_type; 31 extern PedFileSystemType _affs5_type; 32 extern PedFileSystemType _affs6_type; 33 extern PedFileSystemType _affs7_type; 34 extern PedFileSystemType _amufs_type; 35 extern PedFileSystemType _amufs0_type; [all …]
|
| H A D | affs.c | 373 PedFileSystemType _affs0_type = { 379 PedFileSystemType _affs1_type = { 385 PedFileSystemType _affs2_type = { 391 PedFileSystemType _affs3_type = { 397 PedFileSystemType _affs4_type = { 403 PedFileSystemType _affs5_type = { 409 PedFileSystemType _affs6_type = { 415 PedFileSystemType _affs7_type = { 421 PedFileSystemType _amufs_type = { 427 PedFileSystemType _amufs0_type = { [all …]
|
| H A D | apfs.c | 139 PedFileSystemType _apfs1_type = { 145 PedFileSystemType _apfs2_type = {
|
| H A D | asfs.c | 137 PedFileSystemType _asfs_type = {
|
| /onnv-gate/usr/src/lib/libparted/common/include/parted/ |
| H A D | filesys.h | 30 typedef struct _PedFileSystemType PedFileSystemType; typedef 62 PedFileSystemType* next; 73 PedFileSystemType* type; /**< the file system type */ 82 extern void ped_file_system_type_register (PedFileSystemType* type); 83 extern void ped_file_system_type_unregister (PedFileSystemType* type); 85 extern PedFileSystemType* ped_file_system_type_get (const char* name); 86 extern PedFileSystemType* 87 ped_file_system_type_get_next (const PedFileSystemType* fs_type); 89 extern PedFileSystemType* ped_file_system_probe (PedGeometry* geom); 91 const PedFileSystemType* fs_type, [all …]
|
| H A D | disk.h | 133 const PedFileSystemType* fs_type; 186 const PedFileSystemType* fs_type, 192 const PedFileSystemType* fs_type); 270 const PedFileSystemType* fs_type, 282 const PedFileSystemType* fs_type); 336 const PedFileSystemType* fs_type,
|
| /onnv-gate/usr/src/lib/libparted/common/libparted/ |
| H A D | filesys.c | 43 static PedFileSystemType* fs_types = NULL; 46 ped_file_system_type_register (PedFileSystemType* fs_type) in ped_file_system_type_register() 58 ped_file_system_type_unregister (PedFileSystemType* fs_type) in ped_file_system_type_unregister() 60 PedFileSystemType* walk; in ped_file_system_type_unregister() 61 PedFileSystemType* last = NULL; in ped_file_system_type_unregister() 81 PedFileSystemType* 84 PedFileSystemType* walk; in ped_file_system_type_get() 100 PedFileSystemType* 101 ped_file_system_type_get_next (const PedFileSystemType* fs_type) in ped_file_system_type_get_next() 119 const PedFileSystemType* fs_type, PedGeometry* geom) in ped_file_system_probe_specific() [all …]
|
| /onnv-gate/usr/src/lib/libparted/common/libparted/fs/ext2/ |
| H A D | interface.c | 29 static PedFileSystemType _ext2_type; 30 static PedFileSystemType _ext3_type; 328 static PedFileSystemType _ext2_type = { 335 static PedFileSystemType _ext3_type = {
|
| /onnv-gate/usr/src/lib/libparted/common/libparted/fs/fat/ |
| H A D | fat.h | 154 extern PedFileSystemType fat16_type; 155 extern PedFileSystemType fat32_type;
|
| H A D | fat.c | 854 PedFileSystemType fat16_type = { 861 PedFileSystemType fat32_type = {
|
| /onnv-gate/usr/src/lib/libparted/common/libparted/labels/ |
| H A D | loop.c | 124 PedFileSystemType* fs_type; in loop_read() 189 const PedFileSystemType* fs_type, in loop_partition_new() 219 loop_partition_set_system (PedPartition* part, const PedFileSystemType* fs_type) in loop_partition_set_system()
|
| H A D | aix.c | 155 const PedFileSystemType* fs_type, in aix_partition_new() 184 aix_partition_set_system (PedPartition* part, const PedFileSystemType* fs_type) in aix_partition_set_system()
|
| H A D | bsd.c | 397 const PedFileSystemType* fs_type, in bsd_partition_new() 456 bsd_partition_set_system (PedPartition* part, const PedFileSystemType* fs_type) in bsd_partition_set_system()
|
| H A D | dvh.c | 503 const PedFileSystemType* fs_type, in dvh_partition_new() 581 dvh_partition_set_system (PedPartition* part, const PedFileSystemType* fs_type) in dvh_partition_set_system()
|
| /onnv-gate/usr/src/lib/libparted/common/libparted/fs/ufs/ |
| H A D | ufs.c | 296 static PedFileSystemType ufs_type_sun = { 303 static PedFileSystemType ufs_type_hp = {
|
| /onnv-gate/usr/src/lib/libparted/common/libparted/fs/jfs/ |
| H A D | jfs.c | 92 static PedFileSystemType jfs_type = {
|
| /onnv-gate/usr/src/cmd/parted/ |
| H A D | ui.h | 55 const PedFileSystemType*(* value));
|
| H A D | ui.c | 1053 command_line_get_fs_type (const char* prompt, const PedFileSystemType*(* value)) in command_line_get_fs_type() 1056 PedFileSystemType* fs_type; in command_line_get_fs_type() 1343 PedFileSystemType* walk; in init_fs_type_str()
|
| H A D | parted.c | 498 PedFileSystemType* dst_fs_type; in do_cp() 646 const PedFileSystemType* type = ped_file_system_type_get ("ext2"); in do_mkfs() 693 const PedFileSystemType* fs_type = ped_file_system_type_get ("ext2"); in do_mkpart() 866 const PedFileSystemType* fs_type = ped_file_system_type_get ("ext2"); in do_mkpartfs() 1600 const PedFileSystemType* fs_type; in _rescue_add_partition() 1972 PedFileSystemType* fs_type; in _init_messages()
|
| /onnv-gate/usr/src/lib/libparted/common/libparted/fs/xfs/ |
| H A D | xfs.c | 101 static PedFileSystemType xfs_type = {
|
| /onnv-gate/usr/src/lib/libparted/common/libparted/fs/solaris_x86/ |
| H A D | solaris_x86.c | 154 static PedFileSystemType solaris_x86_type = {
|
| /onnv-gate/usr/src/lib/libparted/common/libparted/fs/reiserfs/ |
| H A D | reiserfs.c | 61 static PedFileSystemType* reiserfs_type; 806 static PedFileSystemType reiserfs_full_type = { 832 static PedFileSystemType reiserfs_simple_type = {
|
| /onnv-gate/usr/src/lib/libparted/common/libparted/fs/ntfs/ |
| H A D | ntfs.c | 45 static PedFileSystemType ntfs_type; 580 static PedFileSystemType ntfs_type = {
|
| /onnv-gate/usr/src/lib/libparted/common/libparted/fs/hfs/ |
| H A D | hfs.c | 55 static PedFileSystemType hfs_type; 56 static PedFileSystemType hfsplus_type; 1318 static PedFileSystemType hfs_type = { 1325 static PedFileSystemType hfsplus_type = { 1332 static PedFileSystemType hfsx_type = {
|
| /onnv-gate/usr/src/lib/libparted/common/libparted/fs/linux_swap/ |
| H A D | linux_swap.c | 71 static PedFileSystemType swap_type; 504 static PedFileSystemType swap_type = {
|