Home
last modified time | relevance | path

Searched refs:__bio_crypt_clone (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.1/include/linux/
Dblk-crypto.h115 int __bio_crypt_clone(struct bio *dst, struct bio *src, gfp_t gfp_mask);
131 return __bio_crypt_clone(dst, src, gfp_mask); in bio_crypt_clone()
/Linux-v6.1/block/
Dblk-crypto.c109 int __bio_crypt_clone(struct bio *dst, struct bio *src, gfp_t gfp_mask) in __bio_crypt_clone() function