Searched refs:BIO_TRACE_COMPLETION (Results 1 – 4 of 4) sorted by relevance
1583 if (bio->bi_bdev && bio_flagged(bio, BIO_TRACE_COMPLETION)) { in bio_endio()1585 bio_clear_flag(bio, BIO_TRACE_COMPLETION); in bio_endio()1646 if (bio_flagged(bio, BIO_TRACE_COMPLETION)) in bio_split()1647 bio_set_flag(split, BIO_TRACE_COMPLETION); in bio_split()
697 if (!bio_flagged(bio, BIO_TRACE_COMPLETION)) { in submit_bio_noacct_nocheck()703 bio_set_flag(bio, BIO_TRACE_COMPLETION); in submit_bio_noacct_nocheck()
848 bio_clear_flag(bio, BIO_TRACE_COMPLETION); in blk_complete_request()932 bio_clear_flag(bio, BIO_TRACE_COMPLETION); in blk_update_request()
342 BIO_TRACE_COMPLETION, /* bio_endio() should trace the final completion enumerator