Lines Matching defs:mp

174 	struct mount *mp = vp->v_mount;  in vremovevnodemnt()  local
194 getnewvnode(enum vtagtype tag, struct mount *mp, in getnewvnode()
233 getspecialvnode(enum vtagtype tag, struct mount *mp, in getspecialvnode()
271 vfs_busy(struct mount *mp, int flags) in vfs_busy()
317 vfs_unbusy(struct mount *mp) in vfs_unbusy()
335 struct mount *mp; in vfs_rootmountalloc() local
373 mount_init(struct mount *mp, struct vfsops *ops) in mount_init()
393 mount_hold(struct mount *mp) in mount_hold()
399 mount_drop(struct mount *mp) in mount_drop()
416 struct mount *mp; in vfs_getvfs() local
441 vfs_getnewfsid(struct mount *mp) in vfs_getnewfsid()
475 vfs_setfsid(struct mount *mp, fsid_t *template) in vfs_setfsid()
590 mountlist_insert(struct mount *mp, int how) in mountlist_insert()
630 mountlist_interlock(int (*callback)(struct mount *), struct mount *mp) in mountlist_interlock()
663 mountlist_remove(struct mount *mp) in mountlist_remove()
693 mountlist_exists(struct mount *mp) in mountlist_exists()
739 struct mount *mp; in mountlist_scan() local
835 insmntque(struct vnode *vp, struct mount *mp) in insmntque()
895 struct mount *mp, in vmntvnodescan()
897 int (*fastfunc)(struct mount *mp, struct vnode *vp, void *data), in vmntvnodescan()
898 int (*slowfunc)(struct mount *mp, struct vnode *vp, void *data), in vmntvnodescan()
1070 vflush(struct mount *mp, int rootrefs, int flags) in vflush()
1124 vflush_scan(struct mount *mp, struct vnode *vp, void *data) in vflush_scan()
1218 bio_ops_sync(struct mount *mp) in bio_ops_sync()
1238 struct mount *mp = NULL; in mount_get_by_nc() local