Home
last modified time | relevance | path

Searched refs:blk_crypto_ioctl (Results 1 – 3 of 3) sorted by relevance

/linux/block/
H A Dblk-crypto-internal.h86 int blk_crypto_ioctl(struct block_device *bdev, unsigned int cmd,
136 static inline int blk_crypto_ioctl(struct block_device *bdev, unsigned int cmd, in blk_crypto_ioctl() function
H A Dblk-crypto.c595 int blk_crypto_ioctl(struct block_device *bdev, unsigned int cmd, in blk_crypto_ioctl() function
H A Dioctl.c634 return blk_crypto_ioctl(bdev, cmd, argp); in blkdev_common_ioctl()