Searched defs:bio (Results 226 - 250 of 269) sorted by last modified time

1234567891011

/linux-master/drivers/scsi/
H A Dscsi_ioctl.c419 struct bio *bio; local
372 scsi_complete_sghdr_rq(struct request *rq, struct sg_io_hdr *hdr, struct bio *bio) argument
H A Dscsi_bsg.c17 struct bio *bio; local
/linux-master/drivers/md/bcache/
H A Dbtree.h145 struct bio *bio; member in struct:btree
/linux-master/drivers/block/drbd/
H A Ddrbd_receiver.c1261 static void one_flush_endio(struct bio *bio) argument
1284 struct bio *bio = bio_alloc(device->ldev->backing_bdev, 0, local
1638 struct bio *bio; local
1987 struct bio *bio; local
[all...]
H A Ddrbd_bitmap.c937 static void drbd_bm_endio(struct bio *bio) argument
995 struct bio *bi local
[all...]
H A Ddrbd_worker.c50 void drbd_md_endio(struct bio *bio) argument
171 void drbd_peer_request_endio(struct bio *bio) argument
206 drbd_request_endio(struct bio *bio) argument
316 drbd_csum_bio(struct crypto_shash *tfm, struct bio *bio, void *digest) argument
[all...]
H A Ddrbd_req.h263 struct bio *bio; member in struct:bio_and_error
H A Ddrbd_req.c1154 struct bio *bi local
1202 drbd_request_prepare(struct drbd_device *device, struct bio *bio) argument
1434 __drbd_make_request(struct drbd_device *device, struct bio *bio) argument
1611 drbd_submit_bio(struct bio *bio) argument
[all...]
/linux-master/block/
H A Dblk-mq-sched.h31 static inline bool bio_mergeable(struct bio *bio) argument
37 blk_mq_sched_allow_merge(struct request_queue *q, struct request *rq, struct bio *bio) argument
[all...]
H A Dblk-ioprio.c87 static struct ioprio_blkcg *ioprio_blkcg_from_bio(struct bio *bio) argument
187 void blkcg_set_ioprio(struct bio *bio) argument
[all...]
H A Dblk-cgroup-fc-appid.c51 char *blkcg_get_fc_appid(struct bio *bio) argument
H A Dkyber-iosched.c567 static bool kyber_bio_merge(struct request_queue *q, struct bio *bio, argument
H A Dblk-crypto.c91 void bio_crypt_set_ctx(struct bio *bio, const struct blk_crypto_key *key, argument
110 void __bio_crypt_free_ctx(struct bio *bio) argument
144 __bio_crypt_advance(struct bio *bio, unsigned int bytes) argument
193 bio_crypt_rq_ctx_compatible(struct request *rq, struct bio *bio) argument
213 bio_crypt_check_alignment(struct bio *bio) argument
275 struct bio *bio = *bio_ptr; local
303 __blk_crypto_rq_bio_prep(struct request *rq, struct bio *bio, gfp_t gfp_mask) argument
[all...]
H A Dblk-crypto-internal.h36 bio_crypt_ctx_back_mergeable(struct request *req, struct bio *bio) argument
43 bio_crypt_ctx_front_mergeable(struct request *req, struct bio *bio) argument
96 bio_crypt_rq_ctx_compatible(struct request *rq, struct bio *bio) argument
102 bio_crypt_ctx_front_mergeable(struct request *req, struct bio *bio) argument
108 bio_crypt_ctx_back_mergeable(struct request *req, struct bio *bio) argument
135 bio_crypt_advance(struct bio *bio, unsigned int bytes) argument
142 bio_crypt_free_ctx(struct bio *bio) argument
148 bio_crypt_do_front_merge(struct request *rq, struct bio *bio) argument
200 blk_crypto_rq_bio_prep(struct request *rq, struct bio *bio, gfp_t gfp_mask) argument
[all...]
/linux-master/include/linux/
H A Dblk-crypto.h77 static inline bool bio_has_crypt_ctx(struct bio *bio) argument
108 static inline bool bio_has_crypt_ctx(struct bio *bio) argument
[all...]
/linux-master/fs/jfs/
H A Djfs_metapage.c267 static void metapage_read_end_io(struct bio *bio) argument
322 static void metapage_write_end_io(struct bio *bio) argument
338 struct bio *bio = NULL; local
474 struct bio *bio = NULL; local
[all...]
/linux-master/drivers/md/
H A Ddm-unstripe.c117 static sector_t map_to_core(struct dm_target *ti, struct bio *bio) argument
135 static int unstripe_map(struct dm_target *ti, struct bio *bio) argument
H A Ddm-switch.c320 static int switch_map(struct dm_target *ti, struct bio *bio) argument
H A Ddm-rq.c306 static int dm_rq_bio_constructor(struct bio *bio, struct bio *bio_orig, argument
H A Ddm-io-rewind.c56 static void dm_bio_integrity_rewind(struct bio *bio, unsigned int bytes_done) argument
68 static inline void dm_bio_integrity_rewind(struct bio *bio, argument
94 static void dm_bio_crypt_rewind(struct bio *bi argument
104 dm_bio_crypt_rewind(struct bio *bio, unsigned int bytes) argument
110 dm_bio_rewind_iter(const struct bio *bio, struct bvec_iter *iter, unsigned int bytes) argument
132 dm_bio_rewind(struct bio *bio, unsigned int bytes) argument
[all...]
H A Ddm-bio-record.h33 static inline void dm_bio_record(struct dm_bio_details *bd, struct bio *bio) argument
45 dm_bio_restore(struct dm_bio_details *bd, struct bio *bio) argument
[all...]
H A Ddm-audit.c69 dm_audit_log_bio(const char *dm_msg_prefix, const char *op, struct bio *bio, sector_t sector, int result) argument
/linux-master/fs/f2fs/
H A Diostat.h45 static inline void iostat_update_submit_ctx(struct bio *bio, argument
54 static inline struct bio_post_read_ctx *get_post_read_ctx(struct bio *bio) argument
71 iostat_update_and_unbind_ctx(struct bio *bio) argument
72 iostat_alloc_and_bind_ctx(struct f2fs_sb_info *sbi, struct bio *bio, struct bio_post_read_ctx *ctx) argument
74 iostat_update_submit_ctx(struct bio *bio, enum page_type type) argument
76 get_post_read_ctx(struct bio *bio) argument
[all...]
/linux-master/fs/squashfs/
H A Ddecompressor_single.c62 static int squashfs_decompress(struct squashfs_sb_info *msblk, struct bio *bio, argument
H A Ddecompressor_multi.c182 static int squashfs_decompress(struct squashfs_sb_info *msblk, struct bio *bio, argument

Completed in 669 milliseconds

1234567891011