Home
last modified time | relevance | path

Searched refs:bio_crypt_clone (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Dblk-crypto.h137 static inline int bio_crypt_clone(struct bio *dst, struct bio *src, in bio_crypt_clone() function
/OK3568_Linux_fs/kernel/block/
H A Dbounce.c270 if (bio_crypt_clone(bio, bio_src, gfp_mask) < 0) in bounce_clone_bio()
H A Dbio.c717 if (bio_crypt_clone(b, bio, gfp_mask) < 0) in bio_clone_fast()
/OK3568_Linux_fs/kernel/drivers/md/
H A Ddm.c1376 r = bio_crypt_clone(clone, bio, GFP_NOIO); in clone_bio()