Home
last modified time | relevance | path

Searched refs:PedFileSystemType (Results 1 – 25 of 32) sorted by relevance

12

/onnv-gate/usr/src/lib/libparted/common/libparted/fs/amiga/
H A Dinterface.c26 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 Daffs.c373 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 Dapfs.c139 PedFileSystemType _apfs1_type = {
145 PedFileSystemType _apfs2_type = {
H A Dasfs.c137 PedFileSystemType _asfs_type = {
/onnv-gate/usr/src/lib/libparted/common/include/parted/
H A Dfilesys.h30 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 Ddisk.h133 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 Dfilesys.c43 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 Dinterface.c29 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 Dfat.h154 extern PedFileSystemType fat16_type;
155 extern PedFileSystemType fat32_type;
H A Dfat.c854 PedFileSystemType fat16_type = {
861 PedFileSystemType fat32_type = {
/onnv-gate/usr/src/lib/libparted/common/libparted/labels/
H A Dloop.c124 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 Daix.c155 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 Dbsd.c397 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 Ddvh.c503 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 Dufs.c296 static PedFileSystemType ufs_type_sun = {
303 static PedFileSystemType ufs_type_hp = {
/onnv-gate/usr/src/lib/libparted/common/libparted/fs/jfs/
H A Djfs.c92 static PedFileSystemType jfs_type = {
/onnv-gate/usr/src/cmd/parted/
H A Dui.h55 const PedFileSystemType*(* value));
H A Dui.c1053 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 Dparted.c498 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 Dxfs.c101 static PedFileSystemType xfs_type = {
/onnv-gate/usr/src/lib/libparted/common/libparted/fs/solaris_x86/
H A Dsolaris_x86.c154 static PedFileSystemType solaris_x86_type = {
/onnv-gate/usr/src/lib/libparted/common/libparted/fs/reiserfs/
H A Dreiserfs.c61 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 Dntfs.c45 static PedFileSystemType ntfs_type;
580 static PedFileSystemType ntfs_type = {
/onnv-gate/usr/src/lib/libparted/common/libparted/fs/hfs/
H A Dhfs.c55 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 Dlinux_swap.c71 static PedFileSystemType swap_type;
504 static PedFileSystemType swap_type = {

12