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

/vbox/src/VBox/Additions/linux/sharedfolders/
H A Dvfsmod.c514 static DECLARE_FSTYPE(vboxsf_fs_type, "vboxsf", sf_read_super_24, 0);
552 static struct file_system_type vboxsf_fs_type = variable in typeref:struct:file_system_type
590 err = register_filesystem(&vboxsf_fs_type);
647 unregister_filesystem(&vboxsf_fs_type);
657 unregister_filesystem(&vboxsf_fs_type);

Completed in 45 milliseconds