Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/tools/blktap2/include/
A Dvhd.h51 u32 ff_version; /* (major,minor) version of disk file */ member
/xen-4.10.0-shim-comet/tools/blktap2/vhd/lib/
A Dvhd-util-read.c109 ff_maj = f->ff_version >> 16; in vhd_print_footer()
110 ff_min = f->ff_version & 0xffff; in vhd_print_footer()
A Dvhd-util-check.c109 if (footer->ff_version != HD_FF_VERSION) in vhd_util_check_validate_footer()
A Dlibvhd.c120 BE32_IN(&footer->ff_version); in vhd_footer_in()
136 BE32_OUT(&footer->ff_version); in vhd_footer_out()
2440 ctx->footer.ff_version = HD_FF_VERSION; in vhd_initialize_footer()

Completed in 13 milliseconds