Lines Matching refs:ext4_crypto_ctx
70 void ext4_release_crypto_ctx(struct ext4_crypto_ctx *ctx) in ext4_release_crypto_ctx()
96 struct ext4_crypto_ctx *ext4_get_crypto_ctx(struct inode *inode) in ext4_get_crypto_ctx()
98 struct ext4_crypto_ctx *ctx = NULL; in ext4_get_crypto_ctx()
118 struct ext4_crypto_ctx, free_list); in ext4_get_crypto_ctx()
151 struct ext4_crypto_ctx *pos, *n; in ext4_exit_crypto()
189 ext4_crypto_ctx_cachep = KMEM_CACHE(ext4_crypto_ctx, in ext4_init_crypto()
200 struct ext4_crypto_ctx *ctx; in ext4_init_crypto()
227 struct ext4_crypto_ctx *ctx = in ext4_restore_control_page()
228 (struct ext4_crypto_ctx *)page_private(data_page); in ext4_restore_control_page()
312 static struct page *alloc_bounce_page(struct ext4_crypto_ctx *ctx) in alloc_bounce_page()
339 struct ext4_crypto_ctx *ctx; in ext4_encrypt()
389 struct ext4_crypto_ctx *ctx; in ext4_encrypted_zeroout()