Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/syscall/
H A Dsysfs.c74 return (nfstype - 1); in sysfs()
124 if (index <= 0 || index >= nfstype) in sysfstyp()
/titanic_44/usr/src/uts/common/os/
H A Dvfs_conf.c100 const int nfstype = (sizeof (vfssw) / sizeof (vfssw[0])); variable
/titanic_44/usr/src/cmd/stat/fsstat/
H A Dfsstat.c458 int nfstype; in build_fstype_list() local
461 if ((nfstype = sysfs(GETNFSTYP)) < 0) { in build_fstype_list()
466 if ((*fstypep = calloc(nfstype, sizeof (char *))) == NULL) { in build_fstype_list()
471 for (i = 1; i < nfstype; i++) { in build_fstype_list()
/titanic_44/usr/src/ucbhead/sys/
H A Dvfs.h222 extern int nfstype; /* # of elements in vfssw array */
/titanic_44/usr/src/uts/common/fs/
H A Dvfs.c311 ASSERT((fstype >= 0) && (fstype < nfstype)); in fsop_sync_by_kind()
382 if ((fstype < 0) || (fstype >= nfstype)) in vfs_setfsops()
451 if ((fstype <= 0) || (fstype >= nfstype)) in vfs_freevfsops_by_type()
600 for (vswp = &vfssw[1]; vswp < &vfssw[nfstype]; vswp++) { in vfs_sync()
1213 if (fstype == 0 || fstype >= nfstype || in domount()
3962 for (vswp = &vfssw[1]; vswp < &vfssw[nfstype]; vswp++) in allocate_vfssw()
4068 for (vswp = &vfssw[1]; vswp < &vfssw[nfstype]; vswp++) { in vfs_getvfsswbyname()
4087 for (vswp = &vfssw[1]; vswp < &vfssw[nfstype]; vswp++) { in vfs_getvfsswbyvfsops()
4365 for (vswp = &vfssw[1]; vswp < &vfssw[nfstype]; vswp++) { in vfsinit()
H A Dfsflush.c477 for (vswp = &vfssw[1]; vswp < &vfssw[nfstype]; vswp++) { in fsflush()
H A Dvnode.c591 (sizeof (vopstats_t *) * nfstype), KM_SLEEP); in vopstats_startup()
642 if (fstype > 0 && fstype < nfstype) { in get_fstype_vopstats()
/titanic_44/usr/src/uts/common/sys/
H A Dvfs.h577 extern const int nfstype; /* # of elements in vfssw array */