Searched refs:hpio_set_state (Results 1 – 3 of 3) sorted by relevance
57 void hpio_set_state(struct hpio *hpio, enum hpio_state state);
695 hpio_set_state(hpio, bio->bi_status ? HPIO_FAIL : HPIO_DONE); in hpio_endio()767 hpio_set_state(hpio, HPIO_FAIL); in rw_extent_async()777 hpio_set_state(hpio, HPIO_FAIL); in hyperhold_write_async()791 hpio_set_state(hpio, HPIO_FAIL); in hyperhold_read_async()
245 void hpio_set_state(struct hpio *hpio, enum hpio_state state) in hpio_set_state() function