Searched refs:cache_set_err_on (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/md/bcache/ |
H A D | debug.c | 136 cache_set_err_on(memcmp(p1 + bv.bv_offset, in bch_data_verify()
|
H A D | bcache.h | 881 #define cache_set_err_on(cond, c, ...) \ macro
|
H A D | journal.c | 725 cache_set_err_on(bio->bi_status, w->c, "journal io error"); in journal_write_endio()
|
H A D | super.c | 407 cache_set_err_on(bio->bi_status, c, "accessing uuids"); in uuid_endio() 587 cache_set_err_on(bio->bi_status, ca->set, "accessing priorities"); in prio_endio()
|
/kernel/linux/linux-6.6/drivers/md/bcache/ |
H A D | debug.c | 137 cache_set_err_on(memcmp(p1, p2, bv.bv_len), in bch_data_verify()
|
H A D | bcache.h | 880 #define cache_set_err_on(cond, c, ...) \ macro
|
H A D | journal.c | 722 cache_set_err_on(bio->bi_status, w->c, "journal io error"); in journal_write_endio()
|
H A D | super.c | 405 cache_set_err_on(bio->bi_status, c, "accessing uuids"); in uuid_endio() 585 cache_set_err_on(bio->bi_status, ca->set, "accessing priorities"); in prio_endio()
|
Completed in 14 milliseconds