Home
last modified time | relevance | path

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

/Linux-v5.4/fs/crypto/
Dcrypto.c68 void fscrypt_release_ctx(struct fscrypt_ctx *ctx) in fscrypt_release_ctx()
90 struct fscrypt_ctx *fscrypt_get_ctx(gfp_t gfp_flags) in fscrypt_get_ctx()
92 struct fscrypt_ctx *ctx; in fscrypt_get_ctx()
101 struct fscrypt_ctx, free_list); in fscrypt_get_ctx()
401 struct fscrypt_ctx *pos, *n; in fscrypt_destroy()
432 struct fscrypt_ctx *ctx; in fscrypt_initialize()
497 fscrypt_ctx_cachep = KMEM_CACHE(fscrypt_ctx, SLAB_RECLAIM_ACCOUNT); in fscrypt_init()
Dbio.c55 struct fscrypt_ctx *ctx = container_of(work, struct fscrypt_ctx, work); in completion_pages()
63 void fscrypt_enqueue_decrypt_bio(struct fscrypt_ctx *ctx, struct bio *bio) in fscrypt_enqueue_decrypt_bio()
/Linux-v5.4/include/linux/
Dfscrypt.h23 struct fscrypt_ctx;
68 struct fscrypt_ctx { struct
105 extern struct fscrypt_ctx *fscrypt_get_ctx(gfp_t);
106 extern void fscrypt_release_ctx(struct fscrypt_ctx *);
247 extern void fscrypt_enqueue_decrypt_bio(struct fscrypt_ctx *ctx,
298 static inline struct fscrypt_ctx *fscrypt_get_ctx(gfp_t gfp_flags) in fscrypt_get_ctx()
303 static inline void fscrypt_release_ctx(struct fscrypt_ctx *ctx) in fscrypt_release_ctx()
487 static inline void fscrypt_enqueue_decrypt_bio(struct fscrypt_ctx *ctx, in fscrypt_enqueue_decrypt_bio()