Lines Matching defs:fs_type

739         const PedFileSystemType* fs_type = ped_file_system_type_get ("ext2");
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");
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))
1607 str_list_append (row, part->fs_type ?
1608 part->fs_type->name : "");
1677 if (part->fs_type)
1678 printf ("%s:", part->fs_type->name);
1750 const PedFileSystemType* fs_type;
1757 fs_type = ped_file_system_probe (&part->geom);
1758 if (!fs_type)
1760 probed = ped_file_system_probe_specific (fs_type, &part->geom);
1784 fs_type->name, ped_partition_type_get_name (part->type),
1796 ped_partition_set_system (part, fs_type);
2186 PedFileSystemType* fs_type;
2248 for (fs_type = ped_file_system_type_get_next (NULL);
2249 fs_type; fs_type = ped_file_system_type_get_next (fs_type)) {
2250 if (fs_type->ops->create == NULL)
2257 str_list_append (list, fs_type->name);
2261 if (fs_alias->fs_type->ops->create == NULL)
2279 for (fs_type = ped_file_system_type_get_next (NULL);
2280 fs_type; fs_type = ped_file_system_type_get_next (fs_type)) {
2285 str_list_append (list, fs_type->name);
2304 for (fs_type = ped_file_system_type_get_next (NULL);
2305 fs_type; fs_type = ped_file_system_type_get_next (fs_type)) {
2306 if (fs_type->ops->resize == NULL)
2313 str_list_append (list, fs_type->name);
2317 if (fs_alias->fs_type->ops->resize == NULL)