/third_party/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) {
|
/third_party/ltp/testcases/kernel/syscalls/llseek/ |
D | llseek01.c | 30 TEST(lseek64(fildes, (loff_t) (80 * BUFSIZ), SEEK_SET)); in verify_llseek() 41 TEST(lseek64(fildes, (loff_t) BUFSIZ, SEEK_SET)); in verify_llseek()
|
D | llseek02.c | 42 TEST(lseek64(*tc->fd, (loff_t) 1, tc->whence)); in verify_llseek()
|
D | llseek03.c | 85 TEST(lseek64(fd, tc->off, tc->whence)); in verify_lseek64()
|
/third_party/f2fs-tools/lib/ |
D | libf2fs_io.c | 75 static inline off64_t lseek64(int fd, __u64 offset, int set) in lseek64() function 285 if (lseek64(fd, offset, SEEK_SET) < 0) { in dcache_io_read() 400 if (lseek64(c.kd, (off64_t)offset, SEEK_SET) < 0) in dev_read_version() 545 if (lseek64(fd, (off64_t)offset, SEEK_SET) < 0) in dev_read() 593 if (lseek64(fd, (off64_t)offset, SEEK_SET) < 0) in dev_write() 607 if (lseek64(c.dump_fd, (off64_t)offset, SEEK_SET) < 0) in dev_write_dump() 632 if (lseek64(fd, (off64_t)offset, SEEK_SET) < 0) in dev_fill()
|
/third_party/musl/libc-test/src/functionalext/supplement/unistd/ |
D | lseek.c | 45 lseek64(fd, 0, SEEK_SET); in lseek64_0100() 46 offset = lseek64(fd, DataArry[i], SEEK_SET); in lseek64_0100()
|
/third_party/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 | 330 if (lseek64(fd, CHUNK(chunk), 0) < (off64_t) 0) { in dotest() 412 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()
|
/third_party/musl/src/unistd/x32/ |
D | lseek.c | 15 weak_alias(__lseek, lseek64);
|
/third_party/musl/src/unistd/ |
D | lseek.c | 15 weak_alias(__lseek, lseek64);
|
/third_party/ltp/testscripts/ |
D | Readme_ROBind | 87 * open, close, unlink, chdir, readv, writev, lseek64, llseek 92 Uses the lseek64.
|
/third_party/musl/src/unistd/mipsn32/ |
D | lseek.c | 20 weak_alias(__lseek, lseek64);
|
/third_party/NuttX/fs/vfs/ |
D | fs_lseek64.c | 178 off64_t lseek64(int fd, off64_t offset, int whence) in lseek64() function
|
/third_party/gptfdisk/ |
D | support.h | 16 #define lseek64 lseek macro
|
D | diskio-unix.cc | 325 sought = lseek64(fd, seekTo, SEEK_SET); in Seek()
|
/third_party/ffmpeg/libavformat/ |
D | os_support.h | 67 # define lseek(f,p,w) lseek64((f), (p), (w))
|
/third_party/ltp/testcases/kernel/syscalls/openat/ |
D | openat02.c | 201 offset = lseek64(fd, 4.1*1024*1024*1024, SEEK_SET); in testfunc_largefile()
|
/third_party/ltp/testcases/kernel/syscalls/open/ |
D | open12.c | 242 offset = lseek64(fd, 4.1*1024*1024*1024, SEEK_SET); in test_largefile()
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | windows.txt | 248 lseek64
|
/third_party/alsa-utils/axfer/test/ |
D | container-test.c | 175 pos = lseek64(fd, 0, SEEK_SET); in callback()
|
/third_party/ltp/testcases/kernel/fs/fsstress/ |
D | fsstress.c | 420 if (lseek64(fd, (off64_t) (MAXFSIZE32 + 1ULL), SEEK_SET) < 0) in main() 1845 lseek64(fd, off, SEEK_SET); in dread_f() 1935 lseek64(fd, off, SEEK_SET); in dwrite_f() 1951 lseek64(fd, off, SEEK_SET); in dwrite_f() 2270 lseek64(fd, off, SEEK_SET); in read_f() 2665 lseek64(fd, off, SEEK_SET); in write_f()
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | unistd.h | 196 #define lseek64 lseek macro
|