Home
last modified time | relevance | path

Searched refs:off64_t (Results 1 – 25 of 67) sorted by relevance

123

/external/strace/linux/
Dasm_stat.h10 # undef off64_t
21 # define off64_t __kernel_off64_t macro
34 # undef off64_t
45 # define off64_t off64_t macro
/external/ltp/testcases/kernel/mem/mmapstress/
Dmmapstress04.c109 off64_t startoffset;
110 off64_t seekoff;
111 off64_t mapoff;
182 seekoff = startoffset + (off64_t) 64 *(off64_t) 6 *(off64_t) pagesize;
214 (off64_t) pagesize *(off64_t) (6 + i + j);
Dmmapstress10.c141 off64_t filesize = FILESIZE;
142 off64_t sparseoffset = 0;
185 off64_t bytes_left;
528 off64_t filesize;
529 off64_t offset;
707 off64_t off;
Dmmapstress01.c124 off64_t filesize = FILESIZE;
125 off64_t sparseoffset = 0;
158 off64_t bytes_left;
463 off64_t filesize;
464 off64_t offset;
/external/f2fs-tools/lib/
Dlibf2fs_io.c33 if (lseek64(config.kd, (off64_t)offset, SEEK_SET) < 0) in dev_read_version()
42 if (lseek64(config.fd, (off64_t)offset, SEEK_SET) < 0) in dev_read()
60 if (lseek64(config.fd, (off64_t)offset, SEEK_SET) < 0) in dev_write()
74 if (lseek64(config.dump_fd, (off64_t)offset, SEEK_SET) < 0) in dev_write_dump()
86 if (lseek64(config.fd, (off64_t)offset, SEEK_SET) < 0) in dev_fill()
/external/ltp/testcases/kernel/syscalls/sync_file_range/
Dsync_file_range01.c113 off64_t offset;
114 off64_t nbytes;
196 static inline long syncfilerange(int fd, off64_t offset, off64_t nbytes, in syncfilerange()
/external/strace/tests-mx32/
Dsync_file_range.c42 const off64_t offset = 0xdeadbeefbadc0dedULL; in main()
43 const off64_t nbytes = 0xfacefeedcafef00dULL; in main()
Dsync_file_range2.c42 const off64_t offset = 0xdeadbeefbadc0ded; in main()
43 const off64_t nbytes = 0xfacefeedcafef00d; in main()
/external/strace/tests-m32/
Dsync_file_range2.c42 const off64_t offset = 0xdeadbeefbadc0ded; in main()
43 const off64_t nbytes = 0xfacefeedcafef00d; in main()
Dsync_file_range.c42 const off64_t offset = 0xdeadbeefbadc0dedULL; in main()
43 const off64_t nbytes = 0xfacefeedcafef00dULL; in main()
/external/strace/tests/
Dsync_file_range2.c42 const off64_t offset = 0xdeadbeefbadc0ded; in main()
43 const off64_t nbytes = 0xfacefeedcafef00d; in main()
Dsync_file_range.c42 const off64_t offset = 0xdeadbeefbadc0dedULL; in main()
43 const off64_t nbytes = 0xfacefeedcafef00dULL; in main()
/external/fio/
Dhelpers.h11 extern int sync_file_range(int fd, off64_t offset, off64_t nbytes,
Dhelpers.c28 int sync_file_range(int fd, off64_t offset, off64_t nbytes, unsigned int flags) in sync_file_range()
/external/libbrillo/brillo/streams/
Dfile_stream.h43 virtual off64_t Seek(off64_t offset, int whence) = 0;
46 virtual int Truncate(off64_t length) const = 0;
Dfile_stream.cc49 off64_t Seek(off64_t offset, int whence) override { in Seek()
67 int Truncate(off64_t length) const override { in Truncate()
403 off64_t pos = fd_interface_->Seek(0, SEEK_CUR); in GetPosition()
404 const off64_t min_pos = 0; in GetPosition()
431 off64_t pos = fd_interface_->Seek(offset, raw_whence); in Seek()
/external/ltp/testcases/network/nfs/nfs_fsstress/
Dfsstress.c214 off64_t maxfsize;
271 int truncate64_path(pathname_t *, off64_t);
405 if (lseek64(fd, (off64_t) (MAXFSIZE32 + 1ULL), SEEK_SET) < 0) in main()
406 maxfsize = (off64_t) MAXFSIZE32; in main()
408 maxfsize = (off64_t) MAXFSIZE; in main()
1272 int truncate64_path(pathname_t * name, off64_t length) in truncate64_path()
1373 off64_t off; in allocsp_f()
1403 off = (off64_t) (lr % MIN(stb.st_size + (1024 * 1024), MAXFSIZE)); in allocsp_f()
1720 off64_t off; in dread_f()
1781 off = (off64_t) (lr % stb.st_size); in dread_f()
[all …]
/external/ltp/testcases/kernel/fs/ftest/
Dftest05.c87 static off64_t max_size; /* max file size */
259 #define CHUNK(i) (((off64_t)i) * csize)
335 if (lseek64(fd, CHUNK(chunk), 0) < (off64_t) 0) { in dotest()
417 if (lseek64(fd, -((off64_t) xfr), 1) < (off64_t) 0) { in dotest()
Dftest08.c81 static off64_t max_size; /* max file size */
225 #define CHUNK(i) ((((off64_t)i) * testers + me) * csize)
460 (off64_t) 0) { in dotest()
Dftest06.c271 off64_t seekval; in crfile()
286 seekval = lseek64(fd, (off64_t) (rand() % M), 0); in crfile()
292 seekval = lseek(fd, -((off64_t) sizeof(crmsg) - 1), 1); in crfile()
/external/libdivsufsort/CMakeModules/
DCheckLFS.cmake51 # LFS type2: 8 <= sizeof(off64_t), fopen64, fseeko64, ftello64
53 check_type_size("off64_t" SIZEOF_OFF64_T)
59 set(LFS_OFF_T "off64_t")
/external/pdfium/third_party/zlib_v128/
Dzlib.h1789 ZEXTERN off64_t ZEXPORT gzseek64 OF((gzFile, off64_t, int));
1790 ZEXTERN off64_t ZEXPORT gztell64 OF((gzFile));
1792 ZEXTERN uLong ZEXPORT adler32_combine64 OF((uLong, uLong, off64_t));
1793 ZEXTERN uLong ZEXPORT crc32_combine64 OF((uLong, uLong, off64_t));
/external/e2fsprogs/util/
Dcopy_sparse.c95 off64_t offset = 0, should_be; in copy_sparse_file()
152 should_be = ((off64_t) lb) * bs; in copy_sparse_file()
/external/fio/os/windows/
Dposix.h4 typedef off_t off64_t; typedef
/external/compiler-rt/lib/interception/
Dinterception_type_test.cc28 COMPILER_CHECK(sizeof(::OFF64_T) == sizeof(off64_t));

123