Searched refs:checkoff (Results 1 – 3 of 3) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/pwrite/ |
D | pwrite04.c | 33 static void l_seek(int fdesc, off_t offset, int whence, off_t checkoff) in l_seek() argument 38 if (offloc != checkoff) { in l_seek() 40 (int64_t)offloc, fdesc, (int64_t)offset, whence, (int64_t)checkoff); in l_seek()
|
D | pwrite01.c | 33 static void l_seek(int fdesc, off_t offset, int whence, off_t checkoff) in l_seek() argument 38 if (offloc != checkoff) { in l_seek() 40 (int64_t) offloc, (int64_t) checkoff); in l_seek()
|
/third_party/ltp/testcases/kernel/syscalls/pread/ |
D | pread01.c | 32 static void l_seek(int fdesc, off_t offset, int whence, off_t checkoff) in l_seek() argument 37 if (offloc != checkoff) { in l_seek() 39 (int64_t) offloc, (int64_t) checkoff); in l_seek()
|