Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/crypto/
H A Dcrypto.c44 void fscrypt_enqueue_decrypt_work(struct work_struct *work) in fscrypt_enqueue_decrypt_work() function
48 EXPORT_SYMBOL(fscrypt_enqueue_decrypt_work);
/OK3568_Linux_fs/kernel/include/linux/
H A Dfscrypt.h151 void fscrypt_enqueue_decrypt_work(struct work_struct *);
291 static inline void fscrypt_enqueue_decrypt_work(struct work_struct *work) in fscrypt_enqueue_decrypt_work() function
/OK3568_Linux_fs/kernel/fs/ext4/
H A Dreadpage.c140 fscrypt_enqueue_decrypt_work(&ctx->work); in bio_post_read_processing()
/OK3568_Linux_fs/kernel/fs/
H A Dbuffer.c330 fscrypt_enqueue_decrypt_work(&ctx->work); in end_buffer_async_read_io()