Home
last modified time | relevance | path

Searched refs:vaper (Results 1 – 2 of 2) sorted by relevance

/src/sys/fs/nfsclient/
H A Dnfs_clsubs.c174 ncl_getattrcache(struct vnode *vp, struct vattr *vaper) in ncl_getattrcache() argument
243 bcopy((caddr_t)vap, (caddr_t)vaper, sizeof(struct vattr)); in ncl_getattrcache()
246 vaper->va_atime = np->n_atim; in ncl_getattrcache()
248 vaper->va_mtime = np->n_mtim; in ncl_getattrcache()
H A Dnfs_clport.c450 struct vattr *vap, *nvap = &nap->na_vattr, *vaper = nvaper; in nfscl_loadattrcache() local
597 if (vaper != NULL) { in nfscl_loadattrcache()
598 ncl_copy_vattr(vp, vaper, vap); in nfscl_loadattrcache()
601 vaper->va_atime = np->n_atim; in nfscl_loadattrcache()
603 vaper->va_mtime = np->n_mtim; in nfscl_loadattrcache()