Home
last modified time | relevance | path

Searched refs:flush_end_io (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/block/
H A Dblk-flush.c214 static void flush_end_io(struct request *flush_rq, blk_status_t error) in flush_end_io() function
269 return rq->end_io == flush_end_io; in is_flush_rq()
338 flush_rq->end_io = flush_end_io; in blk_kick_flush()
366 * the comment in flush_end_io(). in mq_flush_data_end_io()
512 * flush_end_io() may be called recursively from some driver, such as
/kernel/linux/linux-6.6/block/
H A Dblk-flush.c216 static enum rq_end_io_ret flush_end_io(struct request *flush_rq, in flush_end_io() function
273 return rq->end_io == flush_end_io; in is_flush_rq()
341 flush_rq->end_io = flush_end_io; in blk_kick_flush()
374 * the comment in flush_end_io(). in mq_flush_data_end_io()
527 * flush_end_io() may be called recursively from some driver, such as

Completed in 2 milliseconds