Searched defs:bio (Results 1 – 13 of 13) sorted by relevance
| /include/linux/ |
| D | bio.h | 27 #define bio_prio(bio) (bio)->bi_ioprio argument 28 #define bio_set_prio(bio, prio) ((bio)->bi_ioprio = prio) argument 30 #define bio_iter_iovec(bio, iter) \ argument 33 #define bio_iter_page(bio, iter) \ argument 35 #define bio_iter_len(bio, iter) \ argument 37 #define bio_iter_offset(bio, iter) \ argument 40 #define bio_page(bio) bio_iter_page((bio), (bio)->bi_iter) argument 41 #define bio_offset(bio) bio_iter_offset((bio), (bio)->bi_iter) argument 42 #define bio_iovec(bio) bio_iter_iovec((bio), (bio)->bi_iter) argument 44 #define bio_multiple_segments(bio) \ argument [all …]
|
| D | blk_types.h | 145 struct bio { struct 146 struct bio *bi_next; /* request queue link */ argument 161 bio_end_io_t *bi_end_io; argument 166 * Represents the association of the css and request_queue for the bio. argument 172 struct bio_issue bi_issue; argument 179 struct bio_crypt_ctx *bi_crypt_context; argument 187 struct bio_integrity_payload *bi_integrity; /* data integrity */ argument 191 unsigned short bi_vcnt; /* how many bio_vec's */ argument 201 struct bio_vec *bi_io_vec; /* the actual vec list */ argument 203 struct bio_set *bi_pool; argument [all …]
|
| D | bio-crypt-ctx.h | 84 static inline bool bio_has_crypt_ctx(struct bio *bio) in bio_has_crypt_ctx() 91 static inline void bio_crypt_set_ctx(struct bio *bio, in bio_crypt_set_ctx() 144 static inline void bio_crypt_advance(struct bio *bio, unsigned int bytes) in bio_crypt_advance() 166 static inline bool bio_has_crypt_ctx(struct bio *bio) in bio_has_crypt_ctx() 174 static inline void bio_crypt_free_ctx(struct bio *bio) { } in bio_crypt_free_ctx() 176 static inline void bio_crypt_advance(struct bio *bio, unsigned int bytes) { } in bio_crypt_advance() 193 static inline void bio_set_skip_dm_default_key(struct bio *bio) in bio_set_skip_dm_default_key() 198 static inline bool bio_should_skip_dm_default_key(const struct bio *bio) in bio_should_skip_dm_default_key() 209 static inline void bio_set_skip_dm_default_key(struct bio *bio) in bio_set_skip_dm_default_key() 213 static inline bool bio_should_skip_dm_default_key(const struct bio *bio) in bio_should_skip_dm_default_key()
|
| D | blk-cgroup.h | 278 static inline struct blkcg *__bio_blkcg(struct bio *bio) in __bio_blkcg() 293 static inline struct blkcg *bio_blkcg(struct bio *bio) in bio_blkcg() 331 static inline bool bio_issue_as_root_blkg(struct bio *bio) in bio_issue_as_root_blkg() 708 struct bio *bio) { return false; } in blk_throtl_bio() 713 static inline bool blkcg_punt_bio_submit(struct bio *bio) in blkcg_punt_bio_submit() 721 static inline void blkcg_bio_issue_init(struct bio *bio) in blkcg_bio_issue_init() 727 struct bio *bio) in blkcg_bio_issue_check() 857 static inline struct blkcg *__bio_blkcg(struct bio *bio) { return NULL; } in __bio_blkcg() 858 static inline struct blkcg *bio_blkcg(struct bio *bio) { return NULL; } in bio_blkcg() 867 static inline bool blkcg_punt_bio_submit(struct bio *bio) { return false; } in blkcg_punt_bio_submit() [all …]
|
| D | blk-crypto.h | 32 static inline bool blk_crypto_endio(struct bio *bio) in blk_crypto_endio()
|
| D | fscrypt.h | 477 static inline void fscrypt_decrypt_bio(struct bio *bio) in fscrypt_decrypt_bio() 581 static inline void fscrypt_set_bio_crypt_ctx(struct bio *bio, in fscrypt_set_bio_crypt_ctx() 586 struct bio *bio, in fscrypt_set_bio_crypt_ctx_bh() 590 static inline bool fscrypt_mergeable_bio(struct bio *bio, in fscrypt_mergeable_bio() 597 static inline bool fscrypt_mergeable_bio_bh(struct bio *bio, in fscrypt_mergeable_bio_bh()
|
| D | writeback.h | 281 static inline void wbc_init_bio(struct writeback_control *wbc, struct bio *bio) in wbc_init_bio() 319 static inline void wbc_init_bio(struct writeback_control *wbc, struct bio *bio) in wbc_init_bio()
|
| D | fsverity.h | 184 static inline void fsverity_verify_bio(struct bio *bio) in fsverity_verify_bio()
|
| D | dm-io.h | 44 struct bio *bio; member
|
| D | pktcdvd.h | 145 struct bio *bio; member 150 struct bio *bio; /* Original read request bio */ member
|
| D | blkdev.h | 148 struct bio *bio; member 275 static inline bool bio_is_passthrough(struct bio *bio) in bio_is_passthrough() 817 struct bio *bio; member 1045 struct bio *bio; in blk_rq_count_bios() local
|
| D | lightnvm.h | 285 struct bio *bio; member
|
| /include/linux/ceph/ |
| D | messenger.h | 88 struct bio *bio; member
|