HomeSort by: relevance | last modified time | path
    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