Home
last modified time | relevance | path

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

/linux-6.15/fs/nfsd/
H A Dnfs4proc.c2786 struct nfsd4_op *op; in nfsd4_proc_compound()
2973 const struct nfsd4_op *op) in nfsd4_only_status_rsize()
3054 const struct nfsd4_op *op) in nfsd4_link_rsize()
3085 const struct nfsd4_op *op) in nfsd4_read_plus_rsize()
3108 const struct nfsd4_op *op) in nfsd4_readlink_rsize()
3128 const struct nfsd4_op *op) in nfsd4_sequence_rsize()
3266 const struct nfsd4_op *op) in nfsd4_layoutget_rsize()
3300 const struct nfsd4_op *op) in nfsd4_getxattr_rsize()
3308 const struct nfsd4_op *op) in nfsd4_setxattr_rsize()
3314 const struct nfsd4_op *op) in nfsd4_listxattrs_rsize()
[all …]
H A Dxdr4.h779 struct nfsd4_op { struct
850 bool nfsd4_cache_this_op(struct nfsd4_op *); argument
872 struct nfsd4_op *ops;
873 struct nfsd4_op iops[8];
918 const struct nfsd4_operation *OPDESC(struct nfsd4_op *op);
919 int nfsd4_max_reply(struct svc_rqst *rqstp, struct nfsd4_op *op);
920 void warn_on_nonidempotent_op(struct nfsd4_op *op);
928 void nfsd4_encode_operation(struct nfsd4_compoundres *, struct nfsd4_op *);
929 void nfsd4_encode_replay(struct xdr_stream *xdr, struct nfsd4_op *op);
1031 const struct nfsd4_op *op);
H A Dnfs4xdr.c2460 nfsd4_opnum_in_range(struct nfsd4_compoundargs *argp, struct nfsd4_op *op) in nfsd4_opnum_in_range()
2476 struct nfsd4_op *op; in nfsd4_decode_compound()
5861 nfsd4_encode_operation(struct nfsd4_compoundres *resp, struct nfsd4_op *op) in nfsd4_encode_operation()
5948 void nfsd4_encode_replay(struct xdr_stream *xdr, struct nfsd4_op *op) in nfsd4_encode_replay()
H A Dnfs4state.c3488 struct nfsd4_op *op; in nfsd4_enc_sequence_replay()