Searched refs:afs_call (Results 1 – 8 of 8) sorted by relevance
/linux-4.19.296/fs/afs/ ! |
D | cmservice.c | 20 static int afs_deliver_cb_init_call_back_state(struct afs_call *); 21 static int afs_deliver_cb_init_call_back_state3(struct afs_call *); 22 static int afs_deliver_cb_probe(struct afs_call *); 23 static int afs_deliver_cb_callback(struct afs_call *); 24 static int afs_deliver_cb_probe_uuid(struct afs_call *); 25 static int afs_deliver_cb_tell_me_about_yourself(struct afs_call *); 26 static void afs_cm_destructor(struct afs_call *); 107 bool afs_cm_incoming_call(struct afs_call *call) in afs_cm_incoming_call() 138 static void afs_cm_destructor(struct afs_call *call) in afs_cm_destructor() 149 struct afs_call *call = container_of(work, struct afs_call, work); in SRXAFSCB_CallBack() [all …]
|
D | rxrpc.c | 23 static long afs_wait_for_call_to_complete(struct afs_call *, struct afs_addr_cursor *); 28 static int afs_deliver_cm_op_id(struct afs_call *); 128 static struct afs_call *afs_alloc_call(struct afs_net *net, in afs_alloc_call() 132 struct afs_call *call; in afs_alloc_call() 156 void afs_put_call(struct afs_call *call) in afs_put_call() 194 int afs_queue_call_work(struct afs_call *call) in afs_queue_call_work() 212 struct afs_call *afs_alloc_flat_call(struct afs_net *net, in afs_alloc_flat_call() 216 struct afs_call *call; in afs_alloc_flat_call() 249 void afs_flat_call_destructor(struct afs_call *call) in afs_flat_call_destructor() 264 static void afs_load_bvec(struct afs_call *call, struct msghdr *msg, in afs_load_bvec() [all …]
|
D | internal.h | 36 struct afs_call; 87 struct afs_call { struct 140 int (*deliver)(struct afs_call *call); argument 143 void (*destructor)(struct afs_call *call); 186 void (*page_done)(struct afs_call *, struct afs_read *); 230 struct afs_call *spare_incoming_call; 711 extern bool afs_cm_incoming_call(struct afs_call *); 922 extern void afs_put_call(struct afs_call *); 923 extern int afs_queue_call_work(struct afs_call *); 924 extern long afs_make_call(struct afs_addr_cursor *, struct afs_call *, gfp_t, bool); [all …]
|
D | fsclient.c | 29 static inline void afs_use_fs_server(struct afs_call *call, struct afs_cb_interest *cbi) in afs_use_fs_server() 129 static int xdr_decode_AFSFetchStatus(struct afs_call *call, in xdr_decode_AFSFetchStatus() 243 static int afs_decode_status(struct afs_call *call, in afs_decode_status() 266 static void xdr_decode_AFSCallBack(struct afs_call *call, in xdr_decode_AFSCallBack() 388 static int afs_deliver_fs_fetch_status_vnode(struct afs_call *call) in afs_deliver_fs_fetch_status_vnode() 430 struct afs_call *call; in afs_fs_fetch_file_status() 465 static int afs_deliver_fs_fetch_data(struct afs_call *call) in afs_deliver_fs_fetch_data() 610 static void afs_fetch_data_destructor(struct afs_call *call) in afs_fetch_data_destructor() 641 struct afs_call *call; in afs_fs_fetch_data64() 681 struct afs_call *call; in afs_fs_fetch_data() [all …]
|
D | vlclient.c | 21 static int afs_deliver_vl_get_entry_by_name_u(struct afs_call *call) in afs_deliver_vl_get_entry_by_name_u() 112 static void afs_destroy_vl_get_entry_by_name_u(struct afs_call *call) in afs_destroy_vl_get_entry_by_name_u() 139 struct afs_call *call; in afs_vl_get_entry_by_name_u() 184 static int afs_deliver_vl_get_addrs_u(struct afs_call *call) in afs_deliver_vl_get_addrs_u() 250 static void afs_vl_get_addrs_u_destructor(struct afs_call *call) in afs_vl_get_addrs_u_destructor() 278 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() 391 struct afs_call *call; in afs_vl_get_capabilities() 423 static int afs_deliver_yfsvl_get_endpoints(struct afs_call *call) in afs_deliver_yfsvl_get_endpoints() 628 struct afs_call *call; in afs_yfsvl_get_endpoints()
|
D | file.c | 407 static void afs_readpages_page_done(struct afs_call *call, struct afs_read *req) in afs_readpages_page_done()
|
D | write.c | 672 void afs_pages_written_back(struct afs_vnode *vnode, struct afs_call *call) in afs_pages_written_back()
|
/linux-4.19.296/include/trace/events/ ! |
D | afs.h | 174 TP_PROTO(struct afs_call *call, unsigned count, unsigned offset, 207 TP_PROTO(struct rxrpc_call *rxcall, struct afs_call *call), 229 TP_PROTO(struct afs_call *call), 251 TRACE_EVENT(afs_call, 252 TP_PROTO(struct afs_call *call, enum afs_call_trace op, 282 TP_PROTO(struct afs_call *call, const struct afs_fid *fid), 313 TP_PROTO(struct afs_call *call), 333 TP_PROTO(struct afs_call *call), 359 TP_PROTO(struct afs_call *call, struct msghdr *msg, 392 TP_PROTO(struct afs_call *call, pgoff_t first, pgoff_t last, [all …]
|