Searched refs:BIO_TRACE_COMPLETION (Results 1 – 4 of 4) sorted by relevance
1581 if (bio->bi_bdev && bio_flagged(bio, BIO_TRACE_COMPLETION)) { in bio_endio()1583 bio_clear_flag(bio, BIO_TRACE_COMPLETION); in bio_endio()1644 if (bio_flagged(bio, BIO_TRACE_COMPLETION)) in bio_split()1645 bio_set_flag(split, BIO_TRACE_COMPLETION); in bio_split()
689 if (!bio_flagged(bio, BIO_TRACE_COMPLETION)) { in submit_bio_noacct_nocheck()695 bio_set_flag(bio, BIO_TRACE_COMPLETION); in submit_bio_noacct_nocheck()
843 bio_clear_flag(bio, BIO_TRACE_COMPLETION); in blk_complete_request()927 bio_clear_flag(bio, BIO_TRACE_COMPLETION); in blk_update_request()
341 BIO_TRACE_COMPLETION, /* bio_endio() should trace the final completion enumerator