Home
last modified time | relevance | path

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

/linux/fs/nfsd/
H A Dnfs4proc.c688 …2 nfsd4_open_omfg(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, struct nfsd4_op *op) in nfsd4_open_omfg()
2925 struct nfsd4_op *first_op = &args->ops[0]; in nfs41_check_op_ordering()
2949 const struct nfsd4_operation *OPDESC(struct nfsd4_op *op) in OPDESC()
2954 bool nfsd4_cache_this_op(struct nfsd4_op *op) in nfsd4_cache_this_op()
2965 struct nfsd4_op *this = &argp->ops[resp->opcnt - 1]; in need_wrongsec_check()
2966 struct nfsd4_op *next = &argp->ops[resp->opcnt]; in need_wrongsec_check()
2998 struct nfsd4_op *op, *current_op = NULL, *saved_op = NULL; in check_if_stalefh_allowed()
3041 struct nfsd4_op *op; in nfsd4_proc_compound()
3226 const struct nfsd4_op *op) in nfsd4_only_status_rsize()
3232 const struct nfsd4_op *op) in nfsd4_status_stateid_rsize()
[all …]
H A Dxdr4.h824 struct nfsd4_op { struct
895 bool nfsd4_cache_this_op(struct nfsd4_op *); argument
917 struct nfsd4_op *ops;
918 struct nfsd4_op iops[8];
942 const struct nfsd4_operation *OPDESC(struct nfsd4_op *op);
943 int nfsd4_max_reply(struct svc_rqst *rqstp, struct nfsd4_op *op);
944 void warn_on_nonidempotent_op(struct nfsd4_op *op);
952 void nfsd4_encode_operation(struct nfsd4_compoundres *, struct nfsd4_op *);
953 void nfsd4_encode_replay(struct xdr_stream *xdr, struct nfsd4_op *op);
1055 const struct nfsd4_op *op);
H A Dnfs4xdr.c2585 nfsd4_opnum_in_range(struct nfsd4_compoundargs *argp, struct nfsd4_op *op) in nfsd4_opnum_in_range()
2601 struct nfsd4_op *op; in nfsd4_decode_compound()
6225 nfsd4_encode_operation(struct nfsd4_compoundres *resp, struct nfsd4_op *op) in nfsd4_encode_operation()
6316 void nfsd4_encode_replay(struct xdr_stream *xdr, struct nfsd4_op *op) in nfsd4_encode_replay()
H A Dnfs4state.c3556 struct nfsd4_op *op; in nfsd4_replay_cache_entry()