Home
last modified time | relevance | path

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

/Linux-v5.4/fs/crypto/
Dbio.c67 fscrypt_enqueue_decrypt_work(&ctx->work); in fscrypt_enqueue_decrypt_bio()
Dcrypto.c55 void fscrypt_enqueue_decrypt_work(struct work_struct *work) in fscrypt_enqueue_decrypt_work() function
59 EXPORT_SYMBOL(fscrypt_enqueue_decrypt_work);
/Linux-v5.4/include/linux/
Dfscrypt.h104 extern void fscrypt_enqueue_decrypt_work(struct work_struct *);
294 static inline void fscrypt_enqueue_decrypt_work(struct work_struct *work) in fscrypt_enqueue_decrypt_work() function
/Linux-v5.4/fs/ext4/
Dreadpage.c126 fscrypt_enqueue_decrypt_work(&ctx->work); in bio_post_read_processing()
/Linux-v5.4/fs/f2fs/
Ddata.c145 fscrypt_enqueue_decrypt_work(&ctx->work); in bio_post_read_processing()