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

/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_vfsops.c177 int mountnfs(char *, mount_t, vfs_context_t, vnode_t *);
871 * - build the rootfs mount point and call mountnfs() to do the rest.
1165 if ((error = mountnfs(xdrbuf, mp, ctx, vpp))) {
1425 if ((error = mountnfs(xdrbuf, mp, ctx, &vp))) {
1872 error = mountnfs(xdrbuf, mp, ctx, &vp);
2627 mountnfs( function
4131 * Release the root vnode reference held by mountnfs()

Completed in 35 milliseconds