Home
last modified time | relevance | path

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

/netbsd-src/sys/compat/freebsd/
H A Dfreebsd_file.c63 static const char * const netbsd_mount_type[] = { in convert_from_freebsd_mount_type() local
86 if (type < 0 || type >= ARRAY_LENGTH(netbsd_mount_type)) in convert_from_freebsd_mount_type()
88 return (netbsd_mount_type[type]); in convert_from_freebsd_mount_type()