Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/syscall/
H A Dsysfs.c74 return (nfstype - 1); in sysfs()
124 if (index <= 0 || index >= nfstype) in sysfstyp()
/titanic_41/usr/src/uts/common/os/
H A Dvfs_conf.c100 const int nfstype = (sizeof (vfssw) / sizeof (vfssw[0])); variable
/titanic_41/usr/src/cmd/stat/fsstat/
H A Dfsstat.c519 int nfstype; in build_fstype_list() local
522 if ((nfstype = sysfs(GETNFSTYP)) < 0) { in build_fstype_list()
527 if ((*fstypep = calloc(nfstype, sizeof (char *))) == NULL) { in build_fstype_list()
532 for (i = 1; i < nfstype; i++) { in build_fstype_list()
/titanic_41/usr/src/ucbhead/sys/
H A Dvfs.h222 extern int nfstype; /* # of elements in vfssw array */
/titanic_41/usr/src/uts/common/fs/
H A Dvfs.c309 ASSERT((fstype >= 0) && (fstype < nfstype)); in fsop_sync_by_kind()
380 if ((fstype < 0) || (fstype >= nfstype)) in vfs_setfsops()
449 if ((fstype <= 0) || (fstype >= nfstype)) in vfs_freevfsops_by_type()
598 for (vswp = &vfssw[1]; vswp < &vfssw[nfstype]; vswp++) { in vfs_sync()
1237 if (fstype == 0 || fstype >= nfstype || in domount()
3986 for (vswp = &vfssw[1]; vswp < &vfssw[nfstype]; vswp++) in allocate_vfssw()
4092 for (vswp = &vfssw[1]; vswp < &vfssw[nfstype]; vswp++) { in vfs_getvfsswbyname()
4111 for (vswp = &vfssw[1]; vswp < &vfssw[nfstype]; vswp++) { in vfs_getvfsswbyvfsops()
4389 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_41/usr/src/uts/common/sys/
H A Dvfs.h577 extern const int nfstype; /* # of elements in vfssw array */