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

/illumos-gate/usr/src/uts/common/fs/
H A Dvfs.c655 vsw = vfs_getvfsswbyname("devfs");
733 vsw = vfs_getvfsswbyname("dev");
3922 vswp = vfs_getvfsswbyname(type);
3934 if ((vswp = vfs_getvfsswbyname(type)) == NULL) {
3966 if ((vswp = vfs_getvfsswbyname(type)) == NULL)
3978 vfs_getvfsswbyname(const char *type) function
4573 vsw = vfs_getvfsswbyname(fstyp);

Completed in 70 milliseconds