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

/macosx-10.5.8/xnu-1228.15.4/bsd/nfs/
H A Dnfs_vfsops.c162 static int mountnfs(struct user_nfs_args *,mount_t,mbuf_t,vfs_context_t,vnode_t *);
826 * - build the rootfs mount point and call mountnfs() to do the rest.
1016 if ((error = mountnfs(&args, mp, m, ctx, vpp))) {
1184 if ((error = mountnfs(&args, mp, m, ctx, &vp))) {
1299 error = mountnfs(&args, mp, nam, ctx, &vp);
1498 mountnfs( function
1868 * Release the root vnode reference held by mountnfs()

Completed in 28 milliseconds