Home
last modified time | relevance | path

Searched defs:bio (Results 26 - 50 of 473) sorted by relevance

12345678910>>...19

/kernel/linux/linux-5.10/drivers/nvdimm/
H A Dnd_virtio.c101 int async_pmem_flush(struct nd_region *nd_region, struct bio *bio) in async_pmem_flush() argument
/kernel/linux/linux-5.10/fs/squashfs/
H A Dzlib_wrapper.c52 zlib_uncompress(struct squashfs_sb_info *msblk, void *strm, struct bio *bio, int offset, int length, struct squashfs_page_actor *output) zlib_uncompress() argument
H A Ddecompressor_multi_percpu.c78 int squashfs_decompress(struct squashfs_sb_info *msblk, struct bio *bio, in squashfs_decompress() argument
H A Dlz4_wrapper.c91 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 Dlzo_wrapper.c65 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 Dzstd_wrapper.c61 zstd_uncompress(struct squashfs_sb_info *msblk, void *strm, struct bio *bio, int offset, int length, struct squashfs_page_actor *output) zstd_uncompress() argument
H A Ddecompressor_multi.c183 int squashfs_decompress(struct squashfs_sb_info *msblk, struct bio *bio, in squashfs_decompress() argument
/kernel/linux/linux-6.6/fs/squashfs/
H A Ddecompressor_multi_percpu.c77 static int squashfs_decompress(struct squashfs_sb_info *msblk, struct bio *bio, in squashfs_decompress() argument
H A Dzlib_wrapper.c52 zlib_uncompress(struct squashfs_sb_info *msblk, void *strm, struct bio *bio, int offset, int length, struct squashfs_page_actor *output) zlib_uncompress() argument
H A Ddecompressor_multi.c182 static int squashfs_decompress(struct squashfs_sb_info *msblk, struct bio *bio, in squashfs_decompress() argument
H A Dlz4_wrapper.c91 lz4_uncompress(struct squashfs_sb_info *msblk, void *strm, struct bio *bio, int offset, int length, struct squashfs_page_actor *output) lz4_uncompress() argument
/kernel/linux/linux-6.6/drivers/nvdimm/
H A Dnd_virtio.c101 int async_pmem_flush(struct nd_region *nd_region, struct bio *bio) in async_pmem_flush() argument
[all...]
/kernel/linux/linux-6.6/drivers/hyperhold/
H A Dhp_iotab.h42 struct bio *bio; member
/kernel/linux/linux-6.6/drivers/md/bcache/
H A Drequest.h8 struct bio *bio; member
/foundation/communication/netstack/frameworks/native/net_ssl/
H A Dnet_ssl_verify_cert.cpp43 BIO *bio = BIO_new_mem_buf(pemCert, pemSize); in PemToX509() local
64 BIO *bio = BIO_new_mem_buf(derCert, derSize); in DerToX509() local
[all...]
/kernel/linux/linux-5.10/drivers/block/rnbd/
H A Drnbd-srv-dev.c48 void rnbd_dev_bi_end_io(struct bio *bio) in rnbd_dev_bi_end_io() argument
74 struct bio *bi in rnbd_bio_map_kern() local
[all...]
/kernel/linux/linux-5.10/drivers/md/
H A Draid5-log.h107 static inline int log_handle_flush_request(struct r5conf *conf, struct bio *bio) in log_handle_flush_request() argument
H A Draid1-10.c89 static inline struct resync_pages *get_resync_pages(struct bio *bio) in get_resync_pages() argument
95 md_bio_reset_resync_pages(struct bio *bio, struct resync_pages *rp, int size) md_bio_reset_resync_pages() argument
[all...]
/kernel/linux/linux-5.10/drivers/md/bcache/
H A Dutil.c231 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...]
H A Dmovinggc.c19 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 Dio.c17 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
34 __bch_submit_bbio(struct bio *bio, struct cache_set *c) __bch_submit_bbio() argument
45 bch_submit_bbio(struct bio *bio, struct cache_set *c, struct bkey *k, unsigned int ptr) bch_submit_bbio() argument
55 bch_count_backing_io_errors(struct cached_dev *dc, struct bio *bio) bch_count_backing_io_errors() argument
136 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
166 bch_bbio_endio(struct cache_set *c, struct bio *bio, blk_status_t error, const char *m) bch_bbio_endio() argument
[all...]
/kernel/linux/linux-5.10/fs/crypto/
H A Dbio.c29 void fscrypt_decrypt_bio(struct bio *bio) in fscrypt_decrypt_bio() argument
50 struct bio *bio; in fscrypt_zeroout_range_inline_crypt() local
119 struct bio *bio; fscrypt_zeroout_range() local
[all...]
/kernel/linux/linux-5.10/include/linux/
H A Dblk-crypto.h79 static inline bool bio_has_crypt_ctx(struct bio *bio) in bio_has_crypt_ctx() argument
108 static inline bool bio_has_crypt_ctx(struct bio *bio) in bio_has_crypt_ctx() argument
[all...]
/kernel/linux/linux-6.6/fs/btrfs/
H A Dbio.h84 struct bio bio; member
87 static inline struct btrfs_bio *btrfs_bio(struct bio *bio) in btrfs_bio() argument
[all...]
/kernel/linux/linux-6.6/fs/crypto/
H A Dbio.c31 bool fscrypt_decrypt_bio(struct bio *bi argument
54 struct bio *bio; fscrypt_zeroout_range_inline_crypt() local
122 struct bio *bio; fscrypt_zeroout_range() local
[all...]

Completed in 7 milliseconds

12345678910>>...19