OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vaper
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/nfs/
nfs_clntsubs.c
130
* copy the attributes to *
vaper
133
nfsm_loadattrcache(struct vnode **vpp, struct mbuf **mdp, char **dposp, struct vattr *
vaper
, int flags)
146
return nfs_loadattrcache(vpp, (struct nfs_fattr *)cp2,
vaper
, flags);
150
nfs_loadattrcache(struct vnode **vpp, struct nfs_fattr *fp, struct vattr *
vaper
, int flags)
299
if (
vaper
!= NULL) {
300
memcpy((void *)
vaper
, (void *)vap, sizeof(*vap));
303
vaper
->va_atime = np->n_atim;
305
vaper
->va_mtime = np->n_mtim;
317
nfs_getattrcache(struct vnode *vp, struct vattr *
vaper
)
344
memcpy((void *)
vaper
, (void *)vap, sizeof(struct vattr))
[
all
...]
/src/sys/fs/nfs/client/
nfs_clsubs.c
179
ncl_getattrcache(struct vnode *vp, struct vattr *
vaper
)
245
bcopy((caddr_t)vap, (caddr_t)
vaper
, sizeof(struct vattr));
248
vaper
->va_atime = np->n_atim;
250
vaper
->va_mtime = np->n_mtim;
nfs_clport.c
404
* Iff
vaper
not NULL
405
* copy the attributes to *
vaper
414
struct vattr *vap, *nvap = &nap->na_vattr, *
vaper
= nvaper;
569
if (
vaper
!= NULL) {
570
NFSBCOPY((caddr_t)vap, (caddr_t)
vaper
, sizeof(*vap));
573
vaper
->va_atime = np->n_atim;
575
vaper
->va_mtime = np->n_mtim;
Completed in 12 milliseconds
Indexes created Wed Oct 29 01:09:52 GMT 2025