Home
last modified time | relevance | path

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

/openbmc/qemu/
H A Dqemu-nbd.c603 bool alloc_depth = false; in main() local
725 alloc_depth = true; in main()
839 alloc_depth || seen_aio || seen_discard || seen_cache) { in main()
1190 .has_allocation_depth = alloc_depth, in main()
1191 .allocation_depth = alloc_depth, in main()
/openbmc/qemu/block/
H A Dnbd.c106 bool alloc_depth; member
290 s->alloc_depth = true; in nbd_handle_updated_info()
707 if (s->alloc_depth && extent->flags > 2) { in nbd_parse_blockstatus_payload()