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.c3878 vfs_to_modname(const char *vfstype) in vfs_to_modname() argument
3880 if (strcmp(vfstype, "proc") == 0) { in vfs_to_modname()
3881 vfstype = "procfs"; in vfs_to_modname()
3882 } else if (strcmp(vfstype, "fd") == 0) { in vfs_to_modname()
3883 vfstype = "fdfs"; in vfs_to_modname()
3884 } else if (strncmp(vfstype, "nfs", 3) == 0) { in vfs_to_modname()
3885 vfstype = "nfs"; in vfs_to_modname()
3888 return (vfstype); in vfs_to_modname()