Lines Matching refs:mntp
131 nfscl_nget(struct mount *mntp, struct vnode *dvp, struct nfsfh *nfhp,
142 nmp = VFSTONFS(mntp);
148 error = vfs_hash_get(mntp, hash, lkflags,
222 error = getnewvnode(nfs_vnode_tag, mntp, &newnfs_vnodeops, &nvp);
277 error = insmntque(vp, mntp);
313 nfscl_ngetreopen(struct mount *mntp, u_int8_t *fhp, int fhsize,
323 if ((mntp->mnt_kern_flag & MNTK_UNMOUNTF))
335 error = vfs_hash_get(mntp, hash, (LK_EXCLUSIVE | LK_NOWAIT), td, &nvp,
346 if ((mntp->mnt_kern_flag & MNTK_UNMOUNTF))
349 vfs_hash_ref(mntp, hash, td, &nvp, newnfs_vncmpf, nfhp);