Lines Matching refs:afs_call
17 static int afs_deliver_cb_init_call_back_state(struct afs_call *);
18 static int afs_deliver_cb_init_call_back_state3(struct afs_call *);
19 static int afs_deliver_cb_probe(struct afs_call *);
20 static int afs_deliver_cb_callback(struct afs_call *);
21 static int afs_deliver_cb_probe_uuid(struct afs_call *);
22 static int afs_deliver_cb_tell_me_about_yourself(struct afs_call *);
23 static void afs_cm_destructor(struct afs_call *);
30 static int afs_deliver_yfs_cb_callback(struct afs_call *);
117 bool afs_cm_incoming_call(struct afs_call *call) in afs_cm_incoming_call()
155 static int afs_record_cm_probe(struct afs_call *call, struct afs_server *server) in afs_record_cm_probe()
199 static int afs_find_cm_server_by_peer(struct afs_call *call) in afs_find_cm_server_by_peer()
220 static int afs_find_cm_server_by_uuid(struct afs_call *call, in afs_find_cm_server_by_uuid()
240 static void afs_cm_destructor(struct afs_call *call) in afs_cm_destructor()
251 struct afs_call *call = container_of(work, struct afs_call, work); in SRXAFSCB_CallBack()
273 static int afs_deliver_cb_callback(struct afs_call *call) in afs_deliver_cb_callback()
376 struct afs_call *call = container_of(work, struct afs_call, work); in SRXAFSCB_InitCallBackState()
390 static int afs_deliver_cb_init_call_back_state(struct afs_call *call) in afs_deliver_cb_init_call_back_state()
409 static int afs_deliver_cb_init_call_back_state3(struct afs_call *call) in afs_deliver_cb_init_call_back_state3()
473 struct afs_call *call = container_of(work, struct afs_call, work); in SRXAFSCB_Probe()
484 static int afs_deliver_cb_probe(struct afs_call *call) in afs_deliver_cb_probe()
505 struct afs_call *call = container_of(work, struct afs_call, work); in SRXAFSCB_ProbeUuid()
523 static int afs_deliver_cb_probe_uuid(struct afs_call *call) in afs_deliver_cb_probe_uuid()
582 struct afs_call *call = container_of(work, struct afs_call, work); in SRXAFSCB_TellMeAboutYourself()
621 static int afs_deliver_cb_tell_me_about_yourself(struct afs_call *call) in afs_deliver_cb_tell_me_about_yourself()
640 static int afs_deliver_yfs_cb_callback(struct afs_call *call) in afs_deliver_yfs_cb_callback()