Lines Matching defs:offset
14 * 1. Call sendfile() with offset = 0.
15 * 2. Call sendfile() with offset in the middle of the file.
27 #define OFFSET_DESC(x) .desc = "with offset = "#x, .offset = x
31 off_t offset;
58 off_t offset = tc[i].offset;
63 TEST(sendfile(out_fd, in_fd, &offset, tc[i].count));
70 else if (offset != tc[i].exp_updated_offset)
73 tc[i].exp_updated_offset, (int64_t)(offset));