/external/strace/linux/ |
D | asm_stat.h | 10 # 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/ |
D | mmapstress04.c | 109 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);
|
D | mmapstress10.c | 141 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;
|
D | mmapstress01.c | 124 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/ |
D | libf2fs_io.c | 33 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/ |
D | sync_file_range01.c | 113 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/ |
D | sync_file_range.c | 42 const off64_t offset = 0xdeadbeefbadc0dedULL; in main() 43 const off64_t nbytes = 0xfacefeedcafef00dULL; in main()
|
D | sync_file_range2.c | 42 const off64_t offset = 0xdeadbeefbadc0ded; in main() 43 const off64_t nbytes = 0xfacefeedcafef00d; in main()
|
/external/strace/tests-m32/ |
D | sync_file_range2.c | 42 const off64_t offset = 0xdeadbeefbadc0ded; in main() 43 const off64_t nbytes = 0xfacefeedcafef00d; in main()
|
D | sync_file_range.c | 42 const off64_t offset = 0xdeadbeefbadc0dedULL; in main() 43 const off64_t nbytes = 0xfacefeedcafef00dULL; in main()
|
/external/strace/tests/ |
D | sync_file_range2.c | 42 const off64_t offset = 0xdeadbeefbadc0ded; in main() 43 const off64_t nbytes = 0xfacefeedcafef00d; in main()
|
D | sync_file_range.c | 42 const off64_t offset = 0xdeadbeefbadc0dedULL; in main() 43 const off64_t nbytes = 0xfacefeedcafef00dULL; in main()
|
/external/fio/ |
D | helpers.h | 11 extern int sync_file_range(int fd, off64_t offset, off64_t nbytes,
|
D | helpers.c | 28 int sync_file_range(int fd, off64_t offset, off64_t nbytes, unsigned int flags) in sync_file_range()
|
/external/libbrillo/brillo/streams/ |
D | file_stream.h | 43 virtual off64_t Seek(off64_t offset, int whence) = 0; 46 virtual int Truncate(off64_t length) const = 0;
|
D | file_stream.cc | 49 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/ |
D | fsstress.c | 214 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/ |
D | ftest05.c | 87 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()
|
D | ftest08.c | 81 static off64_t max_size; /* max file size */ 225 #define CHUNK(i) ((((off64_t)i) * testers + me) * csize) 460 (off64_t) 0) { in dotest()
|
D | ftest06.c | 271 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/ |
D | CheckLFS.cmake | 51 # 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/ |
D | zlib.h | 1789 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/ |
D | copy_sparse.c | 95 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/ |
D | posix.h | 4 typedef off_t off64_t; typedef
|
/external/compiler-rt/lib/interception/ |
D | interception_type_test.cc | 28 COMPILER_CHECK(sizeof(::OFF64_T) == sizeof(off64_t));
|