Searched refs:afs_call (Results 1 – 11 of 11) sorted by relevance
| /linux/fs/afs/ |
| H A D | cmservice.c | 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() [all …]
|
| H A D | rxrpc.c | 29 static int afs_deliver_cm_op_id(struct afs_call *); 156 static struct afs_call *afs_alloc_call(struct afs_net *net, in afs_alloc_call() 160 struct afs_call *call; in afs_alloc_call() 184 static void afs_free_call(struct afs_call *call) in afs_free_call() 217 void afs_put_call(struct afs_call *call) in afs_put_call() 234 struct afs_call *call = container_of(work, struct afs_call, free_work); in afs_deferred_free_worker() 243 void afs_deferred_put_call(struct afs_call *call) in afs_deferred_put_call() 261 static void afs_queue_call_work(struct afs_call *call) in afs_queue_call_work() 273 struct afs_call *afs_alloc_flat_call(struct afs_net *net, in afs_alloc_flat_call() 277 struct afs_call *call; in afs_alloc_flat_call() [all …]
|
| H A D | internal.h | 34 struct afs_call; 128 struct afs_call { struct 202 int (*deliver)(struct afs_call *call); argument 205 void (*destructor)(struct afs_call *call); 214 void (*done)(struct afs_call *call); 217 void (*immediate_cancel)(struct afs_call *call); 284 struct afs_call *spare_incoming_call; 940 struct afs_call *call; 1088 extern bool afs_cm_incoming_call(struct afs_call *); 1166 void afs_fetch_data_immediate_cancel(struct afs_call *call); [all …]
|
| H A D | fsclient.c | 55 struct afs_call *call, in xdr_decode_AFSFetchStatus() 132 static time64_t xdr_decode_expiry(struct afs_call *call, u32 expiry) in xdr_decode_expiry() 138 struct afs_call *call, in xdr_decode_AFSCallBack() 238 static int afs_deliver_fs_fetch_status(struct afs_call *call) in afs_deliver_fs_fetch_status() 275 struct afs_call *call; in afs_fs_fetch_status() 301 static int afs_deliver_fs_fetch_data(struct afs_call *call) in afs_deliver_fs_fetch_data() 433 struct afs_call *call; in afs_fs_fetch_data64() 468 struct afs_call *call; in afs_fs_fetch_data() 497 static int afs_deliver_fs_create_vnode(struct afs_call *call) in afs_deliver_fs_create_vnode() 538 struct afs_call *call; in afs_fs_create_file() [all …]
|
| H A D | yfsclient.c | 138 static void yfs_check_req(struct afs_call *call, __be32 *bp) in yfs_check_req() 174 struct afs_call *call, in xdr_decode_YFSFetchStatus() 228 struct afs_call *call, in xdr_decode_YFSCallBack() 331 static int yfs_deliver_status_and_volsync(struct afs_call *call) in yfs_deliver_status_and_volsync() 352 static int yfs_deliver_fs_fetch_data64(struct afs_call *call) in yfs_deliver_fs_fetch_data64() 472 struct afs_call *call; in yfs_fs_fetch_data() 510 static int yfs_deliver_fs_create_vnode(struct afs_call *call) in yfs_deliver_fs_create_vnode() 553 struct afs_call *call; in yfs_fs_create_file() 604 struct afs_call *call; in yfs_fs_make_dir() 642 static int yfs_deliver_fs_remove_file2(struct afs_call *call) in yfs_deliver_fs_remove_file2() [all …]
|
| H A D | vlclient.c | 17 static int afs_deliver_vl_get_entry_by_name_u(struct afs_call *call) in afs_deliver_vl_get_entry_by_name_u() 115 struct afs_call *call; in afs_vl_get_entry_by_name_u() 173 static int afs_deliver_vl_get_addrs_u(struct afs_call *call) in afs_deliver_vl_get_addrs_u() 264 struct afs_call *call; in afs_vl_get_addrs_u() 317 static int afs_deliver_vl_get_capabilities(struct afs_call *call) in afs_deliver_vl_get_capabilities() 359 static void afs_destroy_vl_get_capabilities(struct afs_call *call) in afs_destroy_vl_get_capabilities() 385 struct afs_call *afs_vl_get_capabilities(struct afs_net *net, in afs_vl_get_capabilities() 392 struct afs_call *call; in afs_vl_get_capabilities() 431 static int afs_deliver_yfsvl_get_endpoints(struct afs_call *call) in afs_deliver_yfsvl_get_endpoints() 638 struct afs_call *call; in afs_yfsvl_get_endpoints() [all …]
|
| H A D | file.c | 270 static void afs_read_receive(struct afs_call *call) in afs_read_receive() 316 struct afs_call *call = container_of(work, struct afs_call, async_work); in afs_fetch_data_async_rx() 322 void afs_fetch_data_immediate_cancel(struct afs_call *call) in afs_fetch_data_immediate_cancel()
|
| H A D | vl_probe.c | 47 void afs_vlserver_probe_result(struct afs_call *call) in afs_vlserver_probe_result() 153 struct afs_call *call; in afs_do_probe_vlserver()
|
| H A D | fs_probe.c | 138 void afs_fileserver_probe_result(struct afs_call *call) in afs_fileserver_probe_result()
|
| H A D | flock.c | 71 void afs_lock_op_done(struct afs_call *call) in afs_lock_op_done()
|
| /linux/include/trace/events/ |
| H A D | afs.h | 609 TP_PROTO(struct afs_call *call, struct iov_iter *iter, 642 TP_PROTO(struct rxrpc_call *rxcall, struct afs_call *call), 664 TP_PROTO(struct afs_call *call), 694 TRACE_EVENT(afs_call, 725 TP_PROTO(struct afs_call *call, const struct afs_fid *fid), 756 TP_PROTO(struct afs_call *call, const struct afs_fid *fid, 791 TP_PROTO(struct afs_call *call, const struct afs_fid *fid, 828 TP_PROTO(struct afs_call *call, const struct afs_fid *fid, 870 TP_PROTO(struct afs_call *call), 890 TP_PROTO(struct afs_call *call), [all …]
|