Searched refs:mountnfs (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/sys/fs/nfsclient/
H A Dnfs_clvfsops.c107 static int mountnfs(struct nfs_args *, struct mount *,
374 * - build the rootfs mount point and call mountnfs() to do the rest.
525 if ((error = mountnfs(args, mp, nam, path, NULL, 0, dirpath, dirlen,
724 * bcopy() them in mountnfs(), but I wanted to detect errors before
1132 error = mountnfs(&args, mp, nam, hst, krbname, krbnamelen, dirpath,
1151 * bcopy() them in mountnfs(), but I wanted to detect errors before
1176 mountnfs(struct nfs_args *argp, struct mount *mp, struct sockaddr *nam, function
1433 /* We hold 1 extra ref on the root vnode; see comment in mountnfs(). */
/freebsd-9.3-release/sys/nfsclient/
H A Dnfs_vfsops.c119 static int mountnfs(struct nfs_args *, struct mount *,
418 * - build the rootfs mount point and call mountnfs() to do the rest.
563 if ((error = mountnfs(args, mp, nam, path, vpp, td->td_ucred,
800 * bcopy() them in mountnfs(), but I wanted to detect errors before
1191 error = mountnfs(&args, mp, nam, args.hostname, &vp,
1208 * bcopy() them in mountnfs(), but I wanted to detect errors before
1233 mountnfs(struct nfs_args *argp, struct mount *mp, struct sockaddr *nam, function
1382 /* We hold 1 extra ref on the root vnode; see comment in mountnfs(). */

Completed in 114 milliseconds