Searched refs:compound_state (Results 1 – 11 of 11) sorted by relevance
/illumos-gate/usr/src/uts/common/fs/nfs/ |
H A D | nfs4_srv.c | 163 void rfs4_init_compound_state(struct compound_state *); 167 struct compound_state *); 169 struct compound_state *); 171 struct compound_state *); 173 struct compound_state *); 175 struct compound_state *); 177 struct svc_req *, struct compound_state *); 179 struct svc_req *, struct compound_state *); 181 struct compound_state *); 184 struct compound_state *); [all …]
|
H A D | nfs4x_srv.c | 43 rfs4_cmp_cred_set(cred_set_t *p, struct compound_state *cs) in rfs4_cmp_cred_set() 101 rfs4_set_cred_set(cred_set_t *p, struct compound_state *cs) in rfs4_set_cred_set() 253 struct compound_state *, cs, in rfs4x_op_exchange_id() 484 struct compound_state *, cs, in rfs4x_op_exchange_id() 531 struct compound_state *, cs, in rfs4x_op_create_session() 664 struct compound_state *, cs, in rfs4x_op_create_session() 681 struct compound_state *, cs, in rfs4x_op_destroy_session() 749 struct compound_state *, cs, in rfs4x_op_destroy_session() 759 rfs4x_find_session(SEQUENCE4args *sargs, struct compound_state *cs) in rfs4x_find_session() 916 struct compound_state *, cs, in rfs4x_op_sequence() [all …]
|
H A D | nfs4x_dispatch.c | 116 struct compound_state cs; in rfs4x_dispatch()
|
H A D | nfs4_srv_readdir.c | 114 struct exportinfo **exi, struct svc_req *req, struct compound_state *cs, in nfs4_readdir_getvp() 368 struct compound_state *cs) in rfs4_op_readdir() 423 DTRACE_NFSV4_2(op__readdir__start, struct compound_state *, cs, in rfs4_op_readdir() 1548 DTRACE_NFSV4_2(op__readdir__done, struct compound_state *, cs, in rfs4_op_readdir()
|
H A D | nfs4_callback.c | 172 struct compound_state *cs, struct nfs4_callback_globals *ncg) in cb_getattr() 385 struct compound_state *cs, struct nfs4_callback_globals *ncg) in cb_recall() 539 struct compound_state *cs, struct nfs4_callback_globals *ncg) in cb_illegal() 553 struct compound_state cs; in cb_compound()
|
H A D | nfs4_dispatch.c | 386 struct compound_state cs; in rfs40_dispatch()
|
H A D | nfs4_srv_attr.c | 42 void rfs4_init_compound_state(struct compound_state *); 151 struct compound_state cs; in rfs4_attr_init() 424 struct compound_state *cs = sarg->cs; in fattr4_get_change()
|
H A D | nfs_server.c | 2276 checkauth4(struct compound_state *cs, struct svc_req *req) in checkauth4()
|
/illumos-gate/usr/src/uts/common/nfs/ |
H A D | nfs4x.h | 190 struct compound_state; 194 struct compound_state *); 195 void rfs4x_sequence_done(COMPOUND4res *, struct compound_state *);
|
H A D | nfs4.h | 978 struct compound_state; 982 struct compound_state *); 984 const struct compound_state *); 987 const struct compound_state *); 1205 struct compound_state { struct 1244 typedef struct compound_state compound_state_t; argument 1267 struct compound_state *cs; 1416 struct svc_req *, struct compound_state *); 1455 extern int checkauth4(struct compound_state *, struct svc_req *); 1456 extern nfsstat4 call_checkauth4(struct compound_state *, struct svc_req *); [all …]
|
/illumos-gate/usr/src/lib/libdtrace/common/ |
H A D | nfs.d | 80 translator conninfo_t < struct compound_state *P > { 105 translator nfsv4opinfo_t < struct compound_state *P > {
|