Searched refs:nfsd4_compoundres (Results 1 – 4 of 4) sorted by relevance
/linux-3.4.99/fs/nfsd/ |
D | xdr4.h | 503 struct nfsd4_compoundres { struct 517 static inline bool nfsd4_is_solo_sequence(struct nfsd4_compoundres *resp) in nfsd4_is_solo_sequence() argument 523 static inline bool nfsd4_not_cached(struct nfsd4_compoundres *resp) in nfsd4_not_cached() 551 struct nfsd4_compoundres *); 552 int nfsd4_check_resp_size(struct nfsd4_compoundres *, u32); 553 void nfsd4_encode_operation(struct nfsd4_compoundres *, struct nfsd4_op *); 554 void nfsd4_encode_replay(struct nfsd4_compoundres *resp, struct nfsd4_op *op); 564 extern void nfsd4_store_cache_entry(struct nfsd4_compoundres *resp); 565 extern __be32 nfsd4_replay_cache_entry(struct nfsd4_compoundres *resp,
|
D | nfs4xdr.c | 1736 static void encode_seqid_op_tail(struct nfsd4_compoundres *resp, __be32 *save, __be32 nfserr) in encode_seqid_op_tail() 2024 struct nfsd4_compoundres *resp = rqstp->rq_resp; in nfsd4_encode_fattr() 2608 nfsd4_encode_stateid(struct nfsd4_compoundres *resp, stateid_t *sid) in nfsd4_encode_stateid() 2619 nfsd4_encode_access(struct nfsd4_compoundres *resp, __be32 nfserr, struct nfsd4_access *access) in nfsd4_encode_access() 2632 static __be32 nfsd4_encode_bind_conn_to_session(struct nfsd4_compoundres *resp, __be32 nfserr, stru… in nfsd4_encode_bind_conn_to_session() 2648 nfsd4_encode_close(struct nfsd4_compoundres *resp, __be32 nfserr, struct nfsd4_close *close) in nfsd4_encode_close() 2661 nfsd4_encode_commit(struct nfsd4_compoundres *resp, __be32 nfserr, struct nfsd4_commit *commit) in nfsd4_encode_commit() 2674 nfsd4_encode_create(struct nfsd4_compoundres *resp, __be32 nfserr, struct nfsd4_create *create) in nfsd4_encode_create() 2690 nfsd4_encode_getattr(struct nfsd4_compoundres *resp, __be32 nfserr, struct nfsd4_getattr *getattr) in nfsd4_encode_getattr() 2708 nfsd4_encode_getfh(struct nfsd4_compoundres *resp, __be32 nfserr, struct svc_fh **fhpp) in nfsd4_encode_getfh() [all …]
|
D | nfs4proc.c | 319 struct nfsd4_compoundres *resp; in nfsd4_open() 1114 struct nfsd4_compoundres *resp = rqstp->rq_resp; in need_wrongsec_check() 1151 struct nfsd4_compoundres *resp) in nfsd4_proc_compound() 1761 .pc_ressize = sizeof(struct nfsd4_compoundres),
|
D | nfs4state.c | 1374 nfsd4_store_cache_entry(struct nfsd4_compoundres *resp) in nfsd4_store_cache_entry() 1407 struct nfsd4_compoundres *resp) in nfsd4_enc_sequence_replay() 1430 nfsd4_replay_cache_entry(struct nfsd4_compoundres *resp, in nfsd4_replay_cache_entry() 1758 struct nfsd4_compoundres *resp = rqstp->rq_resp; in nfsd4_last_compound_op() 1909 struct nfsd4_compoundres *resp = rqstp->rq_resp; in nfsd4_sequence() 3004 struct nfsd4_compoundres *resp = rqstp->rq_resp; in nfsd4_process_open2()
|