Searched refs:nfsvno_setattr (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/sys/fs/nfs/server/ |
H A D | nfs_nfsdserv.c | 395 nd->nd_repstat = nfsvno_setattr(vp, &nva2, nd->nd_cred, p, in nfsrvd_setattr() 408 nd->nd_repstat = nfsvno_setattr(vp, &nva2, nd->nd_cred, p, in nfsrvd_setattr() 423 nd->nd_repstat = nfsvno_setattr(vp, &nva2, nd->nd_cred, p, in nfsrvd_setattr() 436 nd->nd_repstat = nfsvno_setattr(vp, &nva2, nd->nd_cred, p, in nfsrvd_setattr() 451 nd->nd_repstat = nfsvno_setattr(vp, &nva, nd->nd_cred, p, in nfsrvd_setattr()
|
H A D | nfs_nfsdsubs.c | 1647 error = nfsvno_setattr(vp, &nva, nd->nd_cred, p, exp); in nfsrv_fixattr()
|
H A D | nfs_nfsdport.c | 332 nfsvno_setattr(struct vnode *vp, struct nfsvattr *nvap, struct ucred *cred, in nfsvno_setattr() function
|
H A D | nfs_nfsdstate.c | 4605 error = nfsvno_setattr(vp, &nva, NFSFPCRED(sf->nsf_fp), p, in nfsrv_updatestable()
|
/netbsd-src/sys/fs/nfs/common/ |
H A D | nfs_var.h | 604 int nfsvno_setattr(vnode_t, struct nfsvattr *, struct kauth_cred *,
|