Searched refs:fscrypt_ctx (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/fs/crypto/ |
D | bio.c | 58 struct fscrypt_ctx *ctx = in completion_pages() 59 container_of(work, struct fscrypt_ctx, r.work); in completion_pages() 67 void fscrypt_enqueue_decrypt_bio(struct fscrypt_ctx *ctx, struct bio *bio) in fscrypt_enqueue_decrypt_bio() 77 struct fscrypt_ctx *ctx; in fscrypt_pullback_bio_page() 86 ctx = (struct fscrypt_ctx *)page_private(bounce_page); in fscrypt_pullback_bio_page() 99 struct fscrypt_ctx *ctx; in fscrypt_zeroout_range()
|
D | crypto.c | 69 void fscrypt_release_ctx(struct fscrypt_ctx *ctx) in fscrypt_release_ctx() 98 struct fscrypt_ctx *fscrypt_get_ctx(const struct inode *inode, gfp_t gfp_flags) in fscrypt_get_ctx() 100 struct fscrypt_ctx *ctx = NULL; in fscrypt_get_ctx() 119 struct fscrypt_ctx, free_list); in fscrypt_get_ctx() 192 struct page *fscrypt_alloc_bounce_page(struct fscrypt_ctx *ctx, in fscrypt_alloc_bounce_page() 240 struct fscrypt_ctx *ctx; in fscrypt_encrypt_page() 361 struct fscrypt_ctx *ctx; in fscrypt_restore_control_page() 363 ctx = (struct fscrypt_ctx *)page_private(page); in fscrypt_restore_control_page() 373 struct fscrypt_ctx *pos, *n; in fscrypt_destroy() 404 struct fscrypt_ctx *ctx; in fscrypt_initialize() [all …]
|
D | fscrypt_private.h | 102 extern struct page *fscrypt_alloc_bounce_page(struct fscrypt_ctx *ctx,
|
/Linux-v4.19/include/linux/ |
D | fscrypt_supp.h | 35 struct fscrypt_ctx { struct 63 extern struct fscrypt_ctx *fscrypt_get_ctx(const struct inode *, gfp_t); argument 64 extern void fscrypt_release_ctx(struct fscrypt_ctx *); 73 return ((struct fscrypt_ctx *)page_private(page))->w.control_page; in fscrypt_control_page() 179 extern void fscrypt_enqueue_decrypt_bio(struct fscrypt_ctx *ctx,
|
D | fscrypt_notsupp.h | 32 static inline struct fscrypt_ctx *fscrypt_get_ctx(const struct inode *inode, in fscrypt_get_ctx() 38 static inline void fscrypt_release_ctx(struct fscrypt_ctx *ctx) in fscrypt_release_ctx() 161 static inline void fscrypt_enqueue_decrypt_bio(struct fscrypt_ctx *ctx, in fscrypt_enqueue_decrypt_bio()
|
D | fscrypt.h | 21 struct fscrypt_ctx;
|
/Linux-v4.19/fs/ext4/ |
D | readpage.c | 243 struct fscrypt_ctx *ctx = NULL; in ext4_mpage_readpages()
|