HomeSort by: relevance | last modified time | path
    Searched refs:vfs_getvfs (Results 1 - 9 of 9) sorted by relevancy

  /src/sys/ufs/lfs/
lfs_syscalls.c 125 if ((mntp = vfs_getvfs(&fsid)) == NULL)
166 if ((mntp = vfs_getvfs(&fsid)) == NULL)
242 if ((mntp = vfs_getvfs(fsidp)) == NULL)
543 if ((mntp = vfs_getvfs(&fsid)) == NULL)
585 if ((mntp = vfs_getvfs(&fsid)) == NULL)
651 if ((mntp = vfs_getvfs(fsidp)) == NULL)
801 if ((mntp = vfs_getvfs(&fsid)) == NULL)
903 if (fsidp == NULL || (mntp = vfs_getvfs(fsidp)) == NULL)
  /src/sys/compat/common/
vfs_syscalls_20.c 182 if ((mp = vfs_getvfs(&fh.fh_fsid)) == NULL)
  /src/sys/miscfs/umapfs/
umap_vfsops.c 203 } else if (vfs_getvfs(&tfsid)) {
  /src/sys/compat/netbsd32/
netbsd32_compat_30.c 191 if ((mp = vfs_getvfs(&fh.fh_fsid)) == NULL)
  /src/sys/sys/
mount.h 379 struct mount *vfs_getvfs(fsid_t *); /* return vfs given fsid */
  /src/sys/kern/
vfs_mount.c 273 vfs_getvfs(fsid_t *fsid) function in typeref:struct:mount *
vfs_syscalls.c 2016 mp = vfs_getvfs(FHANDLE_FSID(fhp));
  /src/share/man/man9/
Makefile 1062 vfssubr.9 vfs_getvfs.9 \
  /src/sys/fs/nfs/nlm/
nlm_prot_impl.c 1769 vs->vs_mp = vfs_getvfs(&fhp->fh_fsid);

Completed in 22 milliseconds