| /kernel/linux/linux-6.6/fs/squashfs/ |
| H A D | lz4_wrapper.c | 91 lz4_uncompress(struct squashfs_sb_info *msblk, void *strm, struct bio *bio, int offset, int length, struct squashfs_page_actor *output) lz4_uncompress() argument
|
| H A D | lzo_wrapper.c | 65 lzo_uncompress(struct squashfs_sb_info *msblk, void *strm, struct bio *bio, int offset, int length, struct squashfs_page_actor *output) lzo_uncompress() argument
|
| H A D | zstd_wrapper.c | 61 zstd_uncompress(struct squashfs_sb_info *msblk, void *strm, struct bio *bio, int offset, int length, struct squashfs_page_actor *output) zstd_uncompress() argument
|
| /kernel/linux/linux-6.6/drivers/md/ |
| H A D | dm-io-rewind.c | 56 static void dm_bio_integrity_rewind(struct bio *bio, unsigned int bytes_done) in dm_bio_integrity_rewind() argument 68 static inline void dm_bio_integrity_rewind(struct bio *bio, in dm_bio_integrity_rewind() argument 94 static void dm_bio_crypt_rewind(struct bio *bi argument 104 dm_bio_crypt_rewind(struct bio *bio, unsigned int bytes) dm_bio_crypt_rewind() argument 110 dm_bio_rewind_iter(const struct bio *bio, struct bvec_iter *iter, unsigned int bytes) dm_bio_rewind_iter() argument 132 dm_bio_rewind(struct bio *bio, unsigned int bytes) dm_bio_rewind() argument [all...] |
| H A D | raid5-log.h | 104 static inline int log_handle_flush_request(struct r5conf *conf, struct bio *bio) in log_handle_flush_request() argument
|
| H A D | dm.h | 115 static inline bool dm_is_zone_write(struct mapped_device *md, struct bio *bio) in dm_is_zone_write() argument
|
| /kernel/linux/linux-6.6/drivers/md/bcache/ |
| H A D | movinggc.c | 19 struct bbio bio; member 48 struct bio *bio = &io->bio.bio; in write_moving_finish() local 62 static void read_moving_endio(struct bio *bio) in read_moving_endio() argument 80 struct bio *bio = &io->bio.bio; moving_init() local 119 struct bio *bio = &io->bio.bio; read_moving_submit() local 130 struct bio *bio; read_moving() local [all...] |
| H A D | io.c | 17 void bch_bbio_free(struct bio *bio, struct cache_set *c) in bch_bbio_free() argument 27 struct bio *bio = &b->bio; in bch_bbio_alloc() local 35 __bch_submit_bbio(struct bio *bio, struct cache_set *c) __bch_submit_bbio() argument 46 bch_submit_bbio(struct bio *bio, struct cache_set *c, struct bkey *k, unsigned int ptr) bch_submit_bbio() argument 56 bch_count_backing_io_errors(struct cached_dev *dc, struct bio *bio) bch_count_backing_io_errors() argument 137 bch_bbio_count_io_errors(struct cache_set *c, struct bio *bio, blk_status_t error, const char *m) bch_bbio_count_io_errors() argument 167 bch_bbio_endio(struct cache_set *c, struct bio *bio, blk_status_t error, const char *m) bch_bbio_endio() argument [all...] |
| H A D | util.c | 231 void bch_bio_map(struct bio *bio, void *base) in bch_bio_map() argument 268 bch_bio_alloc_pages(struct bio *bio, gfp_t gfp_mask) bch_bio_alloc_pages() argument [all...] |
| /base/hiviewdfx/hiview/core/param_update/src/ |
| H A D | log_sign_tools.cpp | 57 BIO *bio = BIO_new_file(pubKeyPath.c_str(), "r"); in VerifyFileSign() local
|
| /base/security/certificate_framework/frameworks/adapter/v1.0/src/ |
| H A D | x509_cert_chain_validator_openssl.c | 123 BIO *bio = BIO_new_mem_buf(data, len); in GetX509Cert() local
|
| H A D | x509_cert_chain_openssl_ex.c | 49 BIO *bio = BIO_new(BIO_s_mem());
in CfToString() local 89 BIO *bio = BIO_new(BIO_s_mem());
in CfHashCode() local [all...] |
| /base/security/certificate_framework/frameworks/adapter/v2.0/src/ |
| H A D | cf_adapter_cert_openssl.c | 60 BIO *bio = BIO_new_mem_buf(inData->data, inData->len);
in CreateX509Cert() local
|
| /kernel/linux/linux-5.10/block/ |
| H A D | blk-crypto-internal.h | 31 bio_crypt_ctx_back_mergeable(struct request *req, struct bio *bio) bio_crypt_ctx_back_mergeable() argument 38 bio_crypt_ctx_front_mergeable(struct request *req, struct bio *bio) bio_crypt_ctx_front_mergeable() argument 70 bio_crypt_rq_ctx_compatible(struct request *rq, struct bio *bio) bio_crypt_rq_ctx_compatible() argument 76 bio_crypt_ctx_front_mergeable(struct request *req, struct bio *bio) bio_crypt_ctx_front_mergeable() argument 82 bio_crypt_ctx_back_mergeable(struct request *req, struct bio *bio) bio_crypt_ctx_back_mergeable() argument 109 bio_crypt_advance(struct bio *bio, unsigned int bytes) bio_crypt_advance() argument 116 bio_crypt_free_ctx(struct bio *bio) bio_crypt_free_ctx() argument 122 bio_crypt_do_front_merge(struct request *rq, struct bio *bio) bio_crypt_do_front_merge() argument 174 blk_crypto_rq_bio_prep(struct request *rq, struct bio *bio, gfp_t gfp_mask) blk_crypto_rq_bio_prep() argument [all...] |
| H A D | t10-pi.c | 137 struct bio *bio; in t10_pi_type1_prepare() local 189 struct bio *bio; in t10_pi_type1_complete() local
|
| H A D | blk-lib.c | 13 struct bio *blk_next_bio(struct bio *bio, unsigned int nr_pages, gfp_t gfp) in blk_next_bio() argument 30 struct bio *bi in __blkdev_issue_discard() local 134 struct bio *bio = NULL; blkdev_issue_discard() local 171 struct bio *bio = *biop; __blkdev_issue_write_same() local 230 struct bio *bio = NULL; blkdev_issue_write_same() local 250 struct bio *bio = *biop; __blkdev_issue_write_zeroes() local 307 struct bio *bio = *biop; __blkdev_issue_zero_pages() local 397 struct bio *bio; blkdev_issue_zeroout() local [all...] |
| /kernel/linux/linux-5.10/drivers/block/rsxx/ |
| H A D | dev.c | 45 struct bio *bio; member 123 static blk_qc_t rsxx_submit_bio(struct bio *bi argument [all...] |
| /kernel/linux/linux-5.10/drivers/md/bcache/ |
| H A D | writeback.h | 98 static inline bool should_writeback(struct cached_dev *dc, struct bio *bio, in should_writeback() argument
|
| H A D | debug.c | 35 struct bio *bio; in bch_btree_verify() local 108 bch_data_verify(struct cached_dev *dc, struct bio *bio) bch_data_verify() argument [all...] |
| H A D | journal.h | 156 struct bio bio; member
|
| /kernel/linux/linux-5.10/drivers/md/ |
| H A D | md-linear.c | 217 static bool linear_make_request(struct mddev *mddev, struct bio *bio) in linear_make_request() argument [all...] |
| H A D | dm-unstripe.c | 116 static sector_t map_to_core(struct dm_target *ti, struct bio *bio) in map_to_core() argument 134 static int unstripe_map(struct dm_target *ti, struct bio *bio) in unstripe_map() argument
|
| H A D | dm-target.c | 127 static int io_err_map(struct dm_target *tt, struct bio *bio) in io_err_map() argument
|
| /kernel/linux/linux-5.10/drivers/hyperhold/ |
| H A D | hp_device.c | 161 void inline_crypt_bio(struct blk_crypto_key *blk_key, struct bio *bio) in inline_crypt_bio() argument 196 void inline_crypt_bio(struct blk_crypto_key *blk_key, struct bio *bio) {} in inline_crypt_bio() argument
|
| /kernel/linux/linux-5.10/drivers/nvme/target/ |
| H A D | passthru.c | 192 struct bio *bio; in nvmet_passthru_map_sg() local [all...] |