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

/osnet-11/usr/src/lib/libparted/common/libparted/fs/reiserfs/
H A Dreiserfs.c62 static PedFileSystemType* reiserfs_type; variable
279 fs->type = reiserfs_type;
339 fs->type = reiserfs_type;
632 new_fs->type = reiserfs_type;
845 reiserfs_type = &reiserfs_full_type;
848 reiserfs_type = &reiserfs_simple_type;
853 reiserfs_type = &reiserfs_full_type;
855 reiserfs_type = &reiserfs_simple_type;
858 ped_file_system_type_register(reiserfs_type);
863 ped_file_system_type_unregister(reiserfs_type);
[all...]

Completed in 21 milliseconds