Searched refs:nfsd4_op (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/fs/nfsd/ |
D | nfs4proc.c | 484 …2 nfsd4_open_omfg(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, struct nfsd4_op *op) in nfsd4_open_omfg() 1458 typedef u32(*nfsd4op_rsize)(struct svc_rqst *, struct nfsd4_op *op); 1520 struct nfsd4_op *op = &args->ops[0]; in nfs41_check_op_ordering() 1539 static inline struct nfsd4_operation *OPDESC(struct nfsd4_op *op) in OPDESC() 1544 bool nfsd4_cache_this_op(struct nfsd4_op *op) in nfsd4_cache_this_op() 1555 struct nfsd4_op *this = &argp->ops[resp->opcnt - 1]; in need_wrongsec_check() 1556 struct nfsd4_op *next = &argp->ops[resp->opcnt]; in need_wrongsec_check() 1612 struct nfsd4_op *op; in nfsd4_proc_compound() 1772 static inline u32 nfsd4_only_status_rsize(struct svc_rqst *rqstp, struct nfsd4_op *op) in nfsd4_only_status_rsize() 1777 static inline u32 nfsd4_status_stateid_rsize(struct svc_rqst *rqstp, struct nfsd4_op *op) in nfsd4_status_stateid_rsize() [all …]
|
D | xdr4.h | 504 struct nfsd4_op { struct 562 bool nfsd4_cache_this_op(struct nfsd4_op *); argument 588 struct nfsd4_op *ops; 589 struct nfsd4_op iops[8]; 625 int nfsd4_max_reply(struct svc_rqst *rqstp, struct nfsd4_op *op); 626 void warn_on_nonidempotent_op(struct nfsd4_op *op); 652 void nfsd4_encode_operation(struct nfsd4_compoundres *, struct nfsd4_op *); 653 void nfsd4_encode_replay(struct xdr_stream *xdr, struct nfsd4_op *op);
|
D | nfs4xdr.c | 1792 nfsd4_opnum_in_range(struct nfsd4_compoundargs *argp, struct nfsd4_op *op) in nfsd4_opnum_in_range() 1809 struct nfsd4_op *op; in nfsd4_decode_compound() 4310 nfsd4_encode_operation(struct nfsd4_compoundres *resp, struct nfsd4_op *op) in nfsd4_encode_operation() 4383 nfsd4_encode_replay(struct xdr_stream *xdr, struct nfsd4_op *op) in nfsd4_encode_replay()
|
D | nfs4state.c | 2240 struct nfsd4_op *op; in nfsd4_enc_sequence_replay()
|