Searched refs:nfsd4_compoundres (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/fs/nfsd/ |
D | xdr4.h | 637 struct nfsd4_compoundres { struct 649 static inline bool nfsd4_is_solo_sequence(struct nfsd4_compoundres *resp) in nfsd4_is_solo_sequence() argument 664 static inline bool nfsd4_cache_this(struct nfsd4_compoundres *resp) in nfsd4_cache_this() 672 struct nfsd4_compoundres *resp = rqstp->rq_resp; in nfsd4_last_compound_op() 705 __be32 nfsd4_check_resp_size(struct nfsd4_compoundres *, u32); 706 void nfsd4_encode_operation(struct nfsd4_compoundres *, struct nfsd4_op *); 726 extern void nfsd4_sequence_done(struct nfsd4_compoundres *resp);
|
D | nfs4xdr.c | 2419 struct nfsd4_compoundres *resp = rqstp->rq_resp; in nfsd4_encode_fattr() 3158 nfsd4_encode_access(struct nfsd4_compoundres *resp, __be32 nfserr, struct nfsd4_access *access) in nfsd4_encode_access() 3171 static __be32 nfsd4_encode_bind_conn_to_session(struct nfsd4_compoundres *resp, __be32 nfserr, stru… in nfsd4_encode_bind_conn_to_session() 3188 nfsd4_encode_close(struct nfsd4_compoundres *resp, __be32 nfserr, struct nfsd4_close *close) in nfsd4_encode_close() 3197 nfsd4_encode_commit(struct nfsd4_compoundres *resp, __be32 nfserr, struct nfsd4_commit *commit) in nfsd4_encode_commit() 3211 nfsd4_encode_create(struct nfsd4_compoundres *resp, __be32 nfserr, struct nfsd4_create *create) in nfsd4_encode_create() 3226 nfsd4_encode_getattr(struct nfsd4_compoundres *resp, __be32 nfserr, struct nfsd4_getattr *getattr) in nfsd4_encode_getattr() 3236 nfsd4_encode_getfh(struct nfsd4_compoundres *resp, __be32 nfserr, struct svc_fh **fhpp) in nfsd4_encode_getfh() 3291 nfsd4_encode_lock(struct nfsd4_compoundres *resp, __be32 nfserr, struct nfsd4_lock *lock) in nfsd4_encode_lock() 3304 nfsd4_encode_lockt(struct nfsd4_compoundres *resp, __be32 nfserr, struct nfsd4_lockt *lockt) in nfsd4_encode_lockt() [all …]
|
D | nfs4proc.c | 1629 struct nfsd4_compoundres *resp = rqstp->rq_resp; in need_wrongsec_check() 1661 struct nfsd4_compoundres *resp) in svcxdr_init_encode() 1686 struct nfsd4_compoundres *resp = rqstp->rq_resp; in nfsd4_proc_compound() 2477 struct nfsd4_compoundres *resp = rqstp->rq_resp; in nfsd4_spo_must_allow() 2546 .pc_ressize = sizeof(struct nfsd4_compoundres),
|
D | nfs4state.c | 2347 nfsd4_store_cache_entry(struct nfsd4_compoundres *resp) in nfsd4_store_cache_entry() 2384 struct nfsd4_compoundres *resp) in nfsd4_enc_sequence_replay() 2415 nfsd4_replay_cache_entry(struct nfsd4_compoundres *resp, in nfsd4_replay_cache_entry() 3099 struct nfsd4_compoundres *resp = rqstp->rq_resp; in nfsd4_sequence() 3219 nfsd4_sequence_done(struct nfsd4_compoundres *resp) in nfsd4_sequence_done() 4517 struct nfsd4_compoundres *resp = rqstp->rq_resp; in nfsd4_process_open2()
|