Searched refs:vaper (Results 1 – 3 of 3) sorted by relevance
/netbsd/sys/nfs/ |
H A D | nfs_clntsubs.c | 133 nfsm_loadattrcache(struct vnode **vpp, struct mbuf **mdp, char **dposp, struct vattr *vaper, int fl… in nfsm_loadattrcache() argument 146 return nfs_loadattrcache(vpp, (struct nfs_fattr *)cp2, vaper, flags); in nfsm_loadattrcache() 150 nfs_loadattrcache(struct vnode **vpp, struct nfs_fattr *fp, struct vattr *vaper, int flags) in nfs_loadattrcache() argument 299 if (vaper != NULL) { in nfs_loadattrcache() 300 memcpy((void *)vaper, (void *)vap, sizeof(*vap)); in nfs_loadattrcache() 303 vaper->va_atime = np->n_atim; in nfs_loadattrcache() 305 vaper->va_mtime = np->n_mtim; in nfs_loadattrcache() 317 nfs_getattrcache(struct vnode *vp, struct vattr *vaper) in nfs_getattrcache() argument 344 memcpy((void *)vaper, (void *)vap, sizeof(struct vattr)); in nfs_getattrcache() 347 vaper->va_atime = np->n_atim; in nfs_getattrcache() [all …]
|
/netbsd/sys/fs/nfs/client/ |
H A D | nfs_clsubs.c | 179 ncl_getattrcache(struct vnode *vp, struct vattr *vaper) in ncl_getattrcache() argument 245 bcopy((caddr_t)vap, (caddr_t)vaper, sizeof(struct vattr)); in ncl_getattrcache() 248 vaper->va_atime = np->n_atim; in ncl_getattrcache() 250 vaper->va_mtime = np->n_mtim; in ncl_getattrcache()
|
H A D | nfs_clport.c | 414 struct vattr *vap, *nvap = &nap->na_vattr, *vaper = nvaper; in nfscl_loadattrcache() local 569 if (vaper != NULL) { in nfscl_loadattrcache() 570 NFSBCOPY((caddr_t)vap, (caddr_t)vaper, sizeof(*vap)); in nfscl_loadattrcache() 573 vaper->va_atime = np->n_atim; in nfscl_loadattrcache() 575 vaper->va_mtime = np->n_mtim; in nfscl_loadattrcache()
|