Home
last modified time | relevance | path

Searched refs:afs_call (Results 1 – 6 of 6) sorted by relevance

/linux-3.4.99/fs/afs/
Dcmservice.c24 static int afs_deliver_cb_init_call_back_state(struct afs_call *,
26 static int afs_deliver_cb_init_call_back_state3(struct afs_call *,
28 static int afs_deliver_cb_probe(struct afs_call *, struct sk_buff *, bool);
29 static int afs_deliver_cb_callback(struct afs_call *, struct sk_buff *, bool);
30 static int afs_deliver_cb_probe_uuid(struct afs_call *, struct sk_buff *, bool);
31 static int afs_deliver_cb_tell_me_about_yourself(struct afs_call *,
33 static void afs_cm_destructor(struct afs_call *);
99 bool afs_cm_incoming_call(struct afs_call *call) in afs_cm_incoming_call()
129 static void afs_cm_destructor(struct afs_call *call) in afs_cm_destructor()
144 struct afs_call *call = container_of(work, struct afs_call, work); in SRXAFSCB_CallBack()
[all …]
Drxrpc.c24 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 *);
30 static int afs_deliver_cm_op_id(struct afs_call *, struct sk_buff *, bool);
170 static void afs_free_call(struct afs_call *call) in afs_free_call()
189 struct afs_call *afs_alloc_flat_call(const struct afs_call_type *type, in afs_alloc_flat_call()
192 struct afs_call *call; in afs_alloc_flat_call()
231 void afs_flat_call_destructor(struct afs_call *call) in afs_flat_call_destructor()
244 static int afs_send_pages(struct afs_call *call, struct msghdr *msg, in afs_send_pages()
[all …]
Dinternal.h30 struct afs_call;
59 void (*rx_wakeup)(struct afs_call *call);
62 int (*wait)(struct afs_call *call);
74 struct afs_call { struct
130 int (*deliver)(struct afs_call *call, struct sk_buff *skb, argument
137 void (*destructor)(struct afs_call *call);
483 extern bool afs_cm_incoming_call(struct afs_call *);
612 extern int afs_make_call(struct in_addr *, struct afs_call *, gfp_t,
614 extern struct afs_call *afs_alloc_flat_call(const struct afs_call_type *,
616 extern void afs_flat_call_destructor(struct afs_call *);
[all …]
Dfsclient.c232 static int afs_deliver_fs_fetch_status(struct afs_call *call, in afs_deliver_fs_fetch_status()
277 struct afs_call *call; in afs_fs_fetch_file_status()
306 static int afs_deliver_fs_fetch_data(struct afs_call *call, in afs_deliver_fs_fetch_data()
450 struct afs_call *call; in afs_fs_fetch_data64()
493 struct afs_call *call; in afs_fs_fetch_data()
529 static int afs_deliver_fs_give_up_callbacks(struct afs_call *call, in afs_deliver_fs_give_up_callbacks()
556 struct afs_call *call; in afs_fs_give_up_callbacks()
614 static int afs_deliver_fs_create_vnode(struct afs_call *call, in afs_deliver_fs_create_vnode()
664 struct afs_call *call; in afs_fs_create()
713 static int afs_deliver_fs_remove(struct afs_call *call, in afs_deliver_fs_remove()
[all …]
Dvlclient.c61 static int afs_deliver_vl_get_entry_by_xxx(struct afs_call *call, in afs_deliver_vl_get_entry_by_xxx()
156 struct afs_call *call; in afs_vl_get_entry_by_name()
197 struct afs_call *call; in afs_vl_get_entry_by_id()
Dwrite.c571 void afs_pages_written_back(struct afs_vnode *vnode, struct afs_call *call) in afs_pages_written_back()