Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/
A D.rootkeys54 42642db9m5qcqIrsHX8QlcBGeKSAmw freebsd-5.3-xen-sparse/conf/kern.mk
57 423e7e868Yt0iZuEeccnczyToPPvow freebsd-5.3-xen-sparse/fbsdxensetup
123 423e7e8dVDL1WLfbmQWuXMbetYk4jA freebsd-5.3-xen-sparse/mkbuildtree
126 3e5a4e6589G-U42lFKs43plskXoFxQ linux-2.4.30-xen-sparse/Makefile
199 3e6e7c1efbQe93xCvOpOVCnXTMmQ5w linux-2.4.30-xen-sparse/mkbuildtree
201 3e5a4e68GxCIaFH4sy01v1wjapetaA linux-2.4.30-xen-sparse/mm/memory.c
203 3e5a4e681xMPdF9xCMwpyfuYMySU5g linux-2.4.30-xen-sparse/mm/mremap.c
437 426fa4d7ooLYmFcFjJMF_ut4GFVh2Q linux-2.6.11-xen-sparse/mm/mmap.c
441 413cb1e4zst25MDYjg63Y-NGC5_pLg netbsd-2.0-xen-sparse/Makefile
442 413cb1e5c_Mkxf_X0zimEhTKI_l4DA netbsd-2.0-xen-sparse/mkbuildtree
[all …]
/xen-4.10.0-shim-comet/tools/blktap2/vhd/lib/
A Dvhd-util-create.c39 int c, sparse, err; in vhd_util_create() local
44 sparse = 1; in vhd_util_create()
62 sparse = 0; in vhd_util_create()
74 (sparse ? HD_TYPE_DYNAMIC : HD_TYPE_FIXED), in vhd_util_create()
/xen-4.10.0-shim-comet/tools/blktap2/drivers/
A Dqcow-create.c64 int sparse = 1; in main() local
78 sparse = 0; in main()
111 ret = qcow_create(filename,size,NULL,sparse); in main()
113 ret = qcow_create(filename,size,bfilename,sparse); in main()
A Dqcow.h80 int qtruncate(int fd, off_t length, int sparse);
99 int sparse; /*Indicates whether to preserve sparseness*/ member
129 const char *backing_file, int sparse);
A Dtd.c190 int c, i, fd, sparse = 1, fixedsize = 0; in td_create() local
195 sparse = 0; in td_create()
233 if (!sparse) in td_create()
242 if (sparse) { in td_create()
A Dblock-qcow.c300 int qtruncate(int fd, off_t length, int sparse) in qtruncate() argument
359 } else if(sparse && (st.st_size > sectors * DEFAULT_SECTOR_SIZE)) in qtruncate()
417 s->sparse) != 0) { in get_cluster_offset()
497 s->sparse) != 0) { in get_cluster_offset()
559 s->cluster_size, s->sparse)!=0) { in get_cluster_offset()
846 s->sparse = (be32_to_cpu(exthdr->flags) & SPARSE_FILE); in tdqcow_load_l1_table()
1180 const char *backing_file, int sparse) in qcow_create() argument
1290 if (sparse == 0) { in qcow_create()
1330 if (qtruncate(s->fd, s->l1_table_offset + l1_length, s->sparse)!=0) { in qcow_make_empty()
A Dio-optimize.c431 #define make_data(idx, is_head, sparse) \ argument
432 (void *)((idx) | ((is_head) ? hmask : 0) | ((sparse) ? smask : 0))
/xen-4.10.0-shim-comet/tools/blktap2/
A DREADME22 - Metadata disk formats such as Copy-on-Write, encrypted disks, sparse
59 - VHD, including snapshots and sparse images
60 - Qcow, including snapshots and sparse images
90 /blktap2/vhd) can be used to build sparse copy-on-write vhd images.
92 For example, to build a sparse image -
95 This creates a sparse 1GB file named "MyVHDFile" that can be mounted
101 This creates a sparse VHD file named "MyVHDFile" using "SomeRawFile"
/xen-4.10.0-shim-comet/docs/man/
A Dxl-disk-configuration.pod.5344 were intentionally created non-sparse to avoid fragmentation of the

Completed in 17 milliseconds