Searched refs:nfstype (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dvfs_conf.c100 const int nfstype = (sizeof (vfssw) / sizeof (vfssw[0])); variable
/illumos-gate/usr/src/uts/common/syscall/
H A Dsysfs.c74 return (nfstype - 1);
124 if (index <= 0 || index >= nfstype)
/illumos-gate/usr/src/boot/lib/libstand/
H A Dnfsv2.h121 } nfstype; typedef in typeref:enum:__anon86
/illumos-gate/usr/src/ucbhead/sys/
H A Dvfs.h222 extern int nfstype; /* # of elements in vfssw array */
/illumos-gate/usr/src/cmd/stat/fsstat/
H A Dfsstat.c519 int nfstype; local
522 if ((nfstype = sysfs(GETNFSTYP)) < 0) {
527 if ((*fstypep = calloc(nfstype, sizeof (char *))) == NULL) {
532 for (i = 1; i < nfstype; i++) {
/illumos-gate/usr/src/uts/common/fs/
H A Dfsflush.c477 for (vswp = &vfssw[1]; vswp < &vfssw[nfstype]; vswp++) {
H A Dvfs.c304 ASSERT((fstype >= 0) && (fstype < nfstype));
375 if ((fstype < 0) || (fstype >= nfstype))
444 if ((fstype <= 0) || (fstype >= nfstype))
593 for (vswp = &vfssw[1]; vswp < &vfssw[nfstype]; vswp++) {
1182 if (fstype == 0 || fstype >= nfstype ||
3880 for (vswp = &vfssw[1]; vswp < &vfssw[nfstype]; vswp++)
3986 for (vswp = &vfssw[1]; vswp < &vfssw[nfstype]; vswp++) {
4005 for (vswp = &vfssw[1]; vswp < &vfssw[nfstype]; vswp++) {
4283 for (vswp = &vfssw[1]; vswp < &vfssw[nfstype]; vswp++) {
H A Dvnode.c592 (sizeof (vopstats_t *) * nfstype), KM_SLEEP);
643 if (fstype > 0 && fstype < nfstype) {
/illumos-gate/usr/src/uts/common/sys/
H A Dvfs.h563 extern const int nfstype; /* # of elements in vfssw array */

Completed in 146 milliseconds