Home
last modified time | relevance | path

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

/linux-4.4.14/fs/nfsd/
Dvfs.h51 __be32 nfsd_setattr(struct svc_rqst *, struct svc_fh *,
Dnfsproc.c115 nfserr = nfsd_setattr(rqstp, fhp, iap, 0, (time_t)0); in nfsd_proc_setattr()
376 nfserr = nfsd_setattr(rqstp, newfhp, attr, 0, (time_t)0); in nfsd_proc_create()
Dvfs.c362 nfsd_setattr(struct svc_rqst *rqstp, struct svc_fh *fhp, struct iattr *iap, in nfsd_setattr() function
1093 return nfsd_setattr(rqstp, resfhp, iap, 0, (time_t)0); in nfsd_create_setattr()
Dnfs3proc.c75 nfserr = nfsd_setattr(rqstp, &resp->fh, &argp->attrs, in nfsd3_proc_setattr()
Dnfs4proc.c951 status = nfsd_setattr(rqstp, &cstate->current_fh, &setattr->sa_iattr, in nfsd4_setattr()
Dnfs4state.c3911 return nfsd_setattr(rqstp, fh, &iattr, 0, (time_t)0); in nfsd4_truncate()