Lines Matching refs:sparseoffset
142 off64_t sparseoffset = 0; variable
145 off_t sparseoffset = 0; variable
250 sparseoffset = atoll(optarg);
252 sparseoffset = atoi(optarg);
254 if (sparseoffset % pagesize != 0) {
355 if (lseek64(fd, sparseoffset, SEEK_SET) < 0) {
357 if (lseek(fd, sparseoffset, SEEK_SET) < 0) {
578 if (statbuf.st_size - sparseoffset > SIZE_MAX) {
582 mapsize_mapper = (size_t) (statbuf.st_size - sparseoffset);
584 offset = sparseoffset;
817 if (lseek64(fd, sparseoffset, SEEK_SET) < 0) {
819 if (lseek(fd, sparseoffset, SEEK_SET) < 0) {
827 if (statbuf.st_size - sparseoffset > SIZE_MAX) {
831 mapsize = (size_t) (statbuf.st_size - sparseoffset);