Lines Matching defs:mp
1254 struct mount *mp; in vop_stdgetpages() local
1270 struct mount *mp; in vop_stdputpages() local
1303 struct mount *mp; in vop_stdmountctl() local
1452 vfs_stdroot(struct mount *mp, struct vnode **vpp) in vfs_stdroot()
1458 vfs_stdstatfs(struct mount *mp, struct statfs *sbp, struct ucred *cred) in vfs_stdstatfs()
1469 vfs_stdstatvfs(struct mount *mp, struct statvfs *sbp, struct ucred *cred) in vfs_stdstatvfs()
1533 vfs_stdstart(struct mount *mp, int flags) in vfs_stdstart()
1539 vfs_stdquotactl(struct mount *mp, int cmds, uid_t uid, in vfs_stdquotactl()
1546 vfs_stdsync(struct mount *mp, int waitfor) in vfs_stdsync()
1552 vfs_stdnosync(struct mount *mp, int waitfor) in vfs_stdnosync()
1558 vfs_stdvget(struct mount *mp, struct vnode *dvp, ino_t ino, struct vnode **vpp) in vfs_stdvget()
1564 vfs_stdfhtovp(struct mount *mp, struct vnode *rootvp, in vfs_stdfhtovp()
1571 vfs_stdcheckexp(struct mount *mp, struct sockaddr *nam, int *extflagsp, in vfs_stdcheckexp()
1590 vfs_stdextattrctl(struct mount *mp, int cmd, struct vnode *vp, in vfs_stdextattrctl()
1603 vfs_stdac_init(struct mount *mp) in vfs_stdac_init()
1625 vfs_stdac_done(struct mount *mp) in vfs_stdac_done()
1631 vfs_stdncpgen_set(struct mount *mp, struct namecache *ncp) in vfs_stdncpgen_set()
1636 vfs_stdncpgen_test(struct mount *mp, struct namecache *ncp) in vfs_stdncpgen_test()
1642 vfs_stdmodifying(struct mount *mp) in vfs_stdmodifying()