Home
last modified time | relevance | path

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

/Linux-v4.19/fs/crypto/
Dbio.c67 void fscrypt_enqueue_decrypt_bio(struct fscrypt_ctx *ctx, struct bio *bio) in fscrypt_enqueue_decrypt_bio() function
73 EXPORT_SYMBOL(fscrypt_enqueue_decrypt_bio);
/Linux-v4.19/include/linux/
Dfscrypt_notsupp.h161 static inline void fscrypt_enqueue_decrypt_bio(struct fscrypt_ctx *ctx, in fscrypt_enqueue_decrypt_bio() function
Dfscrypt_supp.h179 extern void fscrypt_enqueue_decrypt_bio(struct fscrypt_ctx *ctx,
/Linux-v4.19/fs/ext4/
Dreadpage.c80 fscrypt_enqueue_decrypt_bio(bio->bi_private, bio); in mpage_end_io()