HomeSort by: relevance | last modified time | path
    Searched refs:fstypes (Results 1 - 25 of 47) sorted by relevancy

1 2

  /src/lib/libc/compat/sys/
compat_fhopen.c 43 #include <compat/include/fstypes.h>
compat___fhstat30.c 42 #include <compat/include/fstypes.h>
compat_fhstatvfs.c 42 #include <compat/include/fstypes.h>
compat_fhstatvfs1.c 42 #include <compat/include/fstypes.h>
compat___fhstatvfs140.c 42 #include <compat/include/fstypes.h>
compat___fhstatvfs40.c 42 #include <compat/include/fstypes.h>
compat___lwp_park50.c 42 #include <compat/include/fstypes.h>
compat_getfh.c 43 #include <compat/include/fstypes.h>
compat_lfs_segwait.c 46 #include <sys/fstypes.h>
compat_statfs.c 44 #include <compat/include/fstypes.h>
compat_statvfs.c 43 #include <compat/include/fstypes.h>
  /src/tests/fs/
h_funcs.subr 51 set -- $(sysctl -n vfs.generic.fstypes)
  /src/lib/librefuse/refuse/
legacy.h 34 #include <sys/fstypes.h>
  /src/sys/nfs/
nfsrtt.h 42 #include <sys/fstypes.h>
  /src/sys/compat/linux/common/
linux_fcntl64.c 44 #include <sys/fstypes.h>
  /src/sys/sys/
vfs_syscalls.h 33 #include <sys/fstypes.h>
statvfs.h 40 #include <sys/fstypes.h>
  /src/usr.sbin/fstyp/
fstyp.c 71 } fstypes[] = { variable in typeref:struct:__anonc1d988dc0108[]
252 if (!show_unmountable && fstypes[i].unmountable)
254 fstyp_f = fstypes[i].function;
260 name = fstypes[i].name;
  /src/tests/lib/libc/kevent_nullmnt/
t_nullmnt.sh 9 for t in $( sysctl -n vfs.generic.fstypes )
  /src/sys/rump/include/rump/
makerumpdefs.sh 108 fromvers ../../../sys/fstypes.h
109 sed -n '/#define[ ]*MNT_[A-Z].*[^\]$/s/MNT_/RUMP_MNT_/gp' <../../../sys/fstypes.h | sed 's,/\*.*$,,'
  /src/usr.sbin/installboot/
installboot.c 294 params->fstype = &fstypes[0];
590 for (i = 0; fstypes[i].name != NULL; i++) {
591 if (strcmp(fstypes[i].name, fstype) == 0) {
592 param->fstype = &fstypes[i];
611 for (i = 0; fstypes[i].name != NULL; i++) {
614 fprintf(stderr, "%s%s", prefix, fstypes[i].name);
fstypes.c 1 /* $NetBSD: fstypes.c,v 1.14 2024/05/19 15:48:57 tsutsui Exp $ */
38 __RCSID("$NetBSD: fstypes.c,v 1.14 2024/05/19 15:48:57 tsutsui Exp $");
49 struct ib_fs fstypes[] = { variable in typeref:struct:ib_fs[]
installboot.h 159 extern struct ib_fs fstypes[];
187 /* fstypes.c */
  /src/sys/compat/linux32/common/
linux32_mman.c 40 #include <sys/fstypes.h>
  /src/usr.sbin/makefs/
makefs.c 74 static fstype_t fstypes[] = { variable in typeref:typename:fstype_t[]
458 for (i = 0; fstypes[i].type != NULL; i++)
459 if (strcmp(fstypes[i].type, type) == 0)
460 return (&fstypes[i]);

Completed in 22 milliseconds

1 2