Searched refs:ext4_crypto_ctx (Results 1 – 5 of 5) sorted by relevance
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()[all …]
56 struct ext4_crypto_ctx *ctx = in completion_pages()57 container_of(work, struct ext4_crypto_ctx, r.work); in completion_pages()107 struct ext4_crypto_ctx *ctx = bio->bi_private; in mpage_end_io()278 struct ext4_crypto_ctx *ctx = NULL; in ext4_mpage_readpages()
88 struct ext4_crypto_ctx { struct
70 struct ext4_crypto_ctx *ctx = NULL; in ext4_finish_bio()85 ctx = (struct ext4_crypto_ctx *)page_private(data_page); in ext4_finish_bio()
2263 struct ext4_crypto_ctx *ext4_get_crypto_ctx(struct inode *inode);2264 void ext4_release_crypto_ctx(struct ext4_crypto_ctx *ctx);