Lines Matching refs:afs_call
24 static void afs_wake_up_call_waiter(struct afs_call *);
25 static int afs_wait_for_call_to_complete(struct afs_call *);
26 static void afs_wake_up_async_call(struct afs_call *);
27 static int afs_dont_wait_for_call_to_complete(struct afs_call *);
28 static void afs_process_async_call(struct afs_call *);
30 static int afs_deliver_cm_op_id(struct afs_call *, struct sk_buff *, bool);
63 struct afs_call *call = container_of(work, struct afs_call, async_work); in afs_async_workfn()
177 static void afs_free_call(struct afs_call *call) in afs_free_call()
196 static void afs_end_call_nofree(struct afs_call *call) in afs_end_call_nofree()
209 static void afs_end_call(struct afs_call *call) in afs_end_call()
218 struct afs_call *afs_alloc_flat_call(const struct afs_call_type *type, in afs_alloc_flat_call()
221 struct afs_call *call; in afs_alloc_flat_call()
260 void afs_flat_call_destructor(struct afs_call *call) in afs_flat_call_destructor()
273 static int afs_send_pages(struct afs_call *call, struct msghdr *msg, in afs_send_pages()
338 int afs_make_call(struct in_addr *addr, struct afs_call *call, gfp_t gfp, in afs_make_call()
430 struct afs_call *call = (struct afs_call *) user_call_ID; in afs_rx_interceptor()
456 static void afs_deliver_to_call(struct afs_call *call) in afs_deliver_to_call()
549 static int afs_wait_for_call_to_complete(struct afs_call *call) in afs_wait_for_call_to_complete()
598 static void afs_wake_up_call_waiter(struct afs_call *call) in afs_wake_up_call_waiter()
606 static void afs_wake_up_async_call(struct afs_call *call) in afs_wake_up_async_call()
617 static int afs_dont_wait_for_call_to_complete(struct afs_call *call) in afs_dont_wait_for_call_to_complete()
626 static void afs_delete_async_call(struct afs_call *call) in afs_delete_async_call()
640 static void afs_process_async_call(struct afs_call *call) in afs_process_async_call()
668 void afs_transfer_reply(struct afs_call *call, struct sk_buff *skb) in afs_transfer_reply()
683 struct afs_call *call = NULL; in afs_collect_incoming_call()
693 call = kzalloc(sizeof(struct afs_call), GFP_KERNEL); in afs_collect_incoming_call()
728 static int afs_deliver_cm_op_id(struct afs_call *call, struct sk_buff *skb, in afs_deliver_cm_op_id()
770 void afs_send_empty_reply(struct afs_call *call) in afs_send_empty_reply()
802 void afs_send_simple_reply(struct afs_call *call, const void *buf, size_t len) in afs_send_simple_reply()
838 int afs_extract_data(struct afs_call *call, struct sk_buff *skb, in afs_extract_data()