Searched refs:drain_type (Results 1 – 1 of 1) sorted by relevance
156 enum drain_type { enum162 static void do_drain_begin(enum drain_type drain_type, BlockDriverState *bs) in do_drain_begin() argument164 switch (drain_type) { in do_drain_begin()171 static void do_drain_end(enum drain_type drain_type, BlockDriverState *bs) in do_drain_end() argument173 switch (drain_type) { in do_drain_end()180 static void do_drain_begin_unlocked(enum drain_type drain_type, BlockDriverState *bs) in do_drain_begin_unlocked() argument182 do_drain_begin(drain_type, bs); in do_drain_begin_unlocked()204 static void do_drain_end_unlocked(enum drain_type drain_type, BlockDriverState *bs) in do_drain_end_unlocked() argument206 do_drain_end(drain_type, bs); in do_drain_end_unlocked()215 test_drv_cb_common(BlockBackend *blk, enum drain_type drain_type, in test_drv_cb_common() argument[all …]