Lines Matching refs:mount
118 struct mount *v_mount; /* u ptr to vfs we are in */
125 struct mount *v_mountedhere; /* v ptr to mountpoint (VDIR) */
450 extern struct mount *rootdevmp; /* "/dev" mount */
619 struct mount;
633 typedef int (*vn_get_ino_t)(struct mount *, void *, int, struct vnode **);
650 void cache_purgevfs(struct mount *mp);
672 int getnewvnode(const char *tag, struct mount *mp, struct vop_vector *vops,
676 int insmntque1(struct vnode *vp, struct mount *mp,
678 int insmntque(struct vnode *vp, struct mount *mp);
703 int vflush(struct mount *mp, int rootrefs, int flags, struct thread *td);
731 void vn_finished_write(struct mount *mp);
732 void vn_finished_secondary_write(struct mount *mp);
763 int vn_start_write(struct vnode *vp, struct mount **mpp, int flags);
764 int vn_start_secondary_write(struct vnode *vp, struct mount **mpp,
819 int vfs_cache_root(struct mount *mp, int flags, struct vnode **vpp);
821 void vfs_write_resume(struct mount *mp, int flags);
822 int vfs_write_suspend(struct mount *mp, int flags);
823 int vfs_write_suspend_umnt(struct mount *mp);
1054 int vfs_hash_get(const struct mount *mp, u_int hash, int flags,
1059 void vfs_hash_ref(const struct mount *mp, u_int hash, struct thread *td,