Searched defs:nfsd4_operation (Results 1 – 2 of 2) sorted by relevance
| /kernel/linux/linux-5.10/fs/nfsd/ |
| D | xdr4.h | 881 struct nfsd4_operation { struct 882 __be32 (*op_func)(struct svc_rqst *, struct nfsd4_compound_state *, 884 void (*op_release)(union nfsd4_op_u *); 885 u32 op_flags; 886 char *op_name; 888 u32 (*op_rsize_bop)(struct svc_rqst *, struct nfsd4_op *); 889 void (*op_get_currentstateid)(struct nfsd4_compound_state *, 891 void (*op_set_currentstateid)(struct nfsd4_compound_state *,
|
| /kernel/linux/linux-6.6/fs/nfsd/ |
| D | xdr4.h | 873 struct nfsd4_operation { struct 874 __be32 (*op_func)(struct svc_rqst *, struct nfsd4_compound_state *, 876 void (*op_release)(union nfsd4_op_u *); 877 u32 op_flags; 878 char *op_name; 880 u32 (*op_rsize_bop)(const struct svc_rqst *rqstp, 882 void (*op_get_currentstateid)(struct nfsd4_compound_state *, 884 void (*op_set_currentstateid)(struct nfsd4_compound_state *,
|