Home
last modified time | relevance | path

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

/openbmc/qemu/nbd/
H A Dserver.c101 bool allocation_depth; member
117 bool allocation_depth; /* export qemu:allocation-depth */ member
933 meta->allocation_depth = meta->exp->allocation_depth; in nbd_meta_qemu_query()
944 meta->allocation_depth = meta->exp->allocation_depth; in nbd_meta_qemu_query()
1086 meta->allocation_depth = meta->exp->allocation_depth; in nbd_negotiate_meta_queries()
1109 if (meta->allocation_depth) { in nbd_negotiate_meta_queries()
1933 exp->allocation_depth = arg->allocation_depth; in nbd_export_create()
2610 if (!client->contexts.allocation_depth || in nbd_co_block_status_payload_read()
2611 request->contexts->allocation_depth) { in nbd_co_block_status_payload_read()
2614 request->contexts->allocation_depth = true; in nbd_co_block_status_payload_read()
[all …]
/openbmc/qemu/
H A Dqemu-nbd.c1172 .allocation_depth = alloc_depth, in main()