Home
last modified time | relevance | path

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

12345678910>>...15

/linux-4.19.296/drivers/s390/scsi/
Dzfcp_fsf.c72 static void zfcp_fsf_class_not_supp(struct zfcp_fsf_req *req) in zfcp_fsf_class_not_supp()
84 void zfcp_fsf_req_free(struct zfcp_fsf_req *req) in zfcp_fsf_req_free()
98 static void zfcp_fsf_status_read_port_closed(struct zfcp_fsf_req *req) in zfcp_fsf_status_read_port_closed()
115 static void zfcp_fsf_link_down_info_eval(struct zfcp_fsf_req *req, in zfcp_fsf_link_down_info_eval()
198 static void zfcp_fsf_status_read_link_down(struct zfcp_fsf_req *req) in zfcp_fsf_status_read_link_down()
214 static void zfcp_fsf_status_read_handler(struct zfcp_fsf_req *req) in zfcp_fsf_status_read_handler()
281 static void zfcp_fsf_fsfstatus_qual_eval(struct zfcp_fsf_req *req) in zfcp_fsf_fsfstatus_qual_eval()
303 static void zfcp_fsf_fsfstatus_eval(struct zfcp_fsf_req *req) in zfcp_fsf_fsfstatus_eval()
322 static void zfcp_fsf_protstatus_eval(struct zfcp_fsf_req *req) in zfcp_fsf_protstatus_eval()
399 static void zfcp_fsf_req_complete(struct zfcp_fsf_req *req) in zfcp_fsf_req_complete()
[all …]
/linux-4.19.296/crypto/
Dcrypto_engine.c30 struct crypto_async_request *req, int err) in crypto_finalize_request()
187 struct crypto_async_request *req, in crypto_transfer_request()
216 struct crypto_async_request *req) in crypto_transfer_request_to_engine()
229 struct ablkcipher_request *req) in crypto_transfer_ablkcipher_request_to_engine()
242 struct aead_request *req) in crypto_transfer_aead_request_to_engine()
255 struct akcipher_request *req) in crypto_transfer_akcipher_request_to_engine()
268 struct ahash_request *req) in crypto_transfer_hash_request_to_engine()
281 struct skcipher_request *req) in crypto_transfer_skcipher_request_to_engine()
296 struct ablkcipher_request *req, int err) in crypto_finalize_ablkcipher_request()
310 struct aead_request *req, int err) in crypto_finalize_aead_request()
[all …]
Dgcm.c89 struct aead_request *req) in crypto_gcm_reqctx()
109 struct skcipher_request req; in crypto_gcm_setkey() member
174 static void crypto_gcm_init_common(struct aead_request *req) in crypto_gcm_init_common()
199 static void crypto_gcm_init_crypt(struct aead_request *req, in crypto_gcm_init_crypt()
224 static int gcm_hash_update(struct aead_request *req, in gcm_hash_update()
238 static int gcm_hash_remain(struct aead_request *req, in gcm_hash_remain()
245 static int gcm_hash_len(struct aead_request *req, u32 flags) in gcm_hash_len()
263 static int gcm_hash_len_continue(struct aead_request *req, u32 flags) in gcm_hash_len_continue()
273 struct aead_request *req = areq->data; in gcm_hash_len_done() local
286 static int gcm_hash_crypt_remain_continue(struct aead_request *req, u32 flags) in gcm_hash_crypt_remain_continue()
[all …]
Dcryptd.c172 struct crypto_async_request *req, *backlog; in cryptd_queue_worker() local
235 static void cryptd_blkcipher_crypt(struct ablkcipher_request *req, in cryptd_blkcipher_crypt()
275 static void cryptd_blkcipher_encrypt(struct crypto_async_request *req, int err) in cryptd_blkcipher_encrypt()
284 static void cryptd_blkcipher_decrypt(struct crypto_async_request *req, int err) in cryptd_blkcipher_decrypt()
293 static int cryptd_blkcipher_enqueue(struct ablkcipher_request *req, in cryptd_blkcipher_enqueue()
307 static int cryptd_blkcipher_encrypt_enqueue(struct ablkcipher_request *req) in cryptd_blkcipher_encrypt_enqueue()
312 static int cryptd_blkcipher_decrypt_enqueue(struct ablkcipher_request *req) in cryptd_blkcipher_decrypt_enqueue()
464 static void cryptd_skcipher_complete(struct skcipher_request *req, int err) in cryptd_skcipher_complete()
482 struct skcipher_request *req = skcipher_request_cast(base); in cryptd_skcipher_encrypt() local
510 struct skcipher_request *req = skcipher_request_cast(base); in cryptd_skcipher_decrypt() local
[all …]
Dahash.c134 int crypto_hash_walk_first(struct ahash_request *req, in crypto_hash_walk_first()
152 int crypto_ahash_walk_first(struct ahash_request *req, in crypto_ahash_walk_first()
235 static int ahash_save_req(struct ahash_request *req, crypto_completion_t cplt) in ahash_save_req()
292 static void ahash_restore_req(struct ahash_request *req, int err) in ahash_restore_req()
311 static void ahash_notify_einprogress(struct ahash_request *req) in ahash_notify_einprogress()
321 static void ahash_op_unaligned_done(struct crypto_async_request *req, int err) in ahash_op_unaligned_done()
346 static int ahash_op_unaligned(struct ahash_request *req, in ahash_op_unaligned()
364 static int crypto_ahash_op(struct ahash_request *req, in crypto_ahash_op()
376 int crypto_ahash_final(struct ahash_request *req) in crypto_ahash_final()
382 int crypto_ahash_finup(struct ahash_request *req) in crypto_ahash_finup()
[all …]
Dmcryptd.c154 struct crypto_async_request *req, *backlog; in mcryptd_queue_worker() local
314 static int mcryptd_hash_enqueue(struct ahash_request *req, in mcryptd_hash_enqueue()
336 struct ahash_request *req = ahash_request_cast(req_async); in mcryptd_hash_init() local
356 static int mcryptd_hash_init_enqueue(struct ahash_request *req) in mcryptd_hash_init_enqueue()
363 struct ahash_request *req = ahash_request_cast(req_async); in mcryptd_hash_update() local
383 static int mcryptd_hash_update_enqueue(struct ahash_request *req) in mcryptd_hash_update_enqueue()
390 struct ahash_request *req = ahash_request_cast(req_async); in mcryptd_hash_final() local
410 static int mcryptd_hash_final_enqueue(struct ahash_request *req) in mcryptd_hash_final_enqueue()
417 struct ahash_request *req = ahash_request_cast(req_async); in mcryptd_hash_finup() local
437 static int mcryptd_hash_finup_enqueue(struct ahash_request *req) in mcryptd_hash_finup_enqueue()
[all …]
Dchacha20poly1305.c50 struct ahash_request req; /* must be last member */ member
56 struct skcipher_request req; /* must be last member */ member
78 static inline void async_done_continue(struct aead_request *req, int err, in async_done_continue()
92 static void chacha_iv(u8 *iv, struct aead_request *req, u32 icb) in chacha_iv()
103 static int poly_verify_tag(struct aead_request *req) in poly_verify_tag()
116 static int poly_copy_tag(struct aead_request *req) in poly_copy_tag()
131 static int chacha_decrypt(struct aead_request *req) in chacha_decrypt()
166 static int poly_tail_continue(struct aead_request *req) in poly_tail_continue()
181 static int poly_tail(struct aead_request *req) in poly_tail()
215 static int poly_cipherpad(struct aead_request *req) in poly_cipherpad()
[all …]
/linux-4.19.296/fs/nfs/
Dpagelist.c143 nfs_page_set_headlock(struct nfs_page *req) in nfs_page_set_headlock()
159 nfs_page_clear_headlock(struct nfs_page *req) in nfs_page_clear_headlock()
179 nfs_page_group_lock(struct nfs_page *req) in nfs_page_group_lock()
194 nfs_page_group_unlock(struct nfs_page *req) in nfs_page_group_unlock()
207 nfs_page_group_sync_on_bit_locked(struct nfs_page *req, unsigned int bit) in nfs_page_group_sync_on_bit_locked()
238 bool nfs_page_group_sync_on_bit(struct nfs_page *req, unsigned int bit) in nfs_page_group_sync_on_bit()
256 nfs_page_group_init(struct nfs_page *req, struct nfs_page *prev) in nfs_page_group_init()
299 struct nfs_page *req = container_of(kref, struct nfs_page, wb_kref); in nfs_page_group_destroy() local
338 struct nfs_page *req; in nfs_create_request() local
378 void nfs_unlock_request(struct nfs_page *req) in nfs_unlock_request()
[all …]
Dnfs3xdr.c111 static void prepare_reply_buffer(struct rpc_rqst *req, struct page **pages, in prepare_reply_buffer()
853 static void nfs3_xdr_enc_getattr3args(struct rpc_rqst *req, in nfs3_xdr_enc_getattr3args()
893 static void nfs3_xdr_enc_setattr3args(struct rpc_rqst *req, in nfs3_xdr_enc_setattr3args()
910 static void nfs3_xdr_enc_lookup3args(struct rpc_rqst *req, in nfs3_xdr_enc_lookup3args()
934 static void nfs3_xdr_enc_access3args(struct rpc_rqst *req, in nfs3_xdr_enc_access3args()
950 static void nfs3_xdr_enc_readlink3args(struct rpc_rqst *req, in nfs3_xdr_enc_readlink3args()
982 static void nfs3_xdr_enc_read3args(struct rpc_rqst *req, in nfs3_xdr_enc_read3args()
1026 static void nfs3_xdr_enc_write3args(struct rpc_rqst *req, in nfs3_xdr_enc_write3args()
1075 static void nfs3_xdr_enc_create3args(struct rpc_rqst *req, in nfs3_xdr_enc_create3args()
1093 static void nfs3_xdr_enc_mkdir3args(struct rpc_rqst *req, in nfs3_xdr_enc_mkdir3args()
[all …]
Dnfs2xdr.c71 static void prepare_reply_buffer(struct rpc_rqst *req, struct page **pages, in prepare_reply_buffer()
575 static void nfs2_xdr_enc_fhandle(struct rpc_rqst *req, in nfs2_xdr_enc_fhandle()
592 static void nfs2_xdr_enc_sattrargs(struct rpc_rqst *req, in nfs2_xdr_enc_sattrargs()
602 static void nfs2_xdr_enc_diropargs(struct rpc_rqst *req, in nfs2_xdr_enc_diropargs()
611 static void nfs2_xdr_enc_readlinkargs(struct rpc_rqst *req, in nfs2_xdr_enc_readlinkargs()
647 static void nfs2_xdr_enc_readargs(struct rpc_rqst *req, in nfs2_xdr_enc_readargs()
689 static void nfs2_xdr_enc_writeargs(struct rpc_rqst *req, in nfs2_xdr_enc_writeargs()
707 static void nfs2_xdr_enc_createargs(struct rpc_rqst *req, in nfs2_xdr_enc_createargs()
717 static void nfs2_xdr_enc_removeargs(struct rpc_rqst *req, in nfs2_xdr_enc_removeargs()
734 static void nfs2_xdr_enc_renameargs(struct rpc_rqst *req, in nfs2_xdr_enc_renameargs()
[all …]
Dwrite.c168 struct nfs_page *req; in nfs_page_find_private_request() local
187 struct nfs_page *req = NULL; in nfs_page_find_swap_request() local
210 struct nfs_page *req; in nfs_page_find_head_request() local
270 struct nfs_page *req; in nfs_page_group_search_locked() local
291 static bool nfs_page_group_covers_page(struct nfs_page *req) in nfs_page_group_covers_page()
313 static void nfs_mark_uptodate(struct nfs_page *req) in nfs_mark_uptodate()
354 static void nfs_end_page_writeback(struct nfs_page *req) in nfs_end_page_writeback()
386 struct nfs_page *req) in nfs_unroll_locks()
599 static void nfs_write_error_remove_page(struct nfs_page *req) in nfs_write_error_remove_page()
626 struct nfs_page *req; in nfs_page_async_flush() local
[all …]
/linux-4.19.296/drivers/base/
Ddevtmpfs.c40 static struct req { struct
41 struct req *next; argument
49 } *requests; argument
86 struct req req; in devtmpfs_create_node() local
125 struct req req; in devtmpfs_delete_node() local
395 struct req *req = requests; in devtmpfsd() local
/linux-4.19.296/fs/lockd/
Dclntproc.c124 static void nlmclnt_setlockargs(struct nlm_rqst *req, struct file_lock *fl) in nlmclnt_setlockargs()
143 static void nlmclnt_release_lockargs(struct nlm_rqst *req) in nlmclnt_release_lockargs()
259 nlmclnt_call(struct rpc_cred *cred, struct nlm_rqst *req, u32 proc) in nlmclnt_call()
337 static struct rpc_task *__nlm_async_call(struct nlm_rqst *req, u32 proc, struct rpc_message *msg, c… in __nlm_async_call()
365 static int nlm_do_async_call(struct nlm_rqst *req, u32 proc, struct rpc_message *msg, const struct … in nlm_do_async_call()
379 int nlm_async_call(struct nlm_rqst *req, u32 proc, const struct rpc_call_ops *tk_ops) in nlm_async_call()
388 int nlm_async_reply(struct nlm_rqst *req, u32 proc, const struct rpc_call_ops *tk_ops) in nlm_async_reply()
404 static int nlmclnt_async_call(struct rpc_cred *cred, struct nlm_rqst *req, u32 proc, const struct r… in nlmclnt_async_call()
426 nlmclnt_test(struct nlm_rqst *req, struct file_lock *fl) in nlmclnt_test()
511 nlmclnt_lock(struct nlm_rqst *req, struct file_lock *fl) in nlmclnt_lock()
[all …]
/linux-4.19.296/drivers/base/power/
Dqos.c134 static int apply_constraint(struct dev_pm_qos_request *req, in apply_constraint()
227 struct dev_pm_qos_request *req, *tmp; in dev_pm_qos_constraints_destroy() local
291 struct dev_pm_qos_request *req, in __dev_pm_qos_add_request()
339 int dev_pm_qos_add_request(struct device *dev, struct dev_pm_qos_request *req, in dev_pm_qos_add_request()
356 static int __dev_pm_qos_update_request(struct dev_pm_qos_request *req, in __dev_pm_qos_update_request()
410 int dev_pm_qos_update_request(struct dev_pm_qos_request *req, s32 new_value) in dev_pm_qos_update_request()
421 static int __dev_pm_qos_remove_request(struct dev_pm_qos_request *req) in __dev_pm_qos_remove_request()
457 int dev_pm_qos_remove_request(struct dev_pm_qos_request *req) in dev_pm_qos_remove_request()
536 struct dev_pm_qos_request *req, in dev_pm_qos_add_ancestor_request()
569 struct dev_pm_qos_request *req = NULL; in __dev_pm_qos_drop_user_request() local
[all …]
/linux-4.19.296/drivers/s390/cio/
Dccwreq.c43 struct ccw_request *req = &cdev->private->req; in ccwreq_next_path() local
60 struct ccw_request *req = &cdev->private->req; in ccwreq_stop() local
77 struct ccw_request *req = &cdev->private->req; in ccwreq_do() local
122 struct ccw_request *req = &cdev->private->req; in ccw_request_start() local
154 struct ccw_request *req = &cdev->private->req; in ccw_request_cancel() local
233 struct ccw_request *req = &cdev->private->req; in ccwreq_log_status() local
257 struct ccw_request *req = &cdev->private->req; in ccw_request_handler() local
329 struct ccw_request *req = &cdev->private->req; in ccw_request_timeout() local
Ddevice_pgid.c59 struct ccw_request *req = &cdev->private->req; in nop_build_cp() local
75 struct ccw_request *req = &cdev->private->req; in nop_do() local
107 struct ccw_request *req = &cdev->private->req; in nop_callback() local
136 struct ccw_request *req = &cdev->private->req; in spid_build_cp() local
171 struct ccw_request *req = &cdev->private->req; in pgid_wipeout_start() local
197 struct ccw_request *req = &cdev->private->req; in spid_do() local
230 struct ccw_request *req = &cdev->private->req; in spid_callback() local
268 struct ccw_request *req = &cdev->private->req; in spid_start() local
437 struct ccw_request *req = &cdev->private->req; in snid_build_cp() local
455 struct ccw_request *req = &cdev->private->req; in snid_do() local
[all …]
/linux-4.19.296/include/crypto/internal/
Dacompress.h21 static inline void *acomp_request_ctx(struct acomp_req *req) in acomp_request_ctx()
31 static inline void acomp_request_complete(struct acomp_req *req, in acomp_request_complete()
44 struct acomp_req *req; in __acomp_request_alloc() local
52 static inline void __acomp_request_free(struct acomp_req *req) in __acomp_request_free()
/linux-4.19.296/include/crypto/
Dakcipher.h161 static inline void akcipher_request_set_tfm(struct akcipher_request *req, in akcipher_request_set_tfm()
168 struct akcipher_request *req) in crypto_akcipher_reqtfm()
196 struct akcipher_request *req; in akcipher_request_alloc() local
210 static inline void akcipher_request_free(struct akcipher_request *req) in akcipher_request_free()
226 static inline void akcipher_request_set_callback(struct akcipher_request *req, in akcipher_request_set_callback()
247 static inline void akcipher_request_set_crypt(struct akcipher_request *req, in akcipher_request_set_crypt()
286 static inline int crypto_akcipher_encrypt(struct akcipher_request *req) in crypto_akcipher_encrypt()
304 static inline int crypto_akcipher_decrypt(struct akcipher_request *req) in crypto_akcipher_decrypt()
322 static inline int crypto_akcipher_sign(struct akcipher_request *req) in crypto_akcipher_sign()
340 static inline int crypto_akcipher_verify(struct akcipher_request *req) in crypto_akcipher_verify()
Dkpp.h137 static inline void kpp_request_set_tfm(struct kpp_request *req, in kpp_request_set_tfm()
143 static inline struct crypto_kpp *crypto_kpp_reqtfm(struct kpp_request *req) in crypto_kpp_reqtfm()
181 struct kpp_request *req; in kpp_request_alloc() local
195 static inline void kpp_request_free(struct kpp_request *req) in kpp_request_free()
211 static inline void kpp_request_set_callback(struct kpp_request *req, in kpp_request_set_callback()
230 static inline void kpp_request_set_input(struct kpp_request *req, in kpp_request_set_input()
247 static inline void kpp_request_set_output(struct kpp_request *req, in kpp_request_set_output()
309 static inline int crypto_kpp_generate_public_key(struct kpp_request *req) in crypto_kpp_generate_public_key()
327 static inline int crypto_kpp_compute_shared_secret(struct kpp_request *req) in crypto_kpp_compute_shared_secret()
Daead.h306 static inline struct crypto_aead *crypto_aead_reqtfm(struct aead_request *req) in crypto_aead_reqtfm()
330 static inline int crypto_aead_encrypt(struct aead_request *req) in crypto_aead_encrypt()
362 static inline int crypto_aead_decrypt(struct aead_request *req) in crypto_aead_decrypt()
405 static inline void aead_request_set_tfm(struct aead_request *req, in aead_request_set_tfm()
425 struct aead_request *req; in aead_request_alloc() local
439 static inline void aead_request_free(struct aead_request *req) in aead_request_free()
469 static inline void aead_request_set_callback(struct aead_request *req, in aead_request_set_callback()
509 static inline void aead_request_set_crypt(struct aead_request *req, in aead_request_set_crypt()
528 static inline void aead_request_set_ad(struct aead_request *req, in aead_request_set_ad()
/linux-4.19.296/fs/nilfs2/
Ddat.c41 struct nilfs_palloc_req *req, int create) in nilfs_dat_prepare_entry()
48 struct nilfs_palloc_req *req) in nilfs_dat_commit_entry()
56 struct nilfs_palloc_req *req) in nilfs_dat_abort_entry()
61 int nilfs_dat_prepare_alloc(struct inode *dat, struct nilfs_palloc_req *req) in nilfs_dat_prepare_alloc()
76 void nilfs_dat_commit_alloc(struct inode *dat, struct nilfs_palloc_req *req) in nilfs_dat_commit_alloc()
93 void nilfs_dat_abort_alloc(struct inode *dat, struct nilfs_palloc_req *req) in nilfs_dat_abort_alloc()
100 struct nilfs_palloc_req *req) in nilfs_dat_commit_free()
124 int nilfs_dat_prepare_start(struct inode *dat, struct nilfs_palloc_req *req) in nilfs_dat_prepare_start()
133 void nilfs_dat_commit_start(struct inode *dat, struct nilfs_palloc_req *req, in nilfs_dat_commit_start()
149 int nilfs_dat_prepare_end(struct inode *dat, struct nilfs_palloc_req *req) in nilfs_dat_prepare_end()
[all …]
/linux-4.19.296/fs/fuse/
Ddev.c39 static void fuse_request_init(struct fuse_req *req, struct page **pages, in fuse_request_init()
58 struct fuse_req *req = kmem_cache_alloc(fuse_req_cachep, flags); in __fuse_request_alloc() local
98 void fuse_request_free(struct fuse_req *req) in fuse_request_free()
107 void __fuse_get_request(struct fuse_req *req) in __fuse_get_request()
113 static void __fuse_put_request(struct fuse_req *req) in __fuse_put_request()
147 struct fuse_req *req; in __fuse_get_req() local
217 struct fuse_req *req = NULL; in get_reserved_req() local
237 static void put_reserved_req(struct fuse_conn *fc, struct fuse_req *req) in put_reserved_req()
267 struct fuse_req *req; in fuse_get_req_nofail_nopages() local
286 void fuse_put_request(struct fuse_conn *fc, struct fuse_req *req) in fuse_put_request()
[all …]
/linux-4.19.296/fs/ocfs2/
Dioctl.c43 struct ocfs2_info_request __user *req) in o2info_set_request_error()
49 static inline void o2info_set_request_filled(struct ocfs2_info_request *req) in o2info_set_request_filled()
54 static inline void o2info_clear_request_filled(struct ocfs2_info_request *req) in o2info_clear_request_filled()
59 static inline int o2info_coherent(struct ocfs2_info_request *req) in o2info_coherent()
147 struct ocfs2_info_request __user *req) in ocfs2_info_handle_blocksize()
165 struct ocfs2_info_request __user *req) in ocfs2_info_handle_clustersize()
184 struct ocfs2_info_request __user *req) in ocfs2_info_handle_maxslots()
203 struct ocfs2_info_request __user *req) in ocfs2_info_handle_label()
222 struct ocfs2_info_request __user *req) in ocfs2_info_handle_uuid()
241 struct ocfs2_info_request __user *req) in ocfs2_info_handle_fs_features()
[all …]
/linux-4.19.296/drivers/thunderbolt/
Dctl.c67 struct tb_cfg_request *req; in tb_cfg_request_alloc() local
82 void tb_cfg_request_get(struct tb_cfg_request *req) in tb_cfg_request_get()
91 struct tb_cfg_request *req = container_of(kref, typeof(*req), kref); in tb_cfg_request_destroy() local
103 void tb_cfg_request_put(struct tb_cfg_request *req) in tb_cfg_request_put()
111 struct tb_cfg_request *req) in tb_cfg_request_enqueue()
128 static void tb_cfg_request_dequeue(struct tb_cfg_request *req) in tb_cfg_request_dequeue()
140 static bool tb_cfg_request_is_active(struct tb_cfg_request *req) in tb_cfg_request_is_active()
148 struct tb_cfg_request *req; in tb_cfg_request_find() local
410 struct tb_cfg_request *req; in tb_ctl_rx_callback() local
484 struct tb_cfg_request *req = container_of(work, typeof(*req), work); in tb_cfg_request_work() local
[all …]
/linux-4.19.296/drivers/virt/vboxguest/
Dvboxguest_core.c44 struct vmmdev_hypervisorinfo *req; in vbg_guest_mappings_init() local
128 struct vmmdev_hypervisorinfo *req; in vbg_guest_mappings_exit() local
230 struct vmmdev_guest_status *req; in vbg_report_driver_status() local
261 struct vmmdev_memballoon_change *req = gdev->mem_balloon.change_req; in vbg_balloon_inflate() local
312 struct vmmdev_memballoon_change *req = gdev->mem_balloon.change_req; in vbg_balloon_deflate() local
345 struct vmmdev_memballoon_info *req = gdev->mem_balloon.get_req; in vbg_balloon_work() local
423 struct vmmdev_heartbeat *req; in vbg_heartbeat_host_config() local
528 struct vmmdev_mask *req; in vbg_reset_host_event_filter() local
566 struct vmmdev_mask *req; in vbg_set_session_event_filter() local
627 struct vmmdev_mask *req; in vbg_reset_host_capabilities() local
[all …]

12345678910>>...15