Lines Matching defs:nfsva
293 struct nfsvattr nfsva;
295 error = nfsrpc_accessrpc(vp, wmode, cred, td, &nfsva, &attrflag,
298 (void) nfscl_loadattrcache(&vp, &nfsva, NULL, NULL, 0, 1);
669 struct nfsvattr nfsva;
768 ret = nfsrpc_getattr(vp, cred, ap->a_td, &nfsva,
771 np->n_change = nfsva.na_filerev;
772 (void) nfscl_loadattrcache(&vp, &nfsva, NULL,
815 struct nfsvattr nfsva;
864 error = nfsrpc_getattr(vp, ap->a_cred, td, &nfsva, NULL);
866 error = nfscl_loadattrcache(&vp, &nfsva, vap, NULL, 0, 0);
1003 struct nfsvattr nfsva;
1013 error = nfsrpc_setattr(vp, vap, NULL, cred, td, &nfsva, &attrflag,
1016 ret = nfscl_loadattrcache(&vp, &nfsva, NULL, NULL, 0, 1);
1044 struct nfsvattr dnfsva, nfsva;
1151 cnp->cn_cred, td, &dnfsva, &nfsva, &nfhp, &attrflag, &dattrflag,
1217 (void) nfscl_loadattrcache(&newvp, &nfsva, NULL, NULL,
1260 (void) nfscl_loadattrcache(&newvp, &nfsva, NULL, NULL,
1267 (void) nfscl_loadattrcache(&newvp, &nfsva, NULL, NULL,
1276 (void) nfscl_loadattrcache(&newvp, &nfsva, NULL, NULL,
1297 cache_enter_time(dvp, newvp, cnp, &nfsva.na_ctime,
1343 struct nfsvattr nfsva;
1345 error = nfsrpc_readlink(vp, uiop, cred, uiop->uio_td, &nfsva,
1348 ret = nfscl_loadattrcache(&vp, &nfsva, NULL, NULL, 0, 1);
1365 struct nfsvattr nfsva;
1376 error = nfsrpc_read(vp, uiop, cred, uiop->uio_td, &nfsva,
1379 ret = nfscl_loadattrcache(&vp, &nfsva, NULL, NULL, 0, 1);
1395 struct nfsvattr nfsva;
1408 uiop->uio_td, &nfsva, &attrflag, NULL,
1412 ret = nfscl_loadattrcache(&vp, &nfsva, NULL, NULL, 1,
1415 ret = nfscl_loadattrcache(&vp, &nfsva, NULL, NULL, 0,
1436 struct nfsvattr nfsva, dnfsva;
1454 &nfsva, &nfhp, &attrflag, &dattrflag, NULL);
1459 &dnfsva, &nfsva, &nfhp, &attrflag, &dattrflag,
1470 error = nfscl_loadattrcache(&newvp, &nfsva, NULL, NULL,
1540 struct nfsvattr dnfsva, nfsva;
1569 vap, cverf, fmode, cnp->cn_cred, cnp->cn_thread, &dnfsva, &nfsva,
1575 &dnfsva, &nfsva, &nfhp, &attrflag, &dattrflag,
1587 cnp->cn_thread, &nfsva, NULL);
1589 error = nfscl_loadattrcache(&newvp, &nfsva, NULL, NULL,
1603 if (nfscl_checksattr(vap, &nfsva)) {
1605 cnp->cn_thread, &nfsva, &attrflag, NULL);
1612 cnp->cn_cred, cnp->cn_thread, &nfsva,
1616 (void) nfscl_loadattrcache(&newvp, &nfsva, NULL,
1624 cache_enter_time(dvp, newvp, cnp, &nfsva.na_ctime,
1956 struct nfsvattr nfsva, dnfsva;
1967 cnp->cn_cred, cnp->cn_thread, &dnfsva, &nfsva, &attrflag,
1981 (void) nfscl_loadattrcache(&vp, &nfsva, NULL, NULL, 0, 1);
1997 cache_enter_time(tdvp, vp, cnp, &nfsva.na_ctime, NULL);
2014 struct nfsvattr nfsva, dnfsva;
2023 &nfsva, &nfhp, &attrflag, &dattrflag, NULL);
2034 (void) nfscl_loadattrcache(&newvp, &nfsva, NULL, NULL,
2076 cache_enter_time(dvp, newvp, cnp, &nfsva.na_ctime, NULL);
2094 struct nfsvattr nfsva, dnfsva;
2101 vap, cnp->cn_cred, cnp->cn_thread, &dnfsva, &nfsva, &nfhp,
2120 (void) nfscl_loadattrcache(&newvp, &nfsva, NULL,
2150 cache_enter_time(dvp, newvp, cnp, &nfsva.na_ctime,
2272 struct nfsvattr nfsva;
2299 error = nfsrpc_readdir(vp, uiop, &cookie, cred, td, &nfsva,
2302 (void) nfscl_loadattrcache(&vp, &nfsva, NULL, NULL, 0, 1);
2332 struct nfsvattr nfsva;
2358 error = nfsrpc_readdirplus(vp, uiop, &cookie, cred, td, &nfsva,
2361 (void) nfscl_loadattrcache(&vp, &nfsva, NULL, NULL, 0, 1);
2457 struct nfsvattr nfsva, dnfsva;
2462 error = nfsrpc_lookup(dvp, name, len, cred, td, &dnfsva, &nfsva,
2474 if (np->n_v4 != NULL && nfsva.na_type == VREG &&
2531 (void) nfscl_loadattrcache(&newvp, &nfsva, NULL, NULL,
2557 struct nfsvattr nfsva;
2567 error = nfsrpc_commit(vp, offset, cnt, cred, td, &nfsva,
2570 (void) nfscl_loadattrcache(&vp, &nfsva, NULL, NULL,
3390 struct nfsvattr nfsva;
3405 error = nfsrpc_pathconf(vp, &pc, td->td_ucred, td, &nfsva,
3408 (void) nfscl_loadattrcache(&vp, &nfsva, NULL, NULL, 0,
3449 NFSISSET_ATTRBIT(&nfsva.na_suppattr, NFSATTRBIT_ACL))