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

/vbox/src/VBox/Additions/solaris/SharedFolders/
H A Dvboxfs_vfs.c68 static int sffs_init(int fstype, char *name);
157 sffs_init(int fstype, char *name) argument
178 ASSERT(fstype != 0);
179 sffs_fstype = fstype;
200 error = vfs_setfsops(fstype, sffs_vfsops_template, NULL);
208 (void) vfs_freevfsops_by_type(fstype);

Completed in 43 milliseconds