Home
last modified time | relevance | path

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

/qemu/
H A Dqemu-nbd.c596 bool alloc_depth = false; in main() local
718 alloc_depth = true; in main()
825 alloc_depth || seen_aio || seen_discard || seen_cache) { in main()
1168 .has_allocation_depth = alloc_depth, in main()
1169 .allocation_depth = alloc_depth, in main()
/qemu/block/
H A Dnbd.c107 bool alloc_depth; member
291 s->alloc_depth = true; in nbd_handle_updated_info()
708 if (s->alloc_depth && extent->flags > 2) { in nbd_parse_blockstatus_payload()