Home
last modified time | relevance | path

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

/linux-4.4.14/fs/ext4/
Dcrypto.c70 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 …]
Dreadpage.c56 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()
Dext4_crypto.h88 struct ext4_crypto_ctx { struct
Dpage-io.c70 struct ext4_crypto_ctx *ctx = NULL; in ext4_finish_bio()
85 ctx = (struct ext4_crypto_ctx *)page_private(data_page); in ext4_finish_bio()
Dext4.h2263 struct ext4_crypto_ctx *ext4_get_crypto_ctx(struct inode *inode);
2264 void ext4_release_crypto_ctx(struct ext4_crypto_ctx *ctx);