Home
last modified time | relevance | path

Searched refs:mountcompatnames (Results 1 – 3 of 3) sorted by relevance

/netbsd/sys/compat/common/
H A Dcompat_sysctl_09_43.c81 mountcompatnames[vfsnum] == NULL) in sysctl_vfs_generic_conf()
83 vfsp = vfs_getopsbyname(mountcompatnames[vfsnum]); in sysctl_vfs_generic_conf()
/netbsd/sys/sys/
H A Dvfs_syscalls.h90 extern const char *const mountcompatnames[];
/netbsd/sys/kern/
H A Dvfs_syscalls.c153 const char * const mountcompatnames[] = { variable
166 const u_int nmountcompatnames = __arraycount(mountcompatnames);
465 mountcompatnames[fsindex] == NULL) in mount_get_vfsops()
467 strlcpy(fstypename, mountcompatnames[fsindex], in mount_get_vfsops()