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

Lines Matching refs:mount

473  * called with mount lock held
499 /* called with mount lock held */
505 /* add the remaining entries in workerq to the end of mount vnode list */
510 /* Joining the workerque entities to mount vnode list */
520 /* add the newvnodes to the head of mount vnode list */
733 /* mount iterations drained */
746 /* always called with mount lock held */
767 * Mark a mount point as busy. Used to synchronize access and to delay
805 * until we are granted the rwlock, it's possible for the mount point to
842 FREE_ZONE(mp, sizeof(struct mount), M_MOUNT);
847 * a mount structure for it.
849 * Devname is usually updated by mount(8) after booting.
856 mp = _MALLOC_ZONE((u_long)sizeof(struct mount), M_MOUNT, M_WAITOK);
857 bzero((char *)mp, (u_long)sizeof(struct mount));
1073 * Lookup a mount point by filesystem identifier.
1077 struct mount *
1083 struct mount *
1089 struct mount *
1114 vfs_getnewfsid(struct mount *mp)
1150 * Move a vnode from one mount queue to another.
1157 * Delete from old mount point vnode list, if on one.
1161 panic("insmntque: vp not in mount vnode list");
1186 * Insert into list of vnodes for the new mount point, if available.
1191 panic("vp already in mount list");
1197 panic("insmntque: vp already in mount vnode list");
1226 vfsp.vnfs_mp = (struct mount *)0;
1705 * Remove any vnodes in the vnode table belonging to mount point mp.
1720 vflush(struct mount *mp, struct vnode *skipvp, int flags)
1866 /* returned with mount lock held */
1926 * remove the vnode from any mount list
1929 insmntque(vp, (struct mount *)0);
2128 * vnode from any mount list it might be on
2617 struct mount *mp;
2690 * determine if this mount point exists on the same device as the root
2868 struct mount *mp;
2894 struct mount *mp;
2940 * If we get back ENOMEM, then another mount has been added while we
2964 struct mount *mp;
3466 panic("new_vnode: vnode seems to be on mount list ");
4006 * where there store the vnode pointer. When we add the vnode in mount
4024 * enter in mount vnode list
4123 /* obtain the mount point with iteration reference */
4126 if(mp == (struct mount *)0)
4180 * the per-mount vfsstat structure.
4206 * Unpack into the per-mount structure.
4224 /* 4822056 - protect against malformed server mount */