Searched refs:_swap_v1_type (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libparted/common/libparted/fs/linux_swap/
H A Dlinux_swap.c74 static PedFileSystemType _swap_v1_type; variable
231 fs->type = &_swap_v1_type;
574 return ped_file_system_create (geom, &_swap_v1_type, timer);
728 static PedFileSystemType _swap_v1_type = { variable
746 ped_file_system_type_register (&_swap_v1_type);
750 ped_file_system_alias_register (&_swap_v1_type, "linux-swap(new)", 1);
751 ped_file_system_alias_register (&_swap_v1_type, "linux-swap", 0);
758 ped_file_system_alias_unregister (&_swap_v1_type, "linux-swap(new)");
759 ped_file_system_alias_unregister (&_swap_v1_type, "linux-swap");
762 ped_file_system_type_unregister (&_swap_v1_type);
[all...]

Completed in 23 milliseconds