Home
last modified time | relevance | path

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

/openbmc/openbmc-test-automation/lib/
H A Dgen_valid.py522 found_error = 0
526 found_error = 1
530 if found_error:
551 found_error = 0
555 found_error = 1
558 if found_error:
569 found_error = 0
573 found_error = 1
576 if found_error:
/openbmc/linux/fs/btrfs/
H A Dextent_io.c2150 bool found_error = false; in extent_write_locked_range() local
2197 found_error = true; in extent_write_locked_range()
2203 submit_write_bio(&bio_ctrl, found_error ? ret : 0); in extent_write_locked_range()