Searched refs:afs_call (Results 1 – 10 of 10) sorted by relevance
| /Linux-v5.4/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 *); 117 bool afs_cm_incoming_call(struct afs_call *call) in afs_cm_incoming_call() 155 static int afs_record_cm_probe(struct afs_call *call, struct afs_server *server) in afs_record_cm_probe() [all …]
|
| D | rxrpc.c | 25 static int afs_deliver_cm_op_id(struct afs_call *); 137 static struct afs_call *afs_alloc_call(struct afs_net *net, in afs_alloc_call() 141 struct afs_call *call; in afs_alloc_call() 166 void afs_put_call(struct afs_call *call) in afs_put_call() 202 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() 283 static void afs_load_bvec(struct afs_call *call, struct msghdr *msg, in afs_load_bvec() [all …]
|
| D | internal.h | 33 struct afs_call; 103 struct afs_call { struct 185 int (*deliver)(struct afs_call *call); argument 188 void (*destructor)(struct afs_call *call); 194 void (*done)(struct afs_call *call); 281 struct afs_call *spare_incoming_call; 884 extern bool afs_cm_incoming_call(struct afs_call *); 942 extern void afs_lock_op_done(struct afs_call *); 975 extern struct afs_call *afs_fs_get_capabilities(struct afs_net *, struct afs_server *, 997 extern void afs_fileserver_probe_result(struct afs_call *); [all …]
|
| D | fsclient.c | 18 static inline void afs_use_fs_server(struct afs_call *call, struct afs_cb_interest *cbi) in afs_use_fs_server() 60 struct afs_call *call, in xdr_decode_AFSFetchStatus() 135 static time64_t xdr_decode_expiry(struct afs_call *call, u32 expiry) in xdr_decode_expiry() 141 struct afs_call *call, in xdr_decode_AFSCallBack() 241 static int afs_deliver_fs_fetch_status_vnode(struct afs_call *call) in afs_deliver_fs_fetch_status_vnode() 279 struct afs_call *call; in afs_fs_fetch_file_status() 318 static int afs_deliver_fs_fetch_data(struct afs_call *call) in afs_deliver_fs_fetch_data() 447 static void afs_fetch_data_destructor(struct afs_call *call) in afs_fetch_data_destructor() 480 struct afs_call *call; in afs_fs_fetch_data64() 522 struct afs_call *call; in afs_fs_fetch_data() [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() 108 static void afs_destroy_vl_get_entry_by_name_u(struct afs_call *call) in afs_destroy_vl_get_entry_by_name_u() 133 struct afs_call *call; in afs_vl_get_entry_by_name_u() 180 static int afs_deliver_vl_get_addrs_u(struct afs_call *call) in afs_deliver_vl_get_addrs_u() 247 static void afs_vl_get_addrs_u_destructor(struct afs_call *call) in afs_vl_get_addrs_u_destructor() 272 struct afs_call *call; in afs_vl_get_addrs_u() 313 static int afs_deliver_vl_get_capabilities(struct afs_call *call) in afs_deliver_vl_get_capabilities() 355 static void afs_destroy_vl_get_capabilities(struct afs_call *call) in afs_destroy_vl_get_capabilities() 379 struct afs_call *afs_vl_get_capabilities(struct afs_net *net, in afs_vl_get_capabilities() 385 struct afs_call *call; in afs_vl_get_capabilities() [all …]
|
| D | yfsclient.c | 20 static inline void afs_use_fs_server(struct afs_call *call, struct afs_cb_interest *cbi) in afs_use_fs_server() 147 static void yfs_check_req(struct afs_call *call, __be32 *bp) in yfs_check_req() 183 struct afs_call *call, in xdr_decode_YFSFetchStatus() 236 struct afs_call *call, in xdr_decode_YFSCallBack() 336 static int yfs_deliver_fs_status_cb_and_volsync(struct afs_call *call) in yfs_deliver_fs_status_cb_and_volsync() 361 static int yfs_deliver_status_and_volsync(struct afs_call *call) in yfs_deliver_status_and_volsync() 397 struct afs_call *call; in yfs_fs_fetch_file_status() 436 static int yfs_deliver_fs_fetch_data64(struct afs_call *call) in yfs_deliver_fs_fetch_data64() 564 static void yfs_fetch_data_destructor(struct afs_call *call) in yfs_fetch_data_destructor() 587 struct afs_call *call; in yfs_fs_fetch_data() [all …]
|
| D | vl_probe.c | 29 void afs_vlserver_probe_result(struct afs_call *call) in afs_vlserver_probe_result() 140 struct afs_call *call; in afs_do_probe_vlserver()
|
| D | fs_probe.c | 29 void afs_fileserver_probe_result(struct afs_call *call) in afs_fileserver_probe_result() 140 struct afs_call *call; in afs_do_probe_fileserver()
|
| D | flock.c | 71 void afs_lock_op_done(struct afs_call *call) in afs_lock_op_done()
|
| /Linux-v5.4/include/trace/events/ |
| D | afs.h | 464 TP_PROTO(struct afs_call *call, struct iov_iter *iter, 497 TP_PROTO(struct rxrpc_call *rxcall, struct afs_call *call), 519 TP_PROTO(struct afs_call *call), 541 TRACE_EVENT(afs_call, 542 TP_PROTO(struct afs_call *call, enum afs_call_trace op, 572 TP_PROTO(struct afs_call *call, const struct afs_fid *fid), 603 TP_PROTO(struct afs_call *call, const struct afs_fid *fid, 638 TP_PROTO(struct afs_call *call, const struct afs_fid *fid, 676 TP_PROTO(struct afs_call *call, const struct afs_fid *fid, 720 TP_PROTO(struct afs_call *call), [all …]
|