Searched defs:src (Results 1 – 6 of 6) sorted by relevance
/block/ |
D | bio.c | 1202 struct bio *src, struct bvec_iter *src_iter) in bio_copy_data_iter() 1240 void bio_copy_data(struct bio *dst, struct bio *src) in bio_copy_data() 1259 void bio_list_copy_data(struct bio *dst, struct bio *src) in bio_list_copy_data() 1629 int bioset_init_from_src(struct bio_set *bs, struct bio_set *src) in bioset_init_from_src()
|
D | blk-cgroup.c | 735 static void blkg_iostat_set(struct blkg_iostat *dst, struct blkg_iostat *src) in blkg_iostat_set() 745 static void blkg_iostat_add(struct blkg_iostat *dst, struct blkg_iostat *src) in blkg_iostat_add() 755 static void blkg_iostat_sub(struct blkg_iostat *dst, struct blkg_iostat *src) in blkg_iostat_sub() 1904 void bio_clone_blkg_association(struct bio *dst, struct bio *src) in bio_clone_blkg_association()
|
D | blk-stat.c | 29 void blk_rq_stat_sum(struct blk_rq_stat *dst, struct blk_rq_stat *src) in blk_rq_stat_sum()
|
D | blk-crypto.c | 108 int __bio_crypt_clone(struct bio *dst, struct bio *src, gfp_t gfp_mask) in __bio_crypt_clone()
|
D | blk-crypto-fallback.c | 270 struct scatterlist src, dst; in blk_crypto_fallback_encrypt_bio() local
|
D | sed-opal.c | 1229 const u8 __user *src = (u8 __user *)(uintptr_t)data; in generic_table_write_data() local
|