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

/illumos-gate/usr/src/uts/common/fs/
H A Dvfs.c3893 * Impose additional layer of translation between vfstype names
3897 vfs_to_modname(const char *vfstype) argument
3899 if (strcmp(vfstype, "proc") == 0) {
3900 vfstype = "procfs";
3901 } else if (strcmp(vfstype, "fd") == 0) {
3902 vfstype = "fdfs";
3903 } else if (strncmp(vfstype, "nfs", 3) == 0) {
3904 vfstype = "nfs";
3907 return (vfstype);

Completed in 54 milliseconds