Home
last modified time | relevance | path

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

/netbsd/src/sys/compat/common/
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/src/sys/sys/
Dvfs_syscalls.h90 extern const char *const mountcompatnames[];
/netbsd/src/sys/kern/
Dvfs_syscalls.c155 const char * const mountcompatnames[] = { variable
168 const u_int nmountcompatnames = __arraycount(mountcompatnames);
485 mountcompatnames[fsindex] == NULL) in mount_get_vfsops()
487 strlcpy(fstypename, mountcompatnames[fsindex], in mount_get_vfsops()