HomeSort by: relevance | last modified time | path
    Searched defs:mountnfs (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/nfs/
nfs_vfsops.c 315 * - build the rootfs mount point and call mountnfs() to do the rest.
423 error = mountnfs(&ndmntp->ndm_args, mp, m, mntname,
567 * memcpy() them in mountnfs(), but I wanted to detect errors before
667 error = mountnfs(args, mp, nam, pth, hst, &vp, l);
683 mountnfs(struct nfs_args *argp, struct mount *mp, struct mbuf *nam, const char *pth, const char *hst, struct vnode **vpp, struct lwp *l) function in typeref:typename:int
857 * the remote root. See comment in mountnfs().
899 * (see comment in mountnfs()).
  /src/sys/fs/nfs/client/
nfs_clvfsops.c 116 static int mountnfs(struct nfs_args *, struct mount *,
389 * - build the rootfs mount point and call mountnfs() to do the rest.
540 if ((error = mountnfs(args, mp, nam, path, NULL, 0, dirpath, dirlen,
846 * bcopy() them in mountnfs(), but I wanted to detect errors before
1318 error = mountnfs(&args, mp, nam, hst, krbname, krbnamelen, dirpath,
1337 * bcopy() them in mountnfs(), but I wanted to detect errors before
1362 mountnfs(struct nfs_args *argp, struct mount *mp, struct sockaddr *nam, function in typeref:typename:int
1671 /* We hold 1 extra ref on the root vnode; see comment in mountnfs(). */

Completed in 13 milliseconds