Home
last modified time | relevance | path

Searched refs:blk_crypto_rq_has_keyslot (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/block/
Dblk-crypto-internal.h68 static inline bool blk_crypto_rq_has_keyslot(struct request *rq) in blk_crypto_rq_has_keyslot() function
127 static inline bool blk_crypto_rq_has_keyslot(struct request *rq) in blk_crypto_rq_has_keyslot() function
177 if (blk_crypto_rq_has_keyslot(rq)) in blk_crypto_rq_put_keyslot()
Dblk-mq.c882 if (blk_crypto_rq_has_keyslot(req) && nr_bytes >= blk_rq_bytes(req)) in blk_update_request()