Home
last modified time | relevance | path

Searched refs:blk_crypto_config_supported (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/include/linux/
Dblk-crypto.h103 bool blk_crypto_config_supported(struct request_queue *q,
/linux-6.1.9/block/
Dblk-crypto.c360 bool blk_crypto_config_supported(struct request_queue *q, in blk_crypto_config_supported() function
/linux-6.1.9/Documentation/block/
Dinline-encryption.rst188 ``blk_crypto_config_supported()`` allows users to check ahead of time whether
198 a blk_crypto_key on a request_queue (even if ``blk_crypto_config_supported()``
217 1. ``blk_crypto_config_supported()`` (optional)
225 ``blk_crypto_config_supported()`` (if used), ``blk_crypto_start_using_key()``,
/linux-6.1.9/fs/crypto/
Dinline_crypt.c142 if (!blk_crypto_config_supported(bdev_get_queue(devs[i]), in fscrypt_select_encryption_impl()