OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fsindex
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/kern/
vfs_syscalls.c
485
u_long
fsindex
= (u_long)fstype;
local in function:mount_get_vfsops
486
if (
fsindex
>= nmountcompatnames ||
487
mountcompatnames[
fsindex
] == NULL)
489
strlcpy(fstypename, mountcompatnames[
fsindex
],
vfs_syscalls.c
485
u_long
fsindex
= (u_long)fstype;
local in function:mount_get_vfsops
486
if (
fsindex
>= nmountcompatnames ||
487
mountcompatnames[
fsindex
] == NULL)
489
strlcpy(fstypename, mountcompatnames[
fsindex
],
vfs_syscalls.c
485
u_long
fsindex
= (u_long)fstype;
local in function:mount_get_vfsops
486
if (
fsindex
>= nmountcompatnames ||
487
mountcompatnames[
fsindex
] == NULL)
489
strlcpy(fstypename, mountcompatnames[
fsindex
],
Completed in 38 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025