Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/fs/nfsclient/
Dnfs_clsubs.c182 ncl_getattrcache(struct vnode *vp, struct vattr *vaper) in ncl_getattrcache() argument
251 bcopy((caddr_t)vap, (caddr_t)vaper, sizeof(struct vattr)); in ncl_getattrcache()
254 vaper->va_atime = np->n_atim; in ncl_getattrcache()
256 vaper->va_mtime = np->n_mtim; in ncl_getattrcache()
Dnfs_clport.c437 struct vattr *vap, *nvap = &nap->na_vattr, *vaper = nvaper; in nfscl_loadattrcache() local
577 if (vaper != NULL) { in nfscl_loadattrcache()
578 ncl_copy_vattr(vaper, vap); in nfscl_loadattrcache()
581 vaper->va_atime = np->n_atim; in nfscl_loadattrcache()
583 vaper->va_mtime = np->n_mtim; in nfscl_loadattrcache()