Lines Matching refs:nfsd4_compoundres

2724 	struct nfsd4_compoundres *resp = rqstp->rq_resp;
3479 nfsd4_encode_access(struct nfsd4_compoundres *resp, __be32 nfserr, struct nfsd4_access *access)
3492 static __be32 nfsd4_encode_bind_conn_to_session(struct nfsd4_compoundres *resp, __be32 nfserr, struct nfsd4_bind_conn_to_session *bcts)
3509 nfsd4_encode_close(struct nfsd4_compoundres *resp, __be32 nfserr, struct nfsd4_close *close)
3518 nfsd4_encode_commit(struct nfsd4_compoundres *resp, __be32 nfserr, struct nfsd4_commit *commit)
3532 nfsd4_encode_create(struct nfsd4_compoundres *resp, __be32 nfserr, struct nfsd4_create *create)
3546 nfsd4_encode_getattr(struct nfsd4_compoundres *resp, __be32 nfserr, struct nfsd4_getattr *getattr)
3556 nfsd4_encode_getfh(struct nfsd4_compoundres *resp, __be32 nfserr, struct svc_fh **fhpp)
3611 nfsd4_encode_lock(struct nfsd4_compoundres *resp, __be32 nfserr, struct nfsd4_lock *lock)
3624 nfsd4_encode_lockt(struct nfsd4_compoundres *resp, __be32 nfserr, struct nfsd4_lockt *lockt)
3634 nfsd4_encode_locku(struct nfsd4_compoundres *resp, __be32 nfserr, struct nfsd4_locku *locku)
3643 nfsd4_encode_link(struct nfsd4_compoundres *resp, __be32 nfserr, struct nfsd4_link *link)
3657 nfsd4_encode_open(struct nfsd4_compoundres *resp, __be32 nfserr, struct nfsd4_open *open)
3751 nfsd4_encode_open_confirm(struct nfsd4_compoundres *resp, __be32 nfserr, struct nfsd4_open_confirm *oc)
3759 nfsd4_encode_open_downgrade(struct nfsd4_compoundres *resp, __be32 nfserr, struct nfsd4_open_downgrade *od)
3767 struct nfsd4_compoundres *resp,
3825 static __be32 nfsd4_encode_readv(struct nfsd4_compoundres *resp,
3864 nfsd4_encode_read(struct nfsd4_compoundres *resp, __be32 nfserr,
3907 nfsd4_encode_readlink(struct nfsd4_compoundres *resp, __be32 nfserr, struct nfsd4_readlink *readlink)
3949 nfsd4_encode_readdir(struct nfsd4_compoundres *resp, __be32 nfserr, struct nfsd4_readdir *readdir)
4040 nfsd4_encode_remove(struct nfsd4_compoundres *resp, __be32 nfserr, struct nfsd4_remove *remove)
4053 nfsd4_encode_rename(struct nfsd4_compoundres *resp, __be32 nfserr, struct nfsd4_rename *rename)
4135 nfsd4_encode_secinfo(struct nfsd4_compoundres *resp, __be32 nfserr,
4144 nfsd4_encode_secinfo_no_name(struct nfsd4_compoundres *resp, __be32 nfserr,
4157 nfsd4_encode_setattr(struct nfsd4_compoundres *resp, __be32 nfserr, struct nfsd4_setattr *setattr)
4181 nfsd4_encode_setclientid(struct nfsd4_compoundres *resp, __be32 nfserr, struct nfsd4_setclientid *scd)
4205 nfsd4_encode_write(struct nfsd4_compoundres *resp, __be32 nfserr, struct nfsd4_write *write)
4221 nfsd4_encode_exchange_id(struct nfsd4_compoundres *resp, __be32 nfserr,
4299 nfsd4_encode_create_session(struct nfsd4_compoundres *resp, __be32 nfserr,
4352 nfsd4_encode_sequence(struct nfsd4_compoundres *resp, __be32 nfserr,
4375 nfsd4_encode_test_stateid(struct nfsd4_compoundres *resp, __be32 nfserr,
4396 nfsd4_encode_getdeviceinfo(struct nfsd4_compoundres *resp, __be32 nfserr,
4449 nfsd4_encode_layoutget(struct nfsd4_compoundres *resp, __be32 nfserr,
4476 nfsd4_encode_layoutcommit(struct nfsd4_compoundres *resp, __be32 nfserr,
4497 nfsd4_encode_layoutreturn(struct nfsd4_compoundres *resp, __be32 nfserr,
4514 nfsd42_encode_write_res(struct nfsd4_compoundres *resp,
4543 nfsd42_encode_nl4_server(struct nfsd4_compoundres *resp, struct nl4_server *ns)
4583 nfsd4_encode_copy(struct nfsd4_compoundres *resp, __be32 nfserr,
4600 nfsd4_encode_offload_status(struct nfsd4_compoundres *resp, __be32 nfserr,
4615 nfsd4_encode_read_plus_data(struct nfsd4_compoundres *resp,
4662 nfsd4_encode_read_plus_hole(struct nfsd4_compoundres *resp,
4693 nfsd4_encode_read_plus(struct nfsd4_compoundres *resp, __be32 nfserr,
4765 nfsd4_encode_copy_notify(struct nfsd4_compoundres *resp, __be32 nfserr,
4799 nfsd4_encode_seek(struct nfsd4_compoundres *resp, __be32 nfserr,
4812 nfsd4_encode_noop(struct nfsd4_compoundres *resp, __be32 nfserr, void *p)
4862 nfsd4_encode_getxattr(struct nfsd4_compoundres *resp, __be32 nfserr,
4886 nfsd4_encode_setxattr(struct nfsd4_compoundres *resp, __be32 nfserr,
4927 nfsd4_encode_listxattrs(struct nfsd4_compoundres *resp, __be32 nfserr,
5038 nfsd4_encode_removexattr(struct nfsd4_compoundres *resp, __be32 nfserr,
5052 typedef __be32(* nfsd4_enc)(struct nfsd4_compoundres *, __be32, void *);
5162 __be32 nfsd4_check_resp_size(struct nfsd4_compoundres *resp, u32 respsize)
5179 nfsd4_encode_operation(struct nfsd4_compoundres *resp, struct nfsd4_op *op)
5330 struct nfsd4_compoundres *resp = rqstp->rq_resp;