Home
last modified time | relevance | path

Searched refs:nfsd_setattr (Results 1 – 6 of 6) sorted by relevance

/linux-4.19.296/fs/nfsd/
Dvfs.h52 __be32 nfsd_setattr(struct svc_rqst *, struct svc_fh *,
Dnfsproc.c116 nfserr = nfsd_setattr(rqstp, fhp, iap, 0, (time_t)0); in nfsd_proc_setattr()
395 nfserr = nfsd_setattr(rqstp, newfhp, attr, 0, (time_t)0); in nfsd_proc_create()
Dvfs.c387 nfsd_setattr(struct svc_rqst *rqstp, struct svc_fh *fhp, struct iattr *iap, in nfsd_setattr() function
1158 return nfsd_setattr(rqstp, resfhp, iap, 0, (time_t)0); in nfsd_create_setattr()
Dnfs3proc.c78 nfserr = nfsd_setattr(rqstp, &resp->fh, &argp->attrs, in nfsd3_proc_setattr()
Dnfs4proc.c982 status = nfsd_setattr(rqstp, &cstate->current_fh, &setattr->sa_iattr, in nfsd4_setattr()
Dnfs4state.c4214 return nfsd_setattr(rqstp, fh, &iattr, 0, (time_t)0); in nfsd4_truncate()