Searched refs:oflags (Results 1 – 4 of 4) sorted by relevance
/xen-4.10.0-shim-comet/tools/blktap2/include/ |
A D | libvhd.h | 144 int oflags; member
|
/xen-4.10.0-shim-comet/tools/python/scripts/ |
A D | convert-legacy-stream | 560 byteorder, mflags, oflags, optlen = unpack_exact(xl.HEADER_FORMAT) 565 opts = pack(xl.HEADER_FORMAT, byteorder, mflags, oflags, optlen)
|
/xen-4.10.0-shim-comet/tools/blktap2/vhd/lib/ |
A D | libvhd.c | 966 if (ctx->oflags & VHD_OPEN_STRICT) in vhd_read_footer() 2357 int err, oflags; in vhd_open() local 2364 ctx->oflags = flags; in vhd_open() 2370 oflags = O_DIRECT | O_LARGEFILE; in vhd_open() 2372 oflags |= O_RDONLY; in vhd_open() 2374 oflags |= O_RDWR; in vhd_open() 2376 ctx->fd = open(ctx->file, oflags, 0644); in vhd_open()
|
A D | vhd-util-scan.c | 686 vhd->oflags = VHD_OPEN_RDONLY | VHD_OPEN_FAST; in vhd_util_scan_open_volume()
|
Completed in 22 milliseconds