Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/syscall/
H A Dsysfs.c72 return (nfstype - 1); in sysfs()
122 if (index <= 0 || index >= nfstype) in sysfstyp()
/illumos-gate/usr/src/uts/common/os/
H A Dvfs_conf.c97 const int nfstype = (sizeof (vfssw) / sizeof (vfssw[0])); variable
/illumos-gate/usr/src/boot/libsa/
H A Dnfsv2.h121 } nfstype; typedef
/illumos-gate/usr/src/lib/smbclnt/libfksmbfs/common/
H A Dfake_vfs.c113 const int nfstype = 5; variable
246 ASSERT((fstype >= 0) && (fstype < nfstype)); in fsop_sync_by_kind()
313 if ((fstype < 0) || (fstype >= nfstype)) in vfs_setfsops()
382 if ((fstype <= 0) || (fstype >= nfstype)) in vfs_freevfsops_by_type()
1808 for (vswp = &vfssw[1]; vswp < &vfssw[nfstype]; vswp++) in allocate_vfssw()
1834 for (vswp = &vfssw[1]; vswp < &vfssw[nfstype]; vswp++) { in vfs_getvfssw()
1856 for (vswp = &vfssw[1]; vswp < &vfssw[nfstype]; vswp++) { in vfs_getvfsswbyname()
/illumos-gate/usr/src/cmd/stat/fsstat/
H A Dfsstat.c459 int nfstype; in build_fstype_list() local
462 if ((nfstype = sysfs(GETNFSTYP)) < 0) { in build_fstype_list()
467 if ((*fstypep = calloc(nfstype, sizeof (char *))) == NULL) { in build_fstype_list()
472 for (i = 1; i < nfstype; i++) { in build_fstype_list()
/illumos-gate/usr/src/ucbhead/sys/
H A Dvfs.h220 extern int nfstype; /* # of elements in vfssw array */
/illumos-gate/usr/src/uts/common/fs/
H A Dvfs.c310 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()
1163 if (fstype == 0 || fstype >= nfstype || in domount()
3861 for (vswp = &vfssw[1]; vswp < &vfssw[nfstype]; vswp++) in allocate_vfssw()
3967 for (vswp = &vfssw[1]; vswp < &vfssw[nfstype]; vswp++) { in vfs_getvfsswbyname()
3986 for (vswp = &vfssw[1]; vswp < &vfssw[nfstype]; vswp++) { in vfs_getvfsswbyvfsops()
4230 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.c600 (sizeof (vopstats_t *) * nfstype), KM_SLEEP); in vopstats_startup()
651 if (fstype > 0 && fstype < nfstype) { in get_fstype_vopstats()
/illumos-gate/usr/src/lib/smbclnt/libfknsmb/common/sys/
H A Dvfs.h571 extern const int nfstype; /* # of elements in vfssw array */
/illumos-gate/usr/src/uts/common/sys/
H A Dvfs.h564 extern const int nfstype; /* # of elements in vfssw array */