Home
last modified time | relevance | path

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

/linux/fs/nfsd/
H A Dvfs.h81 __be32 nfsd_setattr(struct svc_rqst *, struct svc_fh *,
H A Dnfsproc.c133 resp->status = nfsd_setattr(rqstp, fhp, &attrs, NULL); in nfsd_proc_setattr()
421 resp->status = nfsd_setattr(rqstp, newfhp, &attrs, in nfsd_proc_create()
H A Dvfs.c486 * nfsd_setattr - Set various file attributes.
500 nfsd_setattr(struct svc_rqst *rqstp, struct svc_fh *fhp, in nfsd_setattr() function
1467 status = nfsd_setattr(rqstp, resfhp, attrs, NULL); in nfsd_create_setattr()
H A Dnfs3proc.c106 resp->status = nfsd_setattr(rqstp, &resp->fh, &attrs, guardtime); in nfsd3_proc_setattr()
H A Dnfs4proc.c1200 status = nfsd_setattr(rqstp, &cstate->current_fh, &attrs, NULL); in nfsd4_setattr()
H A Dnfs4state.c5706 return nfsd_setattr(rqstp, fh, &attrs, NULL); in nfsd4_truncate()