Home
last modified time | relevance | path

Searched refs:fscrypt_decrypt_bio (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/fs/crypto/
H A Dbio.c29 void fscrypt_decrypt_bio(struct bio *bio) in fscrypt_decrypt_bio() function
42 EXPORT_SYMBOL(fscrypt_decrypt_bio);
/OK3568_Linux_fs/kernel/include/linux/
H A Dfscrypt.h238 void fscrypt_decrypt_bio(struct bio *bio);
504 static inline void fscrypt_decrypt_bio(struct bio *bio) in fscrypt_decrypt_bio() function
/OK3568_Linux_fs/kernel/fs/ext4/
H A Dreadpage.c102 fscrypt_decrypt_bio(ctx->bio); in decrypt_work()
/OK3568_Linux_fs/kernel/android/
H A Dabi_gki_aarch64_oplus960 fscrypt_decrypt_bio
/OK3568_Linux_fs/kernel/fs/f2fs/
H A Ddata.c264 fscrypt_decrypt_bio(ctx->bio); in f2fs_post_read_work()