Home
last modified time | relevance | path

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

/linux-4.1.27/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()
153 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 *);
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()
[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
78 void (*async_workfn)(struct afs_call *call); /* asynchronous work function */ argument
131 int (*deliver)(struct afs_call *call, struct sk_buff *skb, argument
138 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 *,
[all …]
Dfsclient.c238 static int afs_deliver_fs_fetch_status(struct afs_call *call, in afs_deliver_fs_fetch_status()
283 struct afs_call *call; in afs_fs_fetch_file_status()
312 static int afs_deliver_fs_fetch_data(struct afs_call *call, in afs_deliver_fs_fetch_data()
456 struct afs_call *call; in afs_fs_fetch_data64()
499 struct afs_call *call; in afs_fs_fetch_data()
535 static int afs_deliver_fs_give_up_callbacks(struct afs_call *call, in afs_deliver_fs_give_up_callbacks()
562 struct afs_call *call; in afs_fs_give_up_callbacks()
620 static int afs_deliver_fs_create_vnode(struct afs_call *call, in afs_deliver_fs_create_vnode()
670 struct afs_call *call; in afs_fs_create()
719 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()