Symbol: dm_crypt_request
drivers/md/dm-crypt.c
1012
struct dm_crypt_request *dmreq)
drivers/md/dm-crypt.c
1026
struct dm_crypt_request *dmreq)
drivers/md/dm-crypt.c
114
struct dm_crypt_request *dmreq);
drivers/md/dm-crypt.c
116
struct dm_crypt_request *dmreq);
drivers/md/dm-crypt.c
1224
static struct dm_crypt_request *dmreq_of_req(struct crypt_config *cc,
drivers/md/dm-crypt.c
1227
return (struct dm_crypt_request *)((char *)req + cc->dmreq_start);
drivers/md/dm-crypt.c
1230
static void *req_of_dmreq(struct crypt_config *cc, struct dm_crypt_request *dmreq)
drivers/md/dm-crypt.c
1236
struct dm_crypt_request *dmreq)
drivers/md/dm-crypt.c
1247
struct dm_crypt_request *dmreq)
drivers/md/dm-crypt.c
1253
struct dm_crypt_request *dmreq)
drivers/md/dm-crypt.c
1261
struct dm_crypt_request *dmreq)
drivers/md/dm-crypt.c
1270
struct dm_crypt_request *dmreq)
drivers/md/dm-crypt.c
1280
struct dm_crypt_request *dmreq)
drivers/md/dm-crypt.c
1292
struct dm_crypt_request *dmreq;
drivers/md/dm-crypt.c
1395
struct dm_crypt_request *dmreq;
drivers/md/dm-crypt.c
2204
struct dm_crypt_request *dmreq = data;
drivers/md/dm-crypt.c
3280
cc->dmreq_start = ALIGN(cc->dmreq_start, __alignof__(struct dm_crypt_request));
drivers/md/dm-crypt.c
3284
iv_size_padding = -(cc->dmreq_start + sizeof(struct dm_crypt_request))
drivers/md/dm-crypt.c
3296
additional_req_size = sizeof(struct dm_crypt_request) +
drivers/md/dm-crypt.c
362
struct dm_crypt_request *dmreq)
drivers/md/dm-crypt.c
371
struct dm_crypt_request *dmreq)
drivers/md/dm-crypt.c
380
struct dm_crypt_request *dmreq)
drivers/md/dm-crypt.c
390
struct dm_crypt_request *dmreq)
drivers/md/dm-crypt.c
438
struct dm_crypt_request *dmreq)
drivers/md/dm-crypt.c
451
struct dm_crypt_request *dmreq)
drivers/md/dm-crypt.c
521
struct dm_crypt_request *dmreq, u8 *data)
drivers/md/dm-crypt.c
548
struct dm_crypt_request *dmreq)
drivers/md/dm-crypt.c
564
struct dm_crypt_request *dmreq)
drivers/md/dm-crypt.c
642
struct dm_crypt_request *dmreq, u8 *data)
drivers/md/dm-crypt.c
666
struct dm_crypt_request *dmreq)
drivers/md/dm-crypt.c
691
struct dm_crypt_request *dmreq)
drivers/md/dm-crypt.c
709
struct dm_crypt_request *dmreq)
drivers/md/dm-crypt.c
733
struct dm_crypt_request *dmreq)
drivers/md/dm-crypt.c
938
static int crypt_iv_elephant(struct crypt_config *cc, struct dm_crypt_request *dmreq)