Symbol: bio_crypt_ctx
block/blk-crypto-fallback.c
244
struct bio_crypt_ctx *bc = src_bio->bi_crypt_context;
block/blk-crypto-fallback.c
357
struct bio_crypt_ctx *bc = src_bio->bi_crypt_context;
block/blk-crypto-fallback.c
374
struct bio_crypt_ctx *bc, struct bvec_iter iter,
block/blk-crypto-fallback.c
41
struct bio_crypt_ctx crypt_ctx;
block/blk-crypto-fallback.c
426
struct bio_crypt_ctx *bc = &f_ctx->crypt_ctx;
block/blk-crypto-fallback.c
491
struct bio_crypt_ctx *bc = bio->bi_crypt_context;
block/blk-crypto-internal.h
34
bool bio_crypt_ctx_mergeable(struct bio_crypt_ctx *bc1, unsigned int bc1_bytes,
block/blk-crypto-internal.h
35
struct bio_crypt_ctx *bc2);
block/blk-crypto.c
104
struct bio_crypt_ctx *bc;
block/blk-crypto.c
156
struct bio_crypt_ctx *bc = bio->bi_crypt_context;
block/blk-crypto.c
166
bool bio_crypt_dun_is_contiguous(const struct bio_crypt_ctx *bc,
block/blk-crypto.c
194
static bool bio_crypt_ctx_compatible(struct bio_crypt_ctx *bc1,
block/blk-crypto.c
195
struct bio_crypt_ctx *bc2)
block/blk-crypto.c
213
bool bio_crypt_ctx_mergeable(struct bio_crypt_ctx *bc1, unsigned int bc1_bytes,
block/blk-crypto.c
214
struct bio_crypt_ctx *bc2)
block/blk-crypto.c
71
bio_crypt_ctx_cache = KMEM_CACHE(bio_crypt_ctx, 0);
block/blk-merge.c
340
struct bio_crypt_ctx *bc = bio_crypt_ctx(bio);
drivers/md/dm-io-rewind.c
96
struct bio_crypt_ctx *bc = bio->bi_crypt_context;
drivers/ufs/core/ufshcd-crypto.h
43
const struct bio_crypt_ctx *crypt_ctx = scsi_cmd_to_rq(cmd)->crypt_ctx;
drivers/ufs/host/ufs-exynos.c
1392
const struct bio_crypt_ctx *crypt_ctx,
fs/crypto/inline_crypt.c
386
const struct bio_crypt_ctx *bc = bio->bi_crypt_context;
include/linux/blk-crypto.h
135
static inline struct bio_crypt_ctx *bio_crypt_ctx(struct bio *bio)
include/linux/blk-crypto.h
144
bool bio_crypt_dun_is_contiguous(const struct bio_crypt_ctx *bc,
include/linux/blk-crypto.h
177
static inline struct bio_crypt_ctx *bio_crypt_ctx(struct bio *bio)
include/linux/blk-mq.h
166
struct bio_crypt_ctx *crypt_ctx;
include/linux/blk_types.h
22
struct bio_crypt_ctx;
include/linux/blk_types.h
263
struct bio_crypt_ctx *bi_crypt_context;
include/linux/mmc/core.h
172
const struct bio_crypt_ctx *crypto_ctx;
include/scsi/scsi_eh.h
47
struct bio_crypt_ctx *rq_crypt_ctx;
include/ufs/ufshcd.h
371
const struct bio_crypt_ctx *crypt_ctx,