Searched defs:fs_type (Results 1 - 18 of 18) sorted by relevance

/osnet-11/usr/src/lib/libparted/common/include/parted/
H A Dfilesys.h74 PedFileSystemType* fs_type; member in struct:_PedFileSystemAlias
103 ped_file_system_type_get_next (const PedFileSystemType* fs_type);
110 const PedFileSystemType* fs_type,
127 const PedFileSystemType* fs_type, const PedDevice* dev);
H A Ddisk.h152 const PedFileSystemType* fs_type; member in struct:_PedPartition
215 const PedFileSystemType* fs_type,
221 const PedFileSystemType* fs_type);
314 const PedFileSystemType* fs_type,
326 const PedFileSystemType* fs_type);
383 const PedFileSystemType* fs_type,
/osnet-11/usr/src/lib/libshare/common/
H A Dlibshare_fs.c155 char *fs_type; local
159 ret = sa_fstype(path, &fs_type);
165 if (strcmp(fs_type, MNTTYPE_ZFS) == 0) {
192 } else if (sa_fstype_is_shareable(fs_type)) {
197 sa_free_fstype(fs_type);
215 char *fs_type; local
217 ret = sa_fstype(path, &fs_type);
223 if (strcmp(fs_type, MNTTYPE_ZFS) == 0)
225 else if (sa_fstype_is_shareable(fs_type))
230 sa_free_fstype(fs_type);
[all...]
/osnet-11/usr/src/lib/libparted/common/libparted/labels/
H A Daix.c122 const PedFileSystemType* fs_type,
151 aix_partition_set_system (PedPartition* part, const PedFileSystemType* fs_type) argument
121 aix_partition_new(const PedDisk* disk, PedPartitionType part_type, const PedFileSystemType* fs_type, PedSector start, PedSector end) argument
H A Dloop.c105 PedFileSystemType* fs_type; local
131 fs_type = ped_file_system_probe (geom);
132 if (!fs_type)
136 fs_type, geom->start, geom->end);
140 part->fs_type = fs_type;
187 const PedFileSystemType* fs_type,
192 part = _ped_partition_alloc (disk, part_type, fs_type, start, end);
204 result = ped_partition_new (part->disk, part->type, part->fs_type,
217 loop_partition_set_system (PedPartition* part, const PedFileSystemType* fs_type) argument
186 loop_partition_new(const PedDisk* disk, PedPartitionType part_type, const PedFileSystemType* fs_type, PedSector start, PedSector end) argument
[all...]
H A Ddvh.c353 part->fs_type = ped_file_system_probe (&part->geom);
400 part->fs_type = ped_file_system_probe (&part->geom);
520 const PedFileSystemType* fs_type,
526 part = _ped_partition_alloc (disk, part_type, fs_type, start, end);
560 result = _ped_partition_alloc (part->disk, part->type, part->fs_type,
598 dvh_partition_set_system (PedPartition* part, const PedFileSystemType* fs_type) argument
602 part->fs_type = fs_type;
613 if (fs_type && !strcmp (fs_type
519 dvh_partition_new(const PedDisk* disk, PedPartitionType part_type, const PedFileSystemType* fs_type, PedSector start, PedSector end) argument
[all...]
H A Dpc98.c400 part->fs_type = ped_file_system_probe (&part->geom);
445 if (!strlen (name) && part->fs_type)
446 name = part->fs_type->name;
531 const PedFileSystemType* fs_type, PedSector start, PedSector end)
536 part = _ped_partition_alloc (disk, part_type, fs_type, start, end);
569 part->fs_type, part->geom.start,
594 pc98_partition_set_system (PedPartition* part, const PedFileSystemType* fs_type) argument
598 part->fs_type = fs_type;
601 if (fs_type) {
529 pc98_partition_new( const PedDisk* disk, PedPartitionType part_type, const PedFileSystemType* fs_type, PedSector start, PedSector end) argument
[all...]
H A Dbsd.c311 part->fs_type = ped_file_system_probe (&part->geom);
397 const PedFileSystemType* fs_type,
403 part = _ped_partition_alloc (disk, part_type, fs_type, start, end);
435 part->fs_type, part->geom.start,
461 bsd_partition_set_system (PedPartition* part, const PedFileSystemType* fs_type) argument
465 part->fs_type = fs_type;
467 if (!fs_type)
469 else if (is_linux_swap (fs_type->name))
396 bsd_partition_new(const PedDisk* disk, PedPartitionType part_type, const PedFileSystemType* fs_type, PedSector start, PedSector end) argument
H A Dsun.c423 part->fs_type = ped_file_system_probe (&part->geom);
551 const PedFileSystemType* fs_type,
557 part = _ped_partition_alloc (disk, part_type, fs_type, start, end);
592 part->fs_type, part->geom.start,
619 sun_partition_set_system (PedPartition* part, const PedFileSystemType* fs_type) argument
623 part->fs_type = fs_type;
643 if (fs_type) {
644 if (is_linux_swap (fs_type->name))
646 else if (!strcmp (fs_type
550 sun_partition_new(const PedDisk* disk, PedPartitionType part_type, const PedFileSystemType* fs_type, PedSector start, PedSector end) argument
[all...]
H A Dgpt.c1044 part->fs_type = ped_file_system_probe (&part->geom);
1306 const PedFileSystemType *fs_type, PedSector start,
1312 part = _ped_partition_alloc (disk, part_type, fs_type, start, end);
1352 result = _ped_partition_alloc (part->disk, part->type, part->fs_type,
1391 const PedFileSystemType *fs_type)
1397 part->fs_type = fs_type;
1440 if (fs_type)
1442 if (strncmp (fs_type->name, "fat", 3) == 0
1443 || strcmp (fs_type
1304 gpt_partition_new(const PedDisk *disk, PedPartitionType part_type, const PedFileSystemType *fs_type, PedSector start, PedSector end) argument
1390 gpt_partition_set_system(PedPartition *part, const PedFileSystemType *fs_type) argument
[all...]
H A Dmac.c808 part->fs_type = ped_file_system_probe (&part->geom);
1142 const PedFileSystemType* fs_type, PedSector start, PedSector end)
1147 part = _ped_partition_alloc (disk, part_type, fs_type, start, end);
1178 part->fs_type, part->geom.start,
1203 mac_partition_set_system (PedPartition* part, const PedFileSystemType* fs_type) argument
1207 part->fs_type = fs_type;
1209 if (fs_type && is_linux_swap (fs_type->name))
1218 if (fs_type
1140 mac_partition_new( const PedDisk* disk, PedPartitionType part_type, const PedFileSystemType* fs_type, PedSector start, PedSector end) argument
[all...]
H A Drdb.c545 part->fs_type = ped_file_system_probe (&part->geom);
773 const PedFileSystemType* fs_type,
789 if (!(part = _ped_partition_alloc (disk, part_type, fs_type, start, end)))
849 part->fs_type, part->geom.start,
874 const PedFileSystemType* fs_type)
882 part->fs_type = fs_type;
884 if (!fs_type)
886 else if (!strcmp (fs_type->name, "ext2"))
888 else if (!strcmp (fs_type
772 amiga_partition_new(const PedDisk* disk, PedPartitionType part_type, const PedFileSystemType* fs_type, PedSector start, PedSector end) argument
873 amiga_partition_set_system(PedPartition* part, const PedFileSystemType* fs_type) argument
[all...]
H A Ddos.c498 if (!part->fs_type)
503 if (!strcmp(ms_types[i], part->fs_type->name))
941 part->fs_type = ped_file_system_probe (&part->geom);
1230 const PedFileSystemType* fs_type,
1236 part = _ped_partition_alloc (disk, part_type, fs_type, start, end);
1273 new_part = ped_partition_new (part->disk, part->type, part->fs_type,
1320 const PedFileSystemType* fs_type)
1324 part->fs_type = fs_type;
1327 && fs_type
1229 msdos_partition_new(const PedDisk* disk, PedPartitionType part_type, const PedFileSystemType* fs_type, PedSector start, PedSector end) argument
1319 msdos_partition_set_system(PedPartition* part, const PedFileSystemType* fs_type) argument
[all...]
/osnet-11/usr/src/grub/grub2/include/grub/
H A Dbsdlabel.h74 grub_uint8_t fs_type; member in struct:grub_partition_bsd_entry
/osnet-11/usr/src/lib/libparted/common/libparted/
H A Dfilesys.c47 ped_file_system_type_register (PedFileSystemType* fs_type) argument
49 PED_ASSERT (fs_type != NULL, return);
50 PED_ASSERT (fs_type->ops != NULL, return);
51 PED_ASSERT (fs_type->name != NULL, return);
53 fs_type->next = fs_types;
54 fs_types = fs_type;
58 ped_file_system_type_unregister (PedFileSystemType* fs_type) argument
64 PED_ASSERT (fs_type != NULL, return);
66 for (walk = fs_types; walk && walk != fs_type;
71 ((struct _PedFileSystemType*) last)->next = fs_type
77 ped_file_system_alias_register(PedFileSystemType* fs_type, const char* alias, int deprecated) argument
97 ped_file_system_alias_unregister(PedFileSystemType* fs_type, const char* alias) argument
161 ped_file_system_type_get_next(const PedFileSystemType* fs_type) argument
192 ped_file_system_probe_specific( const PedFileSystemType* fs_type, PedGeometry* geom) argument
214 _test_open(PedFileSystemType* fs_type, PedGeometry* geom) argument
373 PedFileSystemType* fs_type = NULL; local
798 ped_file_system_get_create_constraint(const PedFileSystemType* fs_type, const PedDevice* dev) argument
[all...]
H A Ddisk.c606 const PedFileSystemType* fs_type = walk->fs_type; local
611 if (!ped_partition_is_active (walk) || !fs_type)
614 geom = ped_file_system_probe_specific (fs_type, &walk->geom);
1187 const PedFileSystemType* fs_type,
1208 part->fs_type = fs_type;
1268 const PedFileSystemType* fs_type, PedSector start,
1292 part = disk->type->ops->partition_new (disk, type, fs_type, start, end);
1296 if (fs_type || par
1186 _ped_partition_alloc(const PedDisk* disk, PedPartitionType type, const PedFileSystemType* fs_type, PedSector start, PedSector end) argument
1267 ped_partition_new(const PedDisk* disk, PedPartitionType type, const PedFileSystemType* fs_type, PedSector start, PedSector end) argument
1430 ped_partition_set_system(PedPartition* part, const PedFileSystemType* fs_type) argument
[all...]
/osnet-11/usr/src/cmd/parted/
H A Dparted.c739 const PedFileSystemType* fs_type = ped_file_system_type_get ("ext2"); local
786 fs_type = NULL;
789 &fs_type))
800 part = ped_partition_new (disk, part_type, fs_type, start, end);
906 if (!ped_partition_set_system (part, fs_type))
960 const PedFileSystemType* fs_type = ped_file_system_type_get ("ext2"); local
1000 if (!command_line_get_fs_type (_("File system type?"), &fs_type))
1009 part = ped_partition_new (disk, part_type, fs_type, start, end);
1110 fs = ped_file_system_create (&part->geom, fs_type, g_timer);
1117 if (!ped_partition_set_system (part, fs_type))
1750 const PedFileSystemType* fs_type; local
2186 PedFileSystemType* fs_type; local
[all...]
H A Dui.c1068 PedFileSystemType* fs_type; local
1079 fs_type = ped_file_system_type_get (fs_type_name);
1080 if (!fs_type) {
1088 *value = fs_type;

Completed in 83 milliseconds