Lines Matching defs:mp
84 vfs_mount(struct mount *mp, char *path, caddr_t data, struct ucred *cred) in vfs_mount()
102 vfs_start(struct mount *mp, int flags) in vfs_start()
124 vfs_unmount(struct mount *mp, int mntflags) in vfs_unmount()
144 vfs_root(struct mount *mp, struct vnode **vpp) in vfs_root()
159 vfs_quotactl(struct mount *mp, int cmds, uid_t uid, caddr_t arg, in vfs_quotactl()
175 vfs_statfs(struct mount *mp, struct statfs *sbp, struct ucred *cred) in vfs_statfs()
190 vfs_statvfs(struct mount *mp, struct statvfs *sbp, struct ucred *cred) in vfs_statvfs()
205 vfs_sync(struct mount *mp, int waitfor) in vfs_sync()
220 vfs_vget(struct mount *mp, struct vnode *dvp, ino_t ino, struct vnode **vpp) in vfs_vget()
235 vfs_fhtovp(struct mount *mp, struct vnode *rootvp, in vfs_fhtovp()
251 vfs_checkexp(struct mount *mp, struct sockaddr *nam, in vfs_checkexp()
308 vfs_extattrctl(struct mount *mp, int cmd, struct vnode *vp, in vfs_extattrctl()