Home
last modified time | relevance | path

Searched defs:req (Results 1 – 25 of 1401) sorted by relevance

12345678910>>...57

/linux/drivers/nvme/target/
H A Dadmin-cmd.c15 static void nvmet_execute_delete_sq(struct nvmet_req *req) in nvmet_execute_delete_sq()
41 static void nvmet_execute_create_sq(struct nvmet_req *req) in nvmet_execute_create_sq()
88 static void nvmet_execute_delete_cq(struct nvmet_req *req) in nvmet_execute_delete_cq()
114 static void nvmet_execute_create_cq(struct nvmet_req *req) in nvmet_execute_create_cq()
164 static u32 nvmet_feat_data_len(struct nvmet_req *req, u32 cdw10) in nvmet_feat_data_len()
179 static void nvmet_execute_get_log_page_noop(struct nvmet_req *req) in nvmet_execute_get_log_page_noop()
184 static void nvmet_execute_get_log_page_error(struct nvmet_req *req) in nvmet_execute_get_log_page_error()
210 static void nvmet_execute_get_supported_log_pages(struct nvmet_req *req) in nvmet_execute_get_supported_log_pages()
239 static u16 nvmet_get_smart_log_nsid(struct nvmet_req *req, in nvmet_get_smart_log_nsid()
268 static u16 nvmet_get_smart_log_all(struct nvmet_req *req, in nvmet_get_smart_log_all()
[all …]
H A Dio-cmd-file.c76 static ssize_t nvmet_file_submit_bvec(struct nvmet_req *req, loff_t pos, in nvmet_file_submit_bvec()
105 struct nvmet_req *req = container_of(iocb, struct nvmet_req, f.iocb); in nvmet_file_io_done() local
120 static bool nvmet_file_execute_io(struct nvmet_req *req, int ki_flags) in nvmet_file_execute_io()
207 struct nvmet_req *req = container_of(w, struct nvmet_req, f.work); in nvmet_file_buffered_io_work() local
212 static void nvmet_file_submit_buffered_io(struct nvmet_req *req) in nvmet_file_submit_buffered_io()
218 static void nvmet_file_execute_rw(struct nvmet_req *req) in nvmet_file_execute_rw()
253 u16 nvmet_file_flush(struct nvmet_req *req) in nvmet_file_flush()
260 struct nvmet_req *req = container_of(w, struct nvmet_req, f.work); in nvmet_file_flush_work() local
265 static void nvmet_file_execute_flush(struct nvmet_req *req) in nvmet_file_execute_flush()
273 static void nvmet_file_execute_discard(struct nvmet_req *req) in nvmet_file_execute_discard()
[all …]
H A Dfabrics-cmd.c10 static void nvmet_execute_prop_set(struct nvmet_req *req) in nvmet_execute_prop_set()
38 static void nvmet_execute_prop_get(struct nvmet_req *req) in nvmet_execute_prop_get()
88 u32 nvmet_fabrics_admin_cmd_data_len(struct nvmet_req *req) in nvmet_fabrics_admin_cmd_data_len()
104 u16 nvmet_parse_fabrics_admin_cmd(struct nvmet_req *req) in nvmet_parse_fabrics_admin_cmd()
133 u32 nvmet_fabrics_io_cmd_data_len(struct nvmet_req *req) in nvmet_fabrics_io_cmd_data_len()
149 u16 nvmet_parse_fabrics_io_cmd(struct nvmet_req *req) in nvmet_parse_fabrics_io_cmd()
172 static u16 nvmet_install_queue(struct nvmet_ctrl *ctrl, struct nvmet_req *req) in nvmet_install_queue()
243 static void nvmet_execute_admin_connect(struct nvmet_req *req) in nvmet_execute_admin_connect()
311 static void nvmet_execute_io_connect(struct nvmet_req *req) in nvmet_execute_io_connect()
372 u32 nvmet_connect_cmd_data_len(struct nvmet_req *req) in nvmet_connect_cmd_data_len()
[all …]
H A Dio-cmd-bdev.c126 u16 blk_to_nvme_status(struct nvmet_req *req, blk_status_t blk_sts) in blk_to_nvme_status()
185 struct nvmet_req *req = bio->bi_private; in nvmet_bio_done() local
192 static int nvmet_bdev_alloc_bip(struct nvmet_req *req, struct bio *bio, in nvmet_bdev_alloc_bip()
237 static int nvmet_bdev_alloc_bip(struct nvmet_req *req, struct bio *bio, in nvmet_bdev_alloc_bip()
244 static void nvmet_bdev_execute_rw(struct nvmet_req *req) in nvmet_bdev_execute_rw()
338 static void nvmet_bdev_execute_flush(struct nvmet_req *req) in nvmet_bdev_execute_flush()
358 u16 nvmet_bdev_flush(struct nvmet_req *req) in nvmet_bdev_flush()
368 static u16 nvmet_bdev_discard_range(struct nvmet_req *req, in nvmet_bdev_discard_range()
385 static void nvmet_bdev_execute_discard(struct nvmet_req *req) in nvmet_bdev_execute_discard()
415 static void nvmet_bdev_execute_dsm(struct nvmet_req *req) in nvmet_bdev_execute_dsm()
[all …]
/linux/io_uring/
H A Drw.c37 static bool io_file_supports_nowait(struct io_kiocb *req, __poll_t mask) in io_file_supports_nowait()
71 static int io_iov_buffer_select_prep(struct io_kiocb *req) in io_iov_buffer_select_prep()
92 static int __io_import_iovec(int ddir, struct io_kiocb *req, in __io_import_iovec()
138 static inline int io_import_iovec(int rw, struct io_kiocb *req, in io_import_iovec()
152 static void io_rw_recycle(struct io_kiocb *req, unsigned int issue_flags) in io_rw_recycle()
166 static void io_req_rw_cleanup(struct io_kiocb *req, unsigned int issue_flags) in io_req_rw_cleanup()
201 static int io_rw_alloc_async(struct io_kiocb *req) in io_rw_alloc_async()
215 static int io_prep_rw_setup(struct io_kiocb *req, int ddir, bool do_import) in io_prep_rw_setup()
243 static int io_prep_rw_pi(struct io_kiocb *req, struct io_rw *rw, int ddir, in io_prep_rw_pi()
270 static int io_prep_rw(struct io_kiocb *req, const struct io_uring_sqe *sqe, in io_prep_rw()
[all …]
H A Dtimeout.c38 static inline bool io_is_timeout_noseq(struct io_kiocb *req) in io_is_timeout_noseq()
46 static inline void io_put_req(struct io_kiocb *req) in io_put_req()
68 static void io_timeout_complete(struct io_kiocb *req, struct io_tw_state *ts) in io_timeout_complete()
95 struct io_kiocb *req; in io_flush_killed_timeouts() local
108 static void io_kill_timeout(struct io_kiocb *req, struct list_head *list) in io_kill_timeout()
132 struct io_kiocb *req = cmd_to_io_kiocb(timeout); in io_flush_timeouts() local
173 static void io_fail_links(struct io_kiocb *req) in io_fail_links()
197 static inline void io_remove_next_linked(struct io_kiocb *req) in io_remove_next_linked()
205 void io_disarm_next(struct io_kiocb *req) in io_disarm_next()
231 struct io_kiocb *__io_disarm_linked_timeout(struct io_kiocb *req, in __io_disarm_linked_timeout()
[all …]
H A Drefs.h11 #define req_ref_zero_or_close_to_overflow(req) \ argument
14 static inline bool req_ref_inc_not_zero(struct io_kiocb *req) in req_ref_inc_not_zero()
20 static inline bool req_ref_put_and_test(struct io_kiocb *req) in req_ref_put_and_test()
29 static inline void req_ref_get(struct io_kiocb *req) in req_ref_get()
36 static inline void req_ref_put(struct io_kiocb *req) in req_ref_put()
43 static inline void __io_req_set_refcount(struct io_kiocb *req, int nr) in __io_req_set_refcount()
51 static inline void io_req_set_refcount(struct io_kiocb *req) in io_req_set_refcount()
H A Dio_uring.c128 struct io_kiocb *req; member
192 struct io_kiocb *req; in io_match_linked() local
228 static inline void req_fail_link_node(struct io_kiocb *req, int res) in req_fail_link_node()
234 static inline void io_req_add_to_cache(struct io_kiocb *req, struct io_ring_ctx *ctx) in io_req_add_to_cache()
251 struct io_kiocb *req, *tmp; in io_fallback_req_func() local
383 static bool req_need_defer(struct io_kiocb *req, u32 seq) in req_need_defer()
394 static void io_clean_op(struct io_kiocb *req) in io_clean_op()
424 static inline void io_req_track_inflight(struct io_kiocb *req) in io_req_track_inflight()
432 static struct io_kiocb *__io_prep_linked_timeout(struct io_kiocb *req) in __io_prep_linked_timeout()
446 static inline struct io_kiocb *io_prep_linked_timeout(struct io_kiocb *req) in io_prep_linked_timeout()
[all …]
H A Dnet.c91 int io_shutdown_prep(struct io_kiocb *req, const struct io_uring_sqe *sqe) in io_shutdown_prep()
104 int io_shutdown(struct io_kiocb *req, unsigned int issue_flags) in io_shutdown()
137 static void io_netmsg_recycle(struct io_kiocb *req, unsigned int issue_flags) in io_netmsg_recycle()
155 static struct io_async_msghdr *io_msg_alloc_async(struct io_kiocb *req) in io_msg_alloc_async()
171 static void io_net_vec_assign(struct io_kiocb *req, struct io_async_msghdr *kmsg, in io_net_vec_assign()
183 static inline void io_mshot_prep_retry(struct io_kiocb *req, in io_mshot_prep_retry()
195 static int io_compat_msg_copy_hdr(struct io_kiocb *req, in io_compat_msg_copy_hdr()
247 static int io_msg_copy_hdr(struct io_kiocb *req, struct io_async_msghdr *iomsg, in io_msg_copy_hdr()
307 static int io_sendmsg_copy_hdr(struct io_kiocb *req, in io_sendmsg_copy_hdr()
342 void io_sendmsg_recvmsg_cleanup(struct io_kiocb *req) in io_sendmsg_recvmsg_cleanup()
[all …]
H A Dfs.c50 int io_renameat_prep(struct io_kiocb *req, const struct io_uring_sqe *sqe) in io_renameat_prep()
81 int io_renameat(struct io_kiocb *req, unsigned int issue_flags) in io_renameat()
96 void io_renameat_cleanup(struct io_kiocb *req) in io_renameat_cleanup()
104 int io_unlinkat_prep(struct io_kiocb *req, const struct io_uring_sqe *sqe) in io_unlinkat_prep()
130 int io_unlinkat(struct io_kiocb *req, unsigned int issue_flags) in io_unlinkat()
147 void io_unlinkat_cleanup(struct io_kiocb *req) in io_unlinkat_cleanup()
154 int io_mkdirat_prep(struct io_kiocb *req, const struct io_uring_sqe *sqe) in io_mkdirat_prep()
177 int io_mkdirat(struct io_kiocb *req, unsigned int issue_flags) in io_mkdirat()
191 void io_mkdirat_cleanup(struct io_kiocb *req) in io_mkdirat_cleanup()
198 int io_symlinkat_prep(struct io_kiocb *req, const struct io_uring_sqe *sqe) in io_symlinkat_prep()
[all …]
H A Dfutex.c31 struct io_kiocb *req; member
47 static void __io_futex_complete(struct io_kiocb *req, struct io_tw_state *ts) in __io_futex_complete()
54 static void io_futex_complete(struct io_kiocb *req, struct io_tw_state *ts) in io_futex_complete()
65 static void io_futexv_complete(struct io_kiocb *req, struct io_tw_state *ts) in io_futexv_complete()
93 static bool __io_futex_cancel(struct io_ring_ctx *ctx, struct io_kiocb *req) in __io_futex_cancel()
120 struct io_kiocb *req; in io_futex_cancel() local
148 struct io_kiocb *req; in io_futex_remove_all() local
164 int io_futex_prep(struct io_kiocb *req, const struct io_uring_sqe *sqe) in io_futex_prep()
194 struct io_kiocb *req = q->wake_data; in io_futex_wakev_fn() local
207 int io_futexv_prep(struct io_kiocb *req, const struct io_uring_sqe *sqe) in io_futexv_prep()
[all …]
/linux/drivers/crypto/marvell/cesa/
H A Dhash.c28 struct ahash_request *req) in mv_cesa_ahash_req_iter_init()
50 mv_cesa_ahash_dma_alloc_cache(struct mv_cesa_ahash_dma_req *req, gfp_t flags) in mv_cesa_ahash_dma_alloc_cache()
61 mv_cesa_ahash_dma_free_cache(struct mv_cesa_ahash_dma_req *req) in mv_cesa_ahash_dma_free_cache()
70 static int mv_cesa_ahash_dma_alloc_padding(struct mv_cesa_ahash_dma_req *req, in mv_cesa_ahash_dma_alloc_padding()
84 static void mv_cesa_ahash_dma_free_padding(struct mv_cesa_ahash_dma_req *req) in mv_cesa_ahash_dma_free_padding()
94 static inline void mv_cesa_ahash_dma_last_cleanup(struct ahash_request *req) in mv_cesa_ahash_dma_last_cleanup()
101 static inline void mv_cesa_ahash_dma_cleanup(struct ahash_request *req) in mv_cesa_ahash_dma_cleanup()
110 static inline void mv_cesa_ahash_cleanup(struct ahash_request *req) in mv_cesa_ahash_cleanup()
118 static void mv_cesa_ahash_last_cleanup(struct ahash_request *req) in mv_cesa_ahash_last_cleanup()
158 static void mv_cesa_ahash_std_step(struct ahash_request *req) in mv_cesa_ahash_std_step()
[all …]
/linux/drivers/s390/scsi/
H A Dzfcp_fsf.c80 static void zfcp_fsf_class_not_supp(struct zfcp_fsf_req *req) in zfcp_fsf_class_not_supp()
92 void zfcp_fsf_req_free(struct zfcp_fsf_req *req) in zfcp_fsf_req_free()
106 static void zfcp_fsf_status_read_port_closed(struct zfcp_fsf_req *req) in zfcp_fsf_status_read_port_closed()
144 static void zfcp_fsf_link_down_info_eval(struct zfcp_fsf_req *req, in zfcp_fsf_link_down_info_eval()
229 static void zfcp_fsf_status_read_link_down(struct zfcp_fsf_req *req) in zfcp_fsf_status_read_link_down()
258 static void zfcp_fsf_status_read_handler(struct zfcp_fsf_req *req) in zfcp_fsf_status_read_handler()
331 static void zfcp_fsf_fsfstatus_qual_eval(struct zfcp_fsf_req *req) in zfcp_fsf_fsfstatus_qual_eval()
353 static void zfcp_fsf_fsfstatus_eval(struct zfcp_fsf_req *req) in zfcp_fsf_fsfstatus_eval()
372 static void zfcp_fsf_protstatus_eval(struct zfcp_fsf_req *req) in zfcp_fsf_protstatus_eval()
452 static void zfcp_fsf_req_complete(struct zfcp_fsf_req *req) in zfcp_fsf_req_complete()
[all …]
/linux/drivers/crypto/aspeed/
H A Daspeed-hace-crypto.c67 struct skcipher_request *req) in aspeed_hace_crypto_handle_queue()
81 struct skcipher_request *req = skcipher_request_cast(areq); in aspeed_crypto_do_request() local
104 struct skcipher_request *req; in aspeed_sk_complete() local
133 struct skcipher_request *req; in aspeed_sk_transfer_sg() local
154 struct skcipher_request *req; in aspeed_sk_transfer() local
184 struct skcipher_request *req; in aspeed_sk_start() local
225 struct skcipher_request *req; in aspeed_sk_start_sg() local
368 struct skcipher_request *req; in aspeed_hace_skcipher_trigger() local
406 static int aspeed_des_crypt(struct skcipher_request *req, u32 cmd) in aspeed_des_crypt()
464 static int aspeed_tdes_ctr_decrypt(struct skcipher_request *req) in aspeed_tdes_ctr_decrypt()
[all …]
/linux/net/sunrpc/
H A Dxprt.c81 static unsigned long xprt_request_timeout(const struct rpc_rqst *req) in xprt_request_timeout()
267 struct rpc_rqst *req = task->tk_rqstp; in xprt_reserve_xprt() local
331 struct rpc_rqst *req = task->tk_rqstp; in xprt_reserve_xprt_cong() local
461 __xprt_get_cong(struct rpc_xprt *xprt, struct rpc_rqst *req) in __xprt_get_cong()
480 __xprt_put_cong(struct rpc_xprt *xprt, struct rpc_rqst *req) in __xprt_put_cong()
499 xprt_request_get_cong(struct rpc_xprt *xprt, struct rpc_rqst *req) in xprt_request_get_cong()
520 struct rpc_rqst *req = task->tk_rqstp; in xprt_release_rqst_cong() local
564 struct rpc_rqst *req = task->tk_rqstp; in xprt_adjust_cwnd() local
654 static unsigned long xprt_calc_majortimeo(struct rpc_rqst *req, in xprt_calc_majortimeo()
668 static void xprt_reset_majortimeo(struct rpc_rqst *req, in xprt_reset_majortimeo()
[all …]
/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Dmcs_rvu_if.c73 struct mcs_set_lmac_mode *req, in rvu_mbox_handler_mcs_set_lmac_mode()
123 struct mcs_intr_info *req; in mcs_notify_pfvf() local
178 struct mcs_intr_cfg *req, in rvu_mbox_handler_mcs_intr_cfg()
203 struct msg_req *req, in rvu_mbox_handler_mcs_get_hw_info()
221 int rvu_mbox_handler_mcs_port_reset(struct rvu *rvu, struct mcs_port_reset_req *req, in rvu_mbox_handler_mcs_port_reset()
237 struct mcs_clear_stats *req, in rvu_mbox_handler_mcs_clear_stats()
259 struct mcs_stats_req *req, in rvu_mbox_handler_mcs_get_flowid_stats()
290 struct mcs_stats_req *req, in rvu_mbox_handler_mcs_get_secy_stats()
318 struct mcs_stats_req *req, in rvu_mbox_handler_mcs_get_sc_stats()
342 struct mcs_stats_req *req, in rvu_mbox_handler_mcs_get_sa_stats()
[all …]
/linux/drivers/staging/greybus/
H A Daudio_apbridgea.c16 struct audio_apbridgea_set_config_request req; in gb_audio_apbridgea_set_config() local
33 struct audio_apbridgea_register_cport_request req; in gb_audio_apbridgea_register_cport() local
54 struct audio_apbridgea_unregister_cport_request req; in gb_audio_apbridgea_unregister_cport() local
74 struct audio_apbridgea_set_tx_data_size_request req; in gb_audio_apbridgea_set_tx_data_size() local
88 struct audio_apbridgea_prepare_tx_request req; in gb_audio_apbridgea_prepare_tx() local
101 struct audio_apbridgea_start_tx_request req; in gb_audio_apbridgea_start_tx() local
114 struct audio_apbridgea_stop_tx_request req; in gb_audio_apbridgea_stop_tx() local
127 struct audio_apbridgea_shutdown_tx_request req; in gb_audio_apbridgea_shutdown_tx() local
140 struct audio_apbridgea_set_rx_data_size_request req; in gb_audio_apbridgea_set_rx_data_size() local
154 struct audio_apbridgea_prepare_rx_request req; in gb_audio_apbridgea_prepare_rx() local
[all …]
H A Daudio_gb.c50 struct gb_audio_get_control_request req; in gb_audio_gb_get_control() local
72 struct gb_audio_set_control_request req; in gb_audio_gb_set_control() local
86 struct gb_audio_enable_widget_request req; in gb_audio_gb_enable_widget() local
98 struct gb_audio_disable_widget_request req; in gb_audio_gb_disable_widget() local
111 struct gb_audio_get_pcm_request req; in gb_audio_gb_get_pcm() local
135 struct gb_audio_set_pcm_request req; in gb_audio_gb_set_pcm() local
151 struct gb_audio_set_tx_data_size_request req; in gb_audio_gb_set_tx_data_size() local
164 struct gb_audio_activate_tx_request req; in gb_audio_gb_activate_tx() local
176 struct gb_audio_deactivate_tx_request req; in gb_audio_gb_deactivate_tx() local
188 struct gb_audio_set_rx_data_size_request req; in gb_audio_gb_set_rx_data_size() local
[all …]
/linux/drivers/media/mc/
H A Dmc-request.c39 static void media_request_clean(struct media_request *req) in media_request_clean()
62 struct media_request *req = in media_request_release() local
79 void media_request_put(struct media_request *req) in media_request_put()
87 struct media_request *req = filp->private_data; in media_request_close() local
96 struct media_request *req = filp->private_data; in media_request_poll() local
119 static long media_request_ioctl_queue(struct media_request *req) in media_request_ioctl_queue()
188 static long media_request_ioctl_reinit(struct media_request *req) in media_request_ioctl_reinit()
224 struct media_request *req = filp->private_data; in media_request_ioctl() local
249 struct media_request *req; in media_request_get_by_fd() local
284 struct media_request *req; in media_request_alloc() local
[all …]
/linux/fs/nfs/
H A Dpagelist.c37 const struct nfs_page *req; member
42 const struct nfs_page *req) in nfs_page_iter_page_init() argument
50 const struct nfs_page *req = i->req; in nfs_page_iter_page_advance() local
58 const struct nfs_page *req = i->req; in nfs_page_iter_page_get() local
199 nfs_page_set_headlock(struct nfs_page * req) nfs_page_set_headlock() argument
215 nfs_page_clear_headlock(struct nfs_page * req) nfs_page_clear_headlock() argument
234 nfs_page_group_lock(struct nfs_page * req) nfs_page_group_lock() argument
249 nfs_page_group_unlock(struct nfs_page * req) nfs_page_group_unlock() argument
262 nfs_page_group_sync_on_bit_locked(struct nfs_page * req,unsigned int bit) nfs_page_group_sync_on_bit_locked() argument
293 nfs_page_group_sync_on_bit(struct nfs_page * req,unsigned int bit) nfs_page_group_sync_on_bit() argument
311 nfs_page_group_init(struct nfs_page * req,struct nfs_page * prev) nfs_page_group_init() argument
354 struct nfs_page *req = container_of(kref, struct nfs_page, wb_kref); nfs_page_group_destroy() local
380 struct nfs_page *req; nfs_page_create() local
406 nfs_page_assign_folio(struct nfs_page * req,struct folio * folio) nfs_page_assign_folio() argument
415 nfs_page_assign_page(struct nfs_page * req,struct page * page) nfs_page_assign_page() argument
486 nfs_create_subreq(struct nfs_page * req,unsigned int pgbase,unsigned int offset,unsigned int count) nfs_create_subreq() argument
520 nfs_unlock_request(struct nfs_page * req) nfs_unlock_request() argument
533 nfs_unlock_and_release_request(struct nfs_page * req) nfs_unlock_and_release_request() argument
546 nfs_clear_request(struct nfs_page * req) nfs_clear_request() argument
579 nfs_free_request(struct nfs_page * req) nfs_free_request() argument
595 nfs_release_request(struct nfs_page * req) nfs_release_request() argument
611 nfs_generic_pg_test(struct nfs_pageio_descriptor * desc,struct nfs_page * prev,struct nfs_page * req) nfs_generic_pg_test() argument
685 struct nfs_page *req = hdr->req; nfs_pgio_rpcsetup() local
879 struct nfs_page *req; nfs_generic_pgio() local
1006 nfs_pageio_setup_mirroring(struct nfs_pageio_descriptor * pgio,struct nfs_page * req) nfs_pageio_setup_mirroring() argument
1045 nfs_page_is_contiguous(const struct nfs_page * prev,const struct nfs_page * req) nfs_page_is_contiguous() argument
1075 nfs_coalesce_size(struct nfs_page * prev,struct nfs_page * req,struct nfs_pageio_descriptor * pgio) nfs_coalesce_size() argument
1106 nfs_pageio_do_add_request(struct nfs_pageio_descriptor * desc,struct nfs_page * req) nfs_pageio_do_add_request() argument
1157 nfs_pageio_cleanup_request(struct nfs_pageio_descriptor * desc,struct nfs_page * req) nfs_pageio_cleanup_request() argument
1178 __nfs_pageio_add_request(struct nfs_pageio_descriptor * desc,struct nfs_page * req) __nfs_pageio_add_request() argument
1244 struct nfs_page *req; nfs_do_recoalesce() local
1261 nfs_pageio_add_request_mirror(struct nfs_pageio_descriptor * desc,struct nfs_page * req) nfs_pageio_add_request_mirror() argument
1293 nfs_pageio_add_request(struct nfs_pageio_descriptor * desc,struct nfs_page * req) nfs_pageio_add_request() argument
1383 struct nfs_page *req = nfs_list_entry(pages.next); nfs_pageio_resend() local
[all...]
/linux/drivers/block/drbd/
H A Ddrbd_req.c26 struct drbd_request *req; in drbd_req_new() local
59 struct drbd_request *req) in drbd_remove_request_interval()
73 struct drbd_request *req = container_of(kref, struct drbd_request, kref); in drbd_req_destroy() local
193 void drbd_req_complete(struct drbd_request *req, struct bio_and_error *m) in drbd_req_complete()
292 static void drbd_req_put_completion_ref(struct drbd_request *req, struct bio_and_error *m, int put) in drbd_req_put_completion_ref()
320 static void set_if_null_req_next(struct drbd_peer_device *peer_device, struct drbd_request *req) in set_if_null_req_next()
329 static void advance_conn_req_next(struct drbd_peer_device *peer_device, struct drbd_request *req) in advance_conn_req_next()
350 …ic void set_if_null_req_ack_pending(struct drbd_peer_device *peer_device, struct drbd_request *req) in set_if_null_req_ack_pending()
359 …c void advance_conn_req_ack_pending(struct drbd_peer_device *peer_device, struct drbd_request *req) in advance_conn_req_ack_pending()
380 …c void set_if_null_req_not_net_done(struct drbd_peer_device *peer_device, struct drbd_request *req) in set_if_null_req_not_net_done()
[all …]
/linux/drivers/crypto/amcc/
H A Dcrypto4xx_alg.c69 static inline int crypto4xx_crypt(struct skcipher_request *req, in crypto4xx_crypt()
88 int crypto4xx_encrypt_noiv_block(struct skcipher_request *req) in crypto4xx_encrypt_noiv_block()
93 int crypto4xx_encrypt_iv_stream(struct skcipher_request *req) in crypto4xx_encrypt_iv_stream()
98 int crypto4xx_decrypt_noiv_block(struct skcipher_request *req) in crypto4xx_decrypt_noiv_block()
103 int crypto4xx_decrypt_iv_stream(struct skcipher_request *req) in crypto4xx_decrypt_iv_stream()
108 int crypto4xx_encrypt_iv_block(struct skcipher_request *req) in crypto4xx_encrypt_iv_block()
113 int crypto4xx_decrypt_iv_block(struct skcipher_request *req) in crypto4xx_decrypt_iv_block()
208 int crypto4xx_rfc3686_encrypt(struct skcipher_request *req) in crypto4xx_rfc3686_encrypt()
223 int crypto4xx_rfc3686_decrypt(struct skcipher_request *req) in crypto4xx_rfc3686_decrypt()
239 crypto4xx_ctr_crypt(struct skcipher_request *req, bool encrypt) in crypto4xx_ctr_crypt()
[all …]
/linux/crypto/
H A Dgcm.c85 struct aead_request *req) in crypto_gcm_reqctx()
105 struct skcipher_request req; in crypto_gcm_setkey() member
152 static void crypto_gcm_init_common(struct aead_request *req) in crypto_gcm_init_common()
177 static void crypto_gcm_init_crypt(struct aead_request *req, in crypto_gcm_init_crypt()
202 static int gcm_hash_update(struct aead_request *req, in gcm_hash_update()
216 static int gcm_hash_remain(struct aead_request *req, in gcm_hash_remain()
223 static int gcm_hash_len(struct aead_request *req, u32 flags) in gcm_hash_len()
241 static int gcm_hash_len_continue(struct aead_request *req, u32 flags) in gcm_hash_len_continue()
251 struct aead_request *req = data; in gcm_hash_len_done() local
264 static int gcm_hash_crypt_remain_continue(struct aead_request *req, u32 flags) in gcm_hash_crypt_remain_continue()
[all …]
/linux/net/9p/
H A Dclient.c281 struct p9_req_t *req = kmem_cache_alloc(p9_req_cache, GFP_NOFS); in p9_tag_alloc() local
360 struct p9_req_t *req; in p9_tag_lookup() local
425 struct p9_req_t *req; in p9_tag_cleanup() local
445 void p9_client_cb(struct p9_client *c, struct p9_req_t *req, int status) in p9_client_cb()
522 static int p9_check_errors(struct p9_client *c, struct p9_req_t *req) in p9_check_errors()
599 struct p9_req_t *req; in p9_client_flush() local
630 struct p9_req_t *req; in p9_client_prepare_req() local
679 struct p9_req_t *req; in p9_client_rpc() local
787 struct p9_req_t *req; in p9_client_zc_rpc() local
913 struct p9_req_t *req; in p9_client_version() local
[all …]
/linux/drivers/crypto/rockchip/
H A Drk3288_crypto_skcipher.c23 static int rk_cipher_need_fallback(struct skcipher_request *req) in rk_cipher_need_fallback()
91 static int rk_cipher_handle_req(struct skcipher_request *req) in rk_cipher_handle_req()
155 static int rk_aes_ecb_encrypt(struct skcipher_request *req) in rk_aes_ecb_encrypt()
163 static int rk_aes_ecb_decrypt(struct skcipher_request *req) in rk_aes_ecb_decrypt()
171 static int rk_aes_cbc_encrypt(struct skcipher_request *req) in rk_aes_cbc_encrypt()
179 static int rk_aes_cbc_decrypt(struct skcipher_request *req) in rk_aes_cbc_decrypt()
187 static int rk_des_ecb_encrypt(struct skcipher_request *req) in rk_des_ecb_encrypt()
195 static int rk_des_ecb_decrypt(struct skcipher_request *req) in rk_des_ecb_decrypt()
203 static int rk_des_cbc_encrypt(struct skcipher_request *req) in rk_des_cbc_encrypt()
211 static int rk_des_cbc_decrypt(struct skcipher_request *req) in rk_des_cbc_decrypt()
[all …]

12345678910>>...57