Home
last modified time | relevance | path

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

/linux/fs/crypto/
H A Dcrypto.c46 void fscrypt_enqueue_decrypt_work(struct work_struct *work) in fscrypt_enqueue_decrypt_work() function
50 EXPORT_SYMBOL(fscrypt_enqueue_decrypt_work);
/linux/include/linux/
H A Dfscrypt.h311 void fscrypt_enqueue_decrypt_work(struct work_struct *);
478 static inline void fscrypt_enqueue_decrypt_work(struct work_struct *work) in fscrypt_enqueue_decrypt_work() function
/linux/fs/
H A Dbuffer.c371 fscrypt_enqueue_decrypt_work(&ctx->work); in end_buffer_async_read_io()