Searched refs:bvap (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs3_srv.c157 struct vattr *bvap; local
166 bvap = NULL;
226 bvap = &bva;
331 vattr_to_wcc_data(bvap, avap, &resp->resok.obj_wcc);
355 vattr_to_wcc_data(bvap, avap, &resp->resfail.obj_wcc);
1260 struct vattr *bvap = NULL; local
1341 bvap = &bva;
1342 avap = bvap;
1370 vattr_to_wcc_data(bvap, avap, &resp->resok.file_wcc);
1464 if (bvap
2394 struct vattr *bvap; local
2539 struct vattr *bvap; local
2901 struct vattr *bvap; local
4023 struct vattr *bvap; local
4268 vattr_to_wcc_data(struct vattr *bvap, struct vattr *avap, wcc_data *wccp) argument
[all...]
H A Dnfs_client.c616 nfs3_attr_cache(vnode_t *vp, vattr_t *bvap, vattr_t *avap, hrtime_t t, argument
666 if (!CACHE_VALID(rp, bvap->va_mtime, bvap->va_size))
669 if (rp->r_attr.va_ctime.tv_sec != bvap->va_ctime.tv_sec ||
670 rp->r_attr.va_ctime.tv_nsec != bvap->va_ctime.tv_nsec)

Completed in 68 milliseconds