Searched refs:BIO_TRACE_COMPLETION (Results 1 – 4 of 4) sorted by relevance
1520 if (bio->bi_bdev && bio_flagged(bio, BIO_TRACE_COMPLETION)) { in bio_endio()1522 bio_clear_flag(bio, BIO_TRACE_COMPLETION); in bio_endio()1598 if (bio_flagged(bio, BIO_TRACE_COMPLETION)) in bio_split()1599 bio_set_flag(split, BIO_TRACE_COMPLETION); in bio_split()
733 if (!bio_flagged(bio, BIO_TRACE_COMPLETION)) { in submit_bio_noacct_nocheck()739 bio_set_flag(bio, BIO_TRACE_COMPLETION); in submit_bio_noacct_nocheck()
880 bio_clear_flag(bio, BIO_TRACE_COMPLETION); in blk_complete_request()973 bio_clear_flag(bio, BIO_TRACE_COMPLETION); in blk_update_request()
295 BIO_TRACE_COMPLETION, /* bio_endio() should trace the final completion enumerator