Home
last modified time | relevance | path

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

/freebsd/sys/fs/nfsclient/
H A Dnfs_clsubs.c179 ncl_getattrcache(struct vnode *vp, struct vattr *vaper) in ncl_getattrcache() argument
248 bcopy((caddr_t)vap, (caddr_t)vaper, sizeof(struct vattr)); in ncl_getattrcache()
251 vaper->va_atime = np->n_atim; in ncl_getattrcache()
253 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(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()