Searched refs:nfstype (Results 1 – 8 of 8) sorted by relevance
74 return (nfstype - 1); in sysfs()124 if (index <= 0 || index >= nfstype) in sysfstyp()
100 const int nfstype = (sizeof (vfssw) / sizeof (vfssw[0])); variable
458 int nfstype; in build_fstype_list() local461 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()
222 extern int nfstype; /* # of elements in vfssw array */
311 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()
477 for (vswp = &vfssw[1]; vswp < &vfssw[nfstype]; vswp++) { in fsflush()
591 (sizeof (vopstats_t *) * nfstype), KM_SLEEP); in vopstats_startup()642 if (fstype > 0 && fstype < nfstype) { in get_fstype_vopstats()
577 extern const int nfstype; /* # of elements in vfssw array */