Searched refs:afs_call (Results 1 – 9 of 9) sorted by relevance
/fs/afs/ |
D | cmservice.c | 17 static int afs_deliver_cb_init_call_back_state(struct afs_call *); 18 static int afs_deliver_cb_init_call_back_state3(struct afs_call *); 19 static int afs_deliver_cb_probe(struct afs_call *); 20 static int afs_deliver_cb_callback(struct afs_call *); 21 static int afs_deliver_cb_probe_uuid(struct afs_call *); 22 static int afs_deliver_cb_tell_me_about_yourself(struct afs_call *); 23 static void afs_cm_destructor(struct afs_call *); 30 static int afs_deliver_yfs_cb_callback(struct afs_call *); 106 bool afs_cm_incoming_call(struct afs_call *call) in afs_cm_incoming_call() 143 static int afs_find_cm_server_by_peer(struct afs_call *call) in afs_find_cm_server_by_peer() [all …]
|
D | rxrpc.c | 24 static int afs_deliver_cm_op_id(struct afs_call *); 134 static struct afs_call *afs_alloc_call(struct afs_net *net, in afs_alloc_call() 138 struct afs_call *call; in afs_alloc_call() 163 void afs_put_call(struct afs_call *call) in afs_put_call() 200 static struct afs_call *afs_get_call(struct afs_call *call, in afs_get_call() 216 static void afs_queue_call_work(struct afs_call *call) in afs_queue_call_work() 230 struct afs_call *afs_alloc_flat_call(struct afs_net *net, in afs_alloc_flat_call() 234 struct afs_call *call; in afs_alloc_flat_call() 268 void afs_flat_call_destructor(struct afs_call *call) in afs_flat_call_destructor() 285 struct afs_call *call = (struct afs_call *)call_user_ID; in afs_notify_end_request_tx() [all …]
|
D | internal.h | 33 struct afs_call; 96 struct afs_call { struct 163 int (*deliver)(struct afs_call *call); argument 166 void (*destructor)(struct afs_call *call); 172 void (*done)(struct afs_call *call); 261 struct afs_call *spare_incoming_call; 853 struct afs_call *call; 1027 extern bool afs_cm_incoming_call(struct afs_call *); 1095 extern void afs_lock_op_done(struct afs_call *); 1163 extern void afs_fileserver_probe_result(struct afs_call *); [all …]
|
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() 109 static void afs_destroy_vl_get_entry_by_name_u(struct afs_call *call) in afs_destroy_vl_get_entry_by_name_u() 134 struct afs_call *call; in afs_vl_get_entry_by_name_u() 181 static int afs_deliver_vl_get_addrs_u(struct afs_call *call) in afs_deliver_vl_get_addrs_u() 248 static void afs_vl_get_addrs_u_destructor(struct afs_call *call) in afs_vl_get_addrs_u_destructor() 273 struct afs_call *call; in afs_vl_get_addrs_u() 314 static int afs_deliver_vl_get_capabilities(struct afs_call *call) in afs_deliver_vl_get_capabilities() 356 static void afs_destroy_vl_get_capabilities(struct afs_call *call) in afs_destroy_vl_get_capabilities() 380 struct afs_call *afs_vl_get_capabilities(struct afs_net *net, in afs_vl_get_capabilities() 386 struct afs_call *call; in afs_vl_get_capabilities() [all …]
|
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() 300 static int afs_deliver_fs_fetch_data(struct afs_call *call) in afs_deliver_fs_fetch_data() 425 struct afs_call *call; in afs_fs_fetch_data64() 455 struct afs_call *call; in afs_fs_fetch_data() 486 static int afs_deliver_fs_create_vnode(struct afs_call *call) in afs_deliver_fs_create_vnode() 527 struct afs_call *call; in afs_fs_create_file() [all …]
|
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() 328 static int yfs_deliver_status_and_volsync(struct afs_call *call) in yfs_deliver_status_and_volsync() 349 static int yfs_deliver_fs_fetch_data64(struct afs_call *call) in yfs_deliver_fs_fetch_data64() 465 struct afs_call *call; in yfs_fs_fetch_data() 500 static int yfs_deliver_fs_create_vnode(struct afs_call *call) in yfs_deliver_fs_create_vnode() 543 struct afs_call *call; in yfs_fs_create_file() 593 struct afs_call *call; in yfs_fs_make_dir() 630 static int yfs_deliver_fs_remove_file2(struct afs_call *call) in yfs_deliver_fs_remove_file2() [all …]
|
D | vl_probe.c | 47 void afs_vlserver_probe_result(struct afs_call *call) in afs_vlserver_probe_result() 152 struct afs_call *call; in afs_do_probe_vlserver()
|
D | fs_probe.c | 101 void afs_fileserver_probe_result(struct afs_call *call) in afs_fileserver_probe_result()
|
D | flock.c | 71 void afs_lock_op_done(struct afs_call *call) in afs_lock_op_done()
|