Lines Matching refs:afs_call

19 static int afs_deliver_cb_init_call_back_state(struct afs_call *);
20 static int afs_deliver_cb_init_call_back_state3(struct afs_call *);
21 static int afs_deliver_cb_probe(struct afs_call *);
22 static int afs_deliver_cb_callback(struct afs_call *);
23 static int afs_deliver_cb_probe_uuid(struct afs_call *);
24 static int afs_deliver_cb_tell_me_about_yourself(struct afs_call *);
25 static void afs_cm_destructor(struct afs_call *);
32 static int afs_deliver_yfs_cb_callback(struct afs_call *);
108 bool afs_cm_incoming_call(struct afs_call *call) in afs_cm_incoming_call()
144 static void afs_cm_destructor(struct afs_call *call) in afs_cm_destructor()
153 static void afs_abort_service_call(struct afs_call *call, u32 abort_code, int error, in afs_abort_service_call()
166 struct afs_call *call = container_of(work, struct afs_call, work); in SRXAFSCB_CallBack()
190 static int afs_deliver_cb_callback(struct afs_call *call) in afs_deliver_cb_callback()
289 struct afs_call *call = container_of(work, struct afs_call, work); in SRXAFSCB_InitCallBackState()
303 static int afs_deliver_cb_init_call_back_state(struct afs_call *call) in afs_deliver_cb_init_call_back_state()
314 static int afs_deliver_cb_init_call_back_state3(struct afs_call *call) in afs_deliver_cb_init_call_back_state3()
381 struct afs_call *call = container_of(work, struct afs_call, work); in SRXAFSCB_Probe()
392 static int afs_deliver_cb_probe(struct afs_call *call) in afs_deliver_cb_probe()
414 struct afs_call *call = container_of(work, struct afs_call, work); in SRXAFSCB_ProbeUuid()
431 static int afs_deliver_cb_probe_uuid(struct afs_call *call) in afs_deliver_cb_probe_uuid()
491 struct afs_call *call = container_of(work, struct afs_call, work); in SRXAFSCB_TellMeAboutYourself()
530 static int afs_deliver_cb_tell_me_about_yourself(struct afs_call *call) in afs_deliver_cb_tell_me_about_yourself()
549 static int afs_deliver_yfs_cb_callback(struct afs_call *call) in afs_deliver_yfs_cb_callback()