Searched refs:ext4_crypto_ctx (Results 1 – 5 of 5) sorted by relevance
67 void ext4_release_crypto_ctx(struct ext4_crypto_ctx *ctx) in ext4_release_crypto_ctx()97 static struct ext4_crypto_ctx *ext4_alloc_and_init_crypto_ctx(gfp_t mask) in ext4_alloc_and_init_crypto_ctx()99 struct ext4_crypto_ctx *ctx = kzalloc(sizeof(struct ext4_crypto_ctx), in ext4_alloc_and_init_crypto_ctx()116 struct ext4_crypto_ctx *ext4_get_crypto_ctx(struct inode *inode) in ext4_get_crypto_ctx()118 struct ext4_crypto_ctx *ctx = NULL; in ext4_get_crypto_ctx()138 struct ext4_crypto_ctx, free_list); in ext4_get_crypto_ctx()205 struct ext4_crypto_ctx *pos, *n; in ext4_exit_crypto()252 struct ext4_crypto_ctx *ctx; in ext4_init_crypto()279 struct ext4_crypto_ctx *ctx = in ext4_restore_control_page()280 (struct ext4_crypto_ctx *)page_private(data_page); in ext4_restore_control_page()[all …]
56 struct ext4_crypto_ctx *ctx = in completion_pages()57 container_of(work, struct ext4_crypto_ctx, 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()
78 struct ext4_crypto_ctx { struct
71 struct ext4_crypto_ctx *ctx = NULL; in ext4_finish_bio()86 ctx = (struct ext4_crypto_ctx *)page_private(data_page); in ext4_finish_bio()
2092 struct ext4_crypto_ctx *ext4_get_crypto_ctx(struct inode *inode);2093 void ext4_release_crypto_ctx(struct ext4_crypto_ctx *ctx);2097 int ext4_decrypt(struct ext4_crypto_ctx *ctx, struct page *page);