/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/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 | mmapstress04.c | 183 if (lseek64(rwfd, seekoff, SEEK_SET) != seekoff) { 240 if (lseek64(rwfd, startoffset, SEEK_SET) != startoffset) {
|
D | mmapstress10.c | 357 if (lseek64(fd, sparseoffset, SEEK_SET) < 0) { 725 if ((off = lseek64(fd_writer, 0, SEEK_END)) == -1) { 819 if (lseek64(fd, sparseoffset, SEEK_SET) < 0) {
|
D | mmapstress01.c | 307 if (lseek64(fd, sparseoffset, SEEK_SET) < 0) { 637 if (lseek64(fd, sparseoffset, SEEK_SET) < 0) {
|
/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/e2fsprogs/lib/ext2fs/ |
D | llseek.c | 40 #define my_llseek lseek64 132 return lseek64 (fd, offset, origin); in ext2fs_llseek()
|
/external/e2fsprogs/lib/blkid/ |
D | llseek.c | 40 #define my_llseek lseek64 134 return lseek64 (fd, offset, origin); in blkid_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 | 151 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 | 337 if (lseek64(fd, CHUNK(chunk), 0) < 0) { in dotest() 419 if (lseek64(fd, -xfr, 1) < 0) { in dotest() 459 if (lseek64(fd, CHUNK(i), 0) < in dotest()
|
D | ftest05.c | 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 | ftest07.c | 398 if (lseek64(fd, CHUNK(chunk), 0) < 0) { in dotest() 495 if (lseek64(fd, -((off64_t) xfr), 1) < 0) { in dotest()
|
/external/fsck_msdos/ |
D | dir.c | 324 if (lseek64(f, off, SEEK_SET) != off) { in delete() 337 if (lseek64(f, off, SEEK_SET) != off) { in delete() 474 if (lseek64(f, off, SEEK_SET) != off) { in check_dot_dot() 563 if (lseek64(f, off, SEEK_SET) != off) { in readDosDirSection() 961 if (lseek64(f, off, SEEK_SET) != off in readDosDirSection() 1063 if (lseek64(dosfs, lfoff, SEEK_SET) != lfoff in reconnect() 1093 if (lseek64(dosfs, lfoff, SEEK_SET) != lfoff in reconnect()
|
/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/ltp/testcases/kernel/syscalls/open/ |
D | open12.c | 242 offset = lseek64(fd, 4.1*1024*1024*1024, SEEK_SET); in test_largefile()
|
/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 | 203 offset = lseek64(fd, 4.1*1024*1024*1024, SEEK_SET); in testfunc_largefile()
|
/external/valgrind/ |
D | glibc-2.2.supp | 388 # llseek(result)/lseek64/_IO_file_seek(Param) 391 # fun:lseek64
|