Home
last modified time | relevance | path

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

/netbsd/src/sys/kern/
Dvfs_syscalls.c483 u_long fsindex = (u_long)fstype; in mount_get_vfsops() local
484 if (fsindex >= nmountcompatnames || in mount_get_vfsops()
485 mountcompatnames[fsindex] == NULL) in mount_get_vfsops()
487 strlcpy(fstypename, mountcompatnames[fsindex], in mount_get_vfsops()