Lines Matching refs:sparseoffset
125 off64_t sparseoffset = 0; variable
128 off_t sparseoffset = 0; variable
206 sparseoffset = atoll(optarg);
208 sparseoffset = atoi(optarg);
210 if (sparseoffset % pagesize != 0) {
306 if (lseek64(fd, sparseoffset, SEEK_SET) < 0) {
308 if (lseek(fd, sparseoffset, SEEK_SET) < 0) {
502 if (statbuf.st_size - sparseoffset > SIZE_MAX) {
506 mapsize = (size_t) (statbuf.st_size - sparseoffset);
508 offset = sparseoffset;
636 if (lseek64(fd, sparseoffset, SEEK_SET) < 0) {
638 if (lseek(fd, sparseoffset, SEEK_SET) < 0) {
644 if (statbuf.st_size - sparseoffset > SIZE_MAX) {
648 mapsize = (size_t) (statbuf.st_size - sparseoffset);