Home
last modified time | relevance | path

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

/external/qemu/block/
Dcow.c37 struct cow_header_v2 { struct
56 const struct cow_header_v2 *cow_header = (const void *)buf; in cow_probe() argument
58 if (buf_size >= sizeof(struct cow_header_v2) && in cow_probe()
70 struct cow_header_v2 cow_header; in cow_open()
208 struct cow_header_v2 cow_header; in cow_create()