Home
last modified time | relevance | path

Searched refs:SEEK_HOLE (Results 1 – 25 of 46) sorted by relevance

12

/third_party/ltp/testcases/kernel/syscalls/lseek/
Dlseek11.c71 {0, 0, SEEK_HOLE, "", 1023}, /* SEEK_HOLE from starting of file */
72 {0, 4, SEEK_HOLE, "", 1023}, /* SEEK_HOLE from maddle of the first data */
73 …{1, 0, SEEK_HOLE, "", 1023}, /* SEEK_HOLE from the starting of the first …
74 {1, 128, SEEK_HOLE, "", 1023}, /* SEEK_HOLE from maddle of the first hole */
79 …{UNIT_BLOCKS, 0, SEEK_HOLE, "", 1023}, /* SEEK_HOLE from the starting of the second…
80 …{UNIT_BLOCKS, 4, SEEK_HOLE, "", 1023}, /* SEEK_HOLE from middle of the second data …
81 …{UNIT_BLOCKS + 1, 128, SEEK_HOLE, "", 1023}, /* SEEK_HOLE from middle of the second hole …
83 {FILE_BLOCKS, -128, SEEK_HOLE, NULL, 0}, /* SEEK_HOLE from no hole pass offset*/
170 SAFE_LSEEK(fd, 0, SEEK_HOLE); in setup()
/third_party/ltp/include/lapi/
Dseek.h15 #ifndef SEEK_HOLE
16 # define SEEK_HOLE 4 macro
/third_party/toybox/lib/
Dportability.h70 #ifndef SEEK_HOLE
71 #define SEEK_HOLE 4 macro
/third_party/ltp/testcases/kernel/syscalls/fallocate/
Dfallocate04.c121 off_t ret = lseek(fd, 0, SEEK_HOLE); in test02()
/third_party/musl/porting/liteos_m/kernel/include/
Dunistd.h20 #define SEEK_HOLE 4 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dunistd.h20 #define SEEK_HOLE 4 macro
/third_party/musl/include/
Dunistd.h18 #define SEEK_HOLE 4 macro
/third_party/musl/porting/linux/user/include/
Dunistd.h18 #define SEEK_HOLE 4 macro
/third_party/musl/porting/liteos_a/kernel/include/
Dunistd.h18 #define SEEK_HOLE 4 macro
/third_party/musl/porting/uniproton/kernel/include/
Dunistd.h20 #define SEEK_HOLE 4 macro
/third_party/toybox/toys/pending/
Dstrace.c384 C(SEEK_HOLE), 0);
/third_party/rust/crates/libc/libc-test/semver/
Ddragonfly.txt870 SEEK_HOLE
Dfreebsd.txt1082 SEEK_HOLE
Dapple.txt1268 SEEK_HOLE
Dlinux.txt2147 SEEK_HOLE
Dandroid.txt2062 SEEK_HOLE
/third_party/python/Modules/_io/
Dbufferedio.c1229 #ifdef SEEK_HOLE in _io__Buffered_seek_impl()
1230 && (whence != SEEK_HOLE) in _io__Buffered_seek_impl()
/third_party/toybox/toys/posix/
Dtar.c309 while ((lo = lseek(fd, ld, SEEK_HOLE)) != -1) { in add_to_tar()
/third_party/python/Lib/test/
Dtest_posix.py1447 self.assertLessEqual(size, os.lseek(fno, i, os.SEEK_HOLE))
1449 self.assertRaises(OSError, os.lseek, fno, size, os.SEEK_HOLE)
/third_party/python/Lib/
D_pyio.py23 valid_seek_flags.add(os.SEEK_HOLE)
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/
Dmod.rs553 pub const SEEK_HOLE: ::c_int = 4; constant
/third_party/rust/crates/nix/src/
Dunistd.rs1125 SeekHole = libc::SEEK_HOLE
/third_party/rust/crates/libc/src/unix/solarish/
Dmod.rs1273 pub const SEEK_HOLE: ::c_int = 4; constant
/third_party/rust/crates/libc/src/unix/linux_like/android/
Dmod.rs2743 pub const SEEK_HOLE: ::c_int = 4; constant
/third_party/python/Doc/library/
Dio.rst420 :data:`os.SEEK_HOLE` or :data:`os.SEEK_DATA`. The valid values

12