Home | History | Annotate | Download | only in client

Lines Matching defs:nmp

277  * nmp->nm_mtx : Protects the fields in the nfsmount.
281 nmp->nm_mtx
1039 struct nfsmount *nmp;
1054 nmp = VFSTONFS(mp);
1059 while (NFSHASNFSV4(nmp) && (np->n_flag & NREMOVEINPROG)) {
1102 if (!(nmp->nm_flag & NFSMNT_NOCTO) &&
1111 ((u_int)(ticks - ncticks) < (nmp->nm_nametimeo * hz) &&
1138 if ((u_int)(ticks - ncticks) < (nmp->nm_negnametimeo * hz) &&
1366 struct nfsmount *nmp;
1368 nmp = VFSTONFS(vnode_mount(vp));
1371 if (NFSHASPNFS(nmp))
1397 struct nfsmount *nmp;
1399 nmp = VFSTONFS(vnode_mount(vp));
1402 if (NFSHASPNFS(nmp))
1539 struct nfsmount *nmp;
1557 nmp = VFSTONFS(vnode_mount(dvp));
1561 while (NFSHASNFSV4(nmp) && (dnp->n_flag & NREMOVEINPROG)) {
2275 struct nfsmount *nmp = VFSTONFS(vp->v_mount);
2296 if (NFSHASNFSV3(nmp) && !NFSHASGOTFSINFO(nmp))
2297 (void)ncl_fsinfo(nmp, vp, cred, td);
2335 struct nfsmount *nmp = VFSTONFS(vp->v_mount);
2356 if (NFSHASNFSV3(nmp) && !NFSHASGOTFSINFO(nmp))
2357 (void)ncl_fsinfo(nmp, vp, cred, td);
2558 struct nfsmount *nmp = VFSTONFS(vp->v_mount);
2561 mtx_lock(&nmp->nm_mtx);
2562 if ((nmp->nm_state & NFSSTA_HASWRITEVERF) == 0) {
2563 mtx_unlock(&nmp->nm_mtx);
2566 mtx_unlock(&nmp->nm_mtx);
2645 struct nfsmount *nmp = VFSTONFS(vp->v_mount);
2660 if (nmp->nm_flag & NFSMNT_INT)
2863 if (newnfs_sigintr(nmp, td)) {
2886 if (newnfs_sigintr(nmp, td)) {
2910 error = newnfs_sigintr(nmp, td);
2935 if (newnfs_sigintr(nmp, td)) {
2945 if (NFSHASPNFS(nmp)) {