Home
last modified time | relevance | path

Searched refs:vfstype (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/
H A Dvfs.c3898 vfs_to_modname(const char *vfstype) in vfs_to_modname() argument
3900 if (strcmp(vfstype, "proc") == 0) { in vfs_to_modname()
3901 vfstype = "procfs"; in vfs_to_modname()
3902 } else if (strcmp(vfstype, "fd") == 0) { in vfs_to_modname()
3903 vfstype = "fdfs"; in vfs_to_modname()
3904 } else if (strncmp(vfstype, "nfs", 3) == 0) { in vfs_to_modname()
3905 vfstype = "nfs"; in vfs_to_modname()
3908 return (vfstype); in vfs_to_modname()