Home
last modified time | relevance | path

Searched refs:nfsd4_op (Results 1 – 4 of 4) sorted by relevance

/fs/nfsd/
Dnfs4proc.c478 …2 nfsd4_open_omfg(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, struct nfsd4_op *op) in nfsd4_open_omfg()
1827 struct nfsd4_op *first_op = &args->ops[0]; in nfs41_check_op_ordering()
1851 const struct nfsd4_operation *OPDESC(struct nfsd4_op *op) in OPDESC()
1856 bool nfsd4_cache_this_op(struct nfsd4_op *op) in nfsd4_cache_this_op()
1867 struct nfsd4_op *this = &argp->ops[resp->opcnt - 1]; in need_wrongsec_check()
1868 struct nfsd4_op *next = &argp->ops[resp->opcnt]; in need_wrongsec_check()
1923 struct nfsd4_op *op; in nfsd4_proc_compound()
2077 static inline u32 nfsd4_only_status_rsize(struct svc_rqst *rqstp, struct nfsd4_op *op) in nfsd4_only_status_rsize()
2082 static inline u32 nfsd4_status_stateid_rsize(struct svc_rqst *rqstp, struct nfsd4_op *op) in nfsd4_status_stateid_rsize()
2087 static inline u32 nfsd4_access_rsize(struct svc_rqst *rqstp, struct nfsd4_op *op) in nfsd4_access_rsize()
[all …]
Dxdr4.h571 struct nfsd4_op { struct
635 bool nfsd4_cache_this_op(struct nfsd4_op *); argument
662 struct nfsd4_op *ops;
663 struct nfsd4_op iops[8];
708 const struct nfsd4_operation *OPDESC(struct nfsd4_op *op);
709 int nfsd4_max_reply(struct svc_rqst *rqstp, struct nfsd4_op *op);
710 void warn_on_nonidempotent_op(struct nfsd4_op *op);
736 void nfsd4_encode_operation(struct nfsd4_compoundres *, struct nfsd4_op *);
737 void nfsd4_encode_replay(struct xdr_stream *xdr, struct nfsd4_op *op);
835 u32 (*op_rsize_bop)(struct svc_rqst *, struct nfsd4_op *);
Dnfs4xdr.c1892 nfsd4_opnum_in_range(struct nfsd4_compoundargs *argp, struct nfsd4_op *op) in nfsd4_opnum_in_range()
1909 struct nfsd4_op *op; in nfsd4_decode_compound()
4430 nfsd4_encode_operation(struct nfsd4_compoundres *resp, struct nfsd4_op *op) in nfsd4_encode_operation()
4509 nfsd4_encode_replay(struct xdr_stream *xdr, struct nfsd4_op *op) in nfsd4_encode_replay()
Dnfs4state.c2842 struct nfsd4_op *op; in nfsd4_enc_sequence_replay()