Searched refs:should_fail_request (Results 1 - 3 of 3) sorted by relevance

/linux-master/block/
H A Dblk.h492 bool should_fail_request(struct block_device *part, unsigned int bytes);
494 static inline bool should_fail_request(struct block_device *part, function
H A Dblk-core.c497 bool should_fail_request(struct block_device *part, unsigned int bytes) function
534 if (should_fail_request(bdev_whole(bio->bi_bdev), bio->bi_iter.bi_size))
569 if (unlikely(should_fail_request(p, bio->bi_iter.bi_size)))
H A Dblk-mq.c3074 if (q->disk && should_fail_request(q->disk->part0, blk_rq_bytes(rq)))

Completed in 194 milliseconds