Lines Matching refs:nfsva

296 	struct nfsvattr nfsva;
298 error = nfsrpc_accessrpc(vp, wmode, cred, td, &nfsva, &attrflag,
301 (void) nfscl_loadattrcache(&vp, &nfsva, NULL, NULL, 0, 1);
672 struct nfsvattr nfsva;
771 ret = nfsrpc_getattr(vp, cred, ap->a_td, &nfsva,
774 np->n_change = nfsva.na_filerev;
775 (void) nfscl_loadattrcache(&vp, &nfsva, NULL,
818 struct nfsvattr nfsva;
867 error = nfsrpc_getattr(vp, ap->a_cred, td, &nfsva, NULL);
869 error = nfscl_loadattrcache(&vp, &nfsva, vap, NULL, 0, 0);
1006 struct nfsvattr nfsva;
1016 error = nfsrpc_setattr(vp, vap, NULL, cred, td, &nfsva, &attrflag,
1019 ret = nfscl_loadattrcache(&vp, &nfsva, NULL, NULL, 0, 1);
1047 struct nfsvattr dnfsva, nfsva;
1154 cnp->cn_cred, td, &dnfsva, &nfsva, &nfhp, &attrflag, &dattrflag,
1220 (void) nfscl_loadattrcache(&newvp, &nfsva, NULL, NULL,
1263 (void) nfscl_loadattrcache(&newvp, &nfsva, NULL, NULL,
1270 (void) nfscl_loadattrcache(&newvp, &nfsva, NULL, NULL,
1279 (void) nfscl_loadattrcache(&newvp, &nfsva, NULL, NULL,
1300 cache_enter_time(dvp, newvp, cnp, &nfsva.na_ctime,
1346 struct nfsvattr nfsva;
1348 error = nfsrpc_readlink(vp, uiop, cred, uiop->uio_td, &nfsva,
1351 ret = nfscl_loadattrcache(&vp, &nfsva, NULL, NULL, 0, 1);
1368 struct nfsvattr nfsva;
1379 error = nfsrpc_read(vp, uiop, cred, uiop->uio_td, &nfsva,
1382 ret = nfscl_loadattrcache(&vp, &nfsva, NULL, NULL, 0, 1);
1398 struct nfsvattr nfsva;
1411 uiop->uio_td, &nfsva, &attrflag, NULL,
1415 ret = nfscl_loadattrcache(&vp, &nfsva, NULL, NULL, 1,
1418 ret = nfscl_loadattrcache(&vp, &nfsva, NULL, NULL, 0,
1439 struct nfsvattr nfsva, dnfsva;
1457 &nfsva, &nfhp, &attrflag, &dattrflag, NULL);
1462 &dnfsva, &nfsva, &nfhp, &attrflag, &dattrflag,
1473 error = nfscl_loadattrcache(&newvp, &nfsva, NULL, NULL,
1543 struct nfsvattr dnfsva, nfsva;
1572 vap, cverf, fmode, cnp->cn_cred, cnp->cn_thread, &dnfsva, &nfsva,
1578 &dnfsva, &nfsva, &nfhp, &attrflag, &dattrflag,
1590 cnp->cn_thread, &nfsva, NULL);
1592 error = nfscl_loadattrcache(&newvp, &nfsva, NULL, NULL,
1606 if (nfscl_checksattr(vap, &nfsva)) {
1608 cnp->cn_thread, &nfsva, &attrflag, NULL);
1615 cnp->cn_cred, cnp->cn_thread, &nfsva,
1619 (void) nfscl_loadattrcache(&newvp, &nfsva, NULL,
1627 cache_enter_time(dvp, newvp, cnp, &nfsva.na_ctime,
1959 struct nfsvattr nfsva, dnfsva;
1970 cnp->cn_cred, cnp->cn_thread, &dnfsva, &nfsva, &attrflag,
1984 (void) nfscl_loadattrcache(&vp, &nfsva, NULL, NULL, 0, 1);
2000 cache_enter_time(tdvp, vp, cnp, &nfsva.na_ctime, NULL);
2017 struct nfsvattr nfsva, dnfsva;
2026 &nfsva, &nfhp, &attrflag, &dattrflag, NULL);
2037 (void) nfscl_loadattrcache(&newvp, &nfsva, NULL, NULL,
2079 cache_enter_time(dvp, newvp, cnp, &nfsva.na_ctime, NULL);
2097 struct nfsvattr nfsva, dnfsva;
2104 vap, cnp->cn_cred, cnp->cn_thread, &dnfsva, &nfsva, &nfhp,
2123 (void) nfscl_loadattrcache(&newvp, &nfsva, NULL,
2153 cache_enter_time(dvp, newvp, cnp, &nfsva.na_ctime,
2275 struct nfsvattr nfsva;
2302 error = nfsrpc_readdir(vp, uiop, &cookie, cred, td, &nfsva,
2305 (void) nfscl_loadattrcache(&vp, &nfsva, NULL, NULL, 0, 1);
2335 struct nfsvattr nfsva;
2361 error = nfsrpc_readdirplus(vp, uiop, &cookie, cred, td, &nfsva,
2364 (void) nfscl_loadattrcache(&vp, &nfsva, NULL, NULL, 0, 1);
2460 struct nfsvattr nfsva, dnfsva;
2465 error = nfsrpc_lookup(dvp, name, len, cred, td, &dnfsva, &nfsva,
2477 if (np->n_v4 != NULL && nfsva.na_type == VREG &&
2534 (void) nfscl_loadattrcache(&newvp, &nfsva, NULL, NULL,
2560 struct nfsvattr nfsva;
2570 error = nfsrpc_commit(vp, offset, cnt, cred, td, &nfsva,
2573 (void) nfscl_loadattrcache(&vp, &nfsva, NULL, NULL,
3393 struct nfsvattr nfsva;
3408 error = nfsrpc_pathconf(vp, &pc, td->td_ucred, td, &nfsva,
3411 (void) nfscl_loadattrcache(&vp, &nfsva, NULL, NULL, 0,
3452 NFSISSET_ATTRBIT(&nfsva.na_suppattr, NFSATTRBIT_ACL))