Home
last modified time | relevance | path

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

/Linux-v4.19/fs/crypto/
Dcrypto.c69 void fscrypt_release_ctx(struct fscrypt_ctx *ctx) in fscrypt_release_ctx() function
86 EXPORT_SYMBOL(fscrypt_release_ctx);
282 fscrypt_release_ctx(ctx); in fscrypt_encrypt_page()
367 fscrypt_release_ctx(ctx); in fscrypt_restore_control_page()
Dbio.c63 fscrypt_release_ctx(ctx); in completion_pages()
152 fscrypt_release_ctx(ctx); in fscrypt_zeroout_range()
/Linux-v4.19/fs/ext4/
Dreadpage.c78 fscrypt_release_ctx(bio->bi_private); in mpage_end_io()
255 fscrypt_release_ctx(ctx); in ext4_mpage_readpages()
/Linux-v4.19/include/linux/
Dfscrypt_notsupp.h38 static inline void fscrypt_release_ctx(struct fscrypt_ctx *ctx) in fscrypt_release_ctx() function
Dfscrypt_supp.h64 extern void fscrypt_release_ctx(struct fscrypt_ctx *);