Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/tools/blktap2/drivers/
A Dqcow.h80 int qtruncate(int fd, off_t length, int sparse);
A Dblock-qcow.c300 int qtruncate(int fd, off_t length, int sparse) in qtruncate() function
415 if (qtruncate(s->fd, in get_cluster_offset()
495 if (qtruncate(s->fd, cluster_offset + in get_cluster_offset()
558 if (qtruncate(s->fd, cluster_offset + in get_cluster_offset()
1285 if (qtruncate(fd, length, 0)!=0) { in qcow_create()
1293 if (qtruncate(fd, total_length, 0)!=0) { in qcow_create()
1330 if (qtruncate(s->fd, s->l1_table_offset + l1_length, s->sparse)!=0) { in qcow_make_empty()

Completed in 5 milliseconds