Home
last modified time | relevance | path

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

/linux/block/
H A Dblk.h606 bool should_fail_request(struct block_device *part, unsigned int bytes);
608 static inline bool should_fail_request(struct block_device *part, in should_fail_request() function
H A Dblk-mq.c3222 if (q->disk && should_fail_request(q->disk->part0, blk_rq_bytes(rq))) in blk_insert_cloned_request()