Home
last modified time | relevance | path

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

/linux-4.4.14/fs/f2fs/
Dcrypto.c81 void f2fs_release_crypto_ctx(struct f2fs_crypto_ctx *ctx) in f2fs_release_crypto_ctx()
108 struct f2fs_crypto_ctx *f2fs_get_crypto_ctx(struct inode *inode) in f2fs_get_crypto_ctx()
110 struct f2fs_crypto_ctx *ctx = NULL; in f2fs_get_crypto_ctx()
129 struct f2fs_crypto_ctx, free_list); in f2fs_get_crypto_ctx()
151 struct f2fs_crypto_ctx *ctx = in completion_pages()
152 container_of(work, struct f2fs_crypto_ctx, r.work); in completion_pages()
172 void f2fs_end_io_crypto_work(struct f2fs_crypto_ctx *ctx, struct bio *bio) in f2fs_end_io_crypto_work()
181 struct f2fs_crypto_ctx *pos, *n; in f2fs_crypto_destroy()
211 struct f2fs_crypto_ctx *ctx; in f2fs_crypto_initialize()
257 f2fs_crypto_ctx_cachep = KMEM_CACHE(f2fs_crypto_ctx, in f2fs_init_crypto()
[all …]
Df2fs_crypto.h89 struct f2fs_crypto_ctx { struct
Df2fs.h2143 struct f2fs_crypto_ctx *f2fs_get_crypto_ctx(struct inode *);
2144 void f2fs_release_crypto_ctx(struct f2fs_crypto_ctx *);
2146 int f2fs_decrypt(struct f2fs_crypto_ctx *, struct page *);
2148 void f2fs_end_io_crypto_work(struct f2fs_crypto_ctx *, struct bio *);
Dsegment.c1450 struct f2fs_crypto_ctx *ctx; in is_merged_page()
1453 ctx = (struct f2fs_crypto_ctx *)page_private( in is_merged_page()
Ddata.c961 struct f2fs_crypto_ctx *ctx = NULL; in f2fs_mpage_readpages()