Searched defs:nfsd4_operation (Results 1 – 2 of 2) sorted by relevance
| /external/bcc/libbpf-tools/riscv/ |
| D | vmlinux.h | 52050 struct nfsd4_operation { struct 52051 __be32 (*op_func)(struct svc_rqst *, struct nfsd4_compound_state *, union nfsd4_op_u *); 52052 void (*op_release)(union nfsd4_op_u *); 52053 u32 op_flags; 52054 char *op_name; 52055 u32 (*op_rsize_bop)(const struct svc_rqst *, const struct nfsd4_op *); 52056 void (*op_get_currentstateid)(struct nfsd4_compound_state *, union nfsd4_op_u *); 52057 void (*op_set_currentstateid)(struct nfsd4_compound_state *, union nfsd4_op_u *);
|
| D | vmlinux_602.h | 52050 struct nfsd4_operation { struct 52051 __be32 (*op_func)(struct svc_rqst *, struct nfsd4_compound_state *, union nfsd4_op_u *); 52052 void (*op_release)(union nfsd4_op_u *); 52053 u32 op_flags; 52054 char *op_name; 52055 u32 (*op_rsize_bop)(const struct svc_rqst *, const struct nfsd4_op *); 52056 void (*op_get_currentstateid)(struct nfsd4_compound_state *, union nfsd4_op_u *); 52057 void (*op_set_currentstateid)(struct nfsd4_compound_state *, union nfsd4_op_u *);
|