HomeSort by: relevance | last modified time | path
    Searched defs:nvap (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/fs/nfs/client/
nfs_clport.c 414 struct vattr *vap, *nvap = &nap->na_vattr, *vaper = nvaper; local in function:nfscl_loadattrcache
434 if (vp->v_type != nvap->va_type) {
435 vp->v_type = nvap->va_type;
438 np->n_mtime = nvap->va_mtime;
1153 nfscl_checksattr(struct vattr *vap, struct nfsvattr *nvap)
1157 if (vap->va_mode == nvap->na_mode)
1161 if (vap->va_uid == nvap->na_uid)
1165 if (vap->va_gid == nvap->na_gid)
1169 if (vap->va_size == nvap->na_size)
  /src/sys/fs/ntfs/
ntfs_subr.c 263 struct ntvattr *nvap; local in function:ntfs_loadntnode
337 error = ntfs_attrtontvattr(ntmp, &nvap, ap);
340 nvap->va_ip = ip;
342 LIST_INSERT_HEAD(&ip->i_valist, nvap, va_list);
  /src/sys/fs/nfs/server/
nfs_nfsdport.c 189 nfsvno_getattr(struct vnode *vp, struct nfsvattr *nvap, struct ucred *cred,
205 error = VOP_GETATTR(vp, &nvap->na_vattr, cred);
332 nfsvno_setattr(struct vnode *vp, struct nfsvattr *nvap, struct ucred *cred,
337 error = VOP_SETATTR(vp, &nvap->na_vattr, cred);
787 struct vnode **vpp, struct nfsvattr *nvap, int *exclusive_flagp,
795 if (nvap->na_type == VREG || nvap->na_type == VSOCK) {
798 &ndp->ni_vp, &ndp->ni_cnd, &nvap->na_vattr);
804 NFSVNO_ATTRINIT(nvap);
805 nvap->na_atime.tv_sec = cverf[0]
1825 struct nfsvattr nva, at, *nvap = &nva; local in function:nfsrvd_readdirplus
    [all...]

Completed in 73 milliseconds