Lines Matching refs:fscrypt_ctx
69 void fscrypt_release_ctx(struct fscrypt_ctx *ctx) in fscrypt_release_ctx()
98 struct fscrypt_ctx *fscrypt_get_ctx(const struct inode *inode, gfp_t gfp_flags) in fscrypt_get_ctx()
100 struct fscrypt_ctx *ctx = NULL; in fscrypt_get_ctx()
119 struct fscrypt_ctx, free_list); in fscrypt_get_ctx()
192 struct page *fscrypt_alloc_bounce_page(struct fscrypt_ctx *ctx, in fscrypt_alloc_bounce_page()
240 struct fscrypt_ctx *ctx; in fscrypt_encrypt_page()
361 struct fscrypt_ctx *ctx; in fscrypt_restore_control_page()
363 ctx = (struct fscrypt_ctx *)page_private(page); in fscrypt_restore_control_page()
373 struct fscrypt_ctx *pos, *n; in fscrypt_destroy()
404 struct fscrypt_ctx *ctx; in fscrypt_initialize()
466 fscrypt_ctx_cachep = KMEM_CACHE(fscrypt_ctx, SLAB_RECLAIM_ACCOUNT); in fscrypt_init()