Home | History | Annotate | Download | only in tests

Lines Matching defs:dest_offset

120 	uint64_t dest_offset;	/* in - start of extent in destination */
667 .dest_offset = 128 * 1024,
681 ", dest_offset=%" PRI__u64 "}) = -1 EBADF (%m)\n",
683 args.dest_offset);
1626 argsp->info[0].dest_offset = 0;
1628 argsp->info[1].dest_offset = 10240;
1630 argsp->info[2].dest_offset = 20480;
1638 printf("[{dest_fd=%" PRId64 ", dest_offset=%" PRIu64
1639 "}, {dest_fd=%" PRId64 ", dest_offset=%"PRIu64 "}",
1641 (uint64_t)argsp->info[0].dest_offset,
1643 (uint64_t)argsp->info[1].dest_offset);
1645 printf(", {dest_fd=%" PRId64 ", dest_offset=%" PRIu64 "}",
1647 (uint64_t)argsp->info[2].dest_offset);
1688 argsp->info[0].dest_offset = 0;
1690 argsp->info[1].dest_offset = 10240;
1692 argsp->info[2].dest_offset = 20480;
1699 printf("[{dest_fd=%" PRId64 ", dest_offset=%" PRIu64
1700 "}, {dest_fd=%" PRId64 ", dest_offset=%"PRIu64 "}",
1702 (uint64_t)argsp->info[0].dest_offset,
1704 (uint64_t)argsp->info[1].dest_offset);
1707 ", dest_offset=%" PRIu64 "}",
1709 (uint64_t)argsp->info[2].dest_offset);