• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.5.8/xnu-1228.15.4/bsd/nfs/

Lines Matching refs:mount

291 	/* init mount lock group */
630 * disabled for a mount, so we can definitely answer NO in that case.
634 * successfully perform a lock operation on a mount point, so if it
645 /* locks disabled on this mount, so they definitely won't work */
824 * - hand craft the swap nfs vnode hanging off a fake mount point
826 * - build the rootfs mount point and call mountnfs() to do the rest.
893 panic("nfs_boot_getfh(v2,UDP) failed: NFS server refused mount - check server configuration: %s", PE_boot_args());
902 * Create the root mount point.
906 //PWC hack until we have a real "mount" tool to remount root rw
972 * Internal version of mount system call for diskless setup.
997 /* Initialize mount args. */
1017 printf("nfs_mountroot: mount %s failed: %d\n", mntname, error);
1027 FREE_ZONE(mp, sizeof(struct mount), M_MOUNT);
1036 * Internal version of mount system call to mount "/private"
1124 mp = _MALLOC_ZONE((u_long)sizeof(struct mount), M_MOUNT, M_WAITOK);
1126 printf("nfs_mountroot: unable to allocate mount structure\n");
1131 bzero((char *)mp, (u_long)sizeof(struct mount));
1165 /* Initialize mount args. */
1185 printf("nfs_mountroot: mount %s failed: %d\n", mntname, error);
1194 FREE_ZONE(mp, sizeof (struct mount), M_MOUNT);
1208 * mount system call
1304 * Common code for mount and mountroot
1392 /* look up path to get fh and attrs for mount point root */
1409 nfsm_chain_add_compound_header(error, &nmreq, "mount", numops);
1457 printf("nfs: mount didn't return filehandle?\n");
1512 * Silently clear NFSMNT_NOCONN if it's a TCP mount, it makes
1722 * traversals of the mount point (i.e. "..") will not work if
2468 /* common code for "new style" VFS_CTL sysctl, get the mount. */