/external/f2fs-tools/lib/ |
D | libf2fs_io.c | 60 static inline off64_t lseek64(int fd, __u64 offset, int set) in lseek64() function 73 if (lseek64(c.kd, (off64_t)offset, SEEK_SET) < 0) in dev_read_version() 173 if (lseek64(fd, (off64_t)offset, SEEK_SET) < 0) in dev_read() 212 if (lseek64(fd, (off64_t)offset, SEEK_SET) < 0) in dev_write() 226 if (lseek64(c.dump_fd, (off64_t)offset, SEEK_SET) < 0) in dev_write_dump() 247 if (lseek64(fd, (off64_t)offset, SEEK_SET) < 0) in dev_fill()
|
/external/ltp/testcases/kernel/mem/mmapstress/ |
D | mmapstress07.c | 169 if (lseek64(rwfd, sparseoff, SEEK_SET) < 0) { 185 if (lseek64(rwfd, holesize, SEEK_CUR) == -1) { 229 if (lseek64(rwfd, sparseoff + e_pageskip * pagesize, SEEK_SET) == -1) { 248 if (lseek64(rofd, sparseoff, SEEK_SET) == -1) {
|
D | mmapstress10.c | 355 if (lseek64(fd, sparseoffset, SEEK_SET) < 0) { 723 if ((off = lseek64(fd_writer, 0, SEEK_END)) == -1) { 817 if (lseek64(fd, sparseoffset, SEEK_SET) < 0) {
|
D | mmapstress01.c | 306 if (lseek64(fd, sparseoffset, SEEK_SET) < 0) { 636 if (lseek64(fd, sparseoffset, SEEK_SET) < 0) {
|
/external/f2fs-tools/ |
D | configure.ac | 127 lseek64 143 dnl Check to see if lseek64() is declared in unistd.h. Glibc's header files 145 dnl and if it isn't defined while lseek64 is defined in the library, 151 AC_CHECK_DECL(lseek64,[AC_DEFINE(HAVE_LSEEK64_PROTOTYPE, 1, 152 [Define to 1 if lseek64 declared in unistd.h])],,
|
/external/e2fsprogs/util/ |
D | copy_sparse.c | 156 if (lseek64(fd, should_be, SEEK_SET) == (off_t) -1) { in copy_sparse_file() 160 if (lseek64(ofd, should_be, SEEK_SET) == (off_t) -1) { in copy_sparse_file() 195 lseek64(ofd, offset-1, SEEK_CUR); in copy_sparse_file()
|
/external/libchrome/libchrome_tools/patch/ |
D | file_posix.patch | 1 # On Android, lseek64 should be used, whlie lseek should be in other platfrom. 14 return lseek64(file_.get(), static_cast<off64_t>(offset),
|
/external/e2fsprogs/lib/blkid/ |
D | llseek.c | 40 #define my_llseek lseek64 134 return lseek64 (fd, offset, origin); in blkid_llseek()
|
/external/e2fsprogs/lib/ext2fs/ |
D | llseek.c | 40 #define my_llseek lseek64 132 return lseek64 (fd, offset, origin); in ext2fs_llseek()
|
/external/ltp/testcases/kernel/syscalls/llseek/ |
D | llseek01.c | 117 TEST(lseek64(fildes, (loff_t) (80 * BUFSIZ), SEEK_SET)); in main() 142 offset = lseek64(fildes, (loff_t) BUFSIZ, SEEK_SET); in main()
|
D | llseek03.c | 115 TEST(lseek64(fd, (loff_t) 1, SEEK_CUR)); in testfunc_seekcur() 151 TEST(lseek64(fd, (loff_t) 0, SEEK_END)); in testfunc_seekend()
|
D | llseek02.c | 152 TEST(lseek64(fildes, (loff_t) 0, whence)); in main()
|
/external/ltp/testcases/kernel/io/disktest/ |
D | io.c | 94 return_lba = (OFF_T) lseek64(fd, 0, SEEK_END); in SeekEnd() 106 return_lba = (OFF_T) lseek64(fd, lba, SEEK_SET); in Seek()
|
/external/ltp/testcases/kernel/fs/ftest/ |
D | ftest08.c | 333 if (lseek64(fd, CHUNK(chunk), 0) < 0) { in dotest() 415 if (lseek64(fd, -xfr, 1) < 0) { in dotest() 455 if (lseek64(fd, CHUNK(i), 0) < in dotest()
|
D | ftest05.c | 331 if (lseek64(fd, CHUNK(chunk), 0) < (off64_t) 0) { in dotest() 413 if (lseek64(fd, -((off64_t) xfr), 1) < (off64_t) 0) { in dotest()
|
D | ftest07.c | 392 if (lseek64(fd, CHUNK(chunk), 0) < 0) { in dotest() 489 if (lseek64(fd, -((off64_t) xfr), 1) < 0) { in dotest()
|
/external/ltp/testscripts/ |
D | Readme_ROBind | 87 * open, close, unlink, chdir, readv, writev, lseek64, llseek 92 Uses the lseek64.
|
/external/ltp/utils/ffsb-6.0-rc2/ |
D | fh.c | 41 #define lseek64 lseek macro 203 res = lseek64(fd, offset, whence); in fhseek()
|
/external/gptfdisk/ |
D | support.h | 16 #define lseek64 lseek macro
|
D | diskio-unix.cc | 285 sought = lseek64(fd, seekTo, SEEK_SET); in Seek()
|
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/MCJIT/ |
D | Intercept.cpp | 70 sys::DynamicLibrary::AddSymbol("\x1lseek64", (void*)(intptr_t)lseek64); in StatSymbols()
|
/external/e2fsprogs/misc/ |
D | findsuper.c | 191 for (; lseek64(fd, sk, SEEK_SET) != -1 && in main()
|
/external/ltp/testcases/kernel/syscalls/openat/ |
D | openat02.c | 202 offset = lseek64(fd, 4.1*1024*1024*1024, SEEK_SET); in testfunc_largefile()
|
/external/ltp/testcases/kernel/syscalls/open/ |
D | open12.c | 242 offset = lseek64(fd, 4.1*1024*1024*1024, SEEK_SET); in test_largefile()
|
/external/e2fsprogs/contrib/ |
D | fsstress.c | 447 if (lseek64(fd, (off64_t) (MAXFSIZE32 + 1ULL), SEEK_SET) < 0) in main() 1870 lseek64(fd, off, SEEK_SET); in dread_f() 1960 lseek64(fd, off, SEEK_SET); in dwrite_f() 1976 lseek64(fd, off, SEEK_SET); in dwrite_f() 2295 lseek64(fd, off, SEEK_SET); in read_f() 2690 lseek64(fd, off, SEEK_SET); in write_f()
|