Searched refs:POSIX_FADV_NORMAL (Results 1 – 8 of 8) sorted by relevance
/glibc-2.36/posix/ |
D | tst-posix_fadvise-common.c | 80 if (posix_fadvise (-1, 0, 0, POSIX_FADV_NORMAL) != EBADF) in do_test_common() 88 if (posix_fadvise (fifofd, 0, 0, POSIX_FADV_NORMAL) != ESPIPE) in do_test_common() 92 if (posix_fadvise (temp_fd, 0, 0, POSIX_FADV_NORMAL) != 0) in do_test_common() 95 if (posix_fadvise (temp_fd, 0, 2 * BLK_SIZE, POSIX_FADV_NORMAL) != 0) in do_test_common() 99 if (posix_fadvise (temp_fd, 2 * BLK_SIZE, 0, POSIX_FADV_NORMAL) != 0) in do_test_common()
|
D | tst-posix_fadvise64.c | 32 if (posix_fadvise (temp_fd, 0, -1, POSIX_FADV_NORMAL) != EINVAL) in do_test() 37 if (posix_fadvise (temp_fd, 0, offset, POSIX_FADV_NORMAL) != 0) in do_test() 41 if (posix_fadvise (temp_fd, offset, 0, POSIX_FADV_NORMAL) != 0) in do_test()
|
/glibc-2.36/bits/ |
D | fcntl.h | 140 # define POSIX_FADV_NORMAL 0 /* No further special treatment. */ macro
|
/glibc-2.36/sysdeps/mach/hurd/bits/ |
D | fcntl.h | 224 # define POSIX_FADV_NORMAL 0 /* No further special treatment. */ macro
|
/glibc-2.36/conform/data/ |
D | fcntl.h-data | 71 constant POSIX_FADV_NORMAL
|
/glibc-2.36/sysdeps/unix/sysv/linux/bits/ |
D | fcntl-linux.h | 318 # define POSIX_FADV_NORMAL 0 /* No further special treatment. */ macro
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.11 | 10448 S_IWOTH, S_IXOTH, S_ISUID, S_ISGID, S_ISVTX, POSIX_FADV_NORMAL, 11278 * sysdeps/generic/bits/fcntl.h: Define POSIX_FADV_NORMAL,
|
D | ChangeLog.18 | 78660 [__USE_XOPEN2K] (POSIX_FADV_NORMAL, POSIX_FADV_RANDOM): New macros.
|