Searched refs:fscrypt_enqueue_decrypt_work (Results 1 – 5 of 5) sorted by relevance
54 void fscrypt_enqueue_decrypt_work(struct work_struct *work) in fscrypt_enqueue_decrypt_work() function58 EXPORT_SYMBOL(fscrypt_enqueue_decrypt_work);
71 fscrypt_enqueue_decrypt_work(&ctx->r.work); in fscrypt_enqueue_decrypt_bio()
28 static inline void fscrypt_enqueue_decrypt_work(struct work_struct *work) in fscrypt_enqueue_decrypt_work() function
62 extern void fscrypt_enqueue_decrypt_work(struct work_struct *);
112 fscrypt_enqueue_decrypt_work(&ctx->work); in bio_post_read_processing()