Home
last modified time | relevance | path

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

/openbmc/linux/block/
H A 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()
H A Dblk-mq.c907 if (blk_crypto_rq_has_keyslot(req) && nr_bytes >= blk_rq_bytes(req)) in blk_update_request()