Searched refs:posix_fadvise (Results 1 – 14 of 14) sorted by relevance
/external/fio/ |
D | helpers.h | 13 extern int posix_fadvise(int fd, off_t offset, off_t len, int advice);
|
D | helpers.c | 36 int posix_fadvise(int fd, off_t offset, off_t len, int advice) in posix_fadvise() function
|
D | configure | 620 posix_fadvise="no" 626 int r = posix_fadvise(0, 0, 0, POSIX_FADV_NORMAL); 631 posix_fadvise="yes" 633 echo "POSIX fadvise $posix_fadvise" 1472 if test "$posix_fadvise" = "yes" ; then
|
D | ioengines.c | 466 if (posix_fadvise(f->fd, f->file_offset, f->io_size, flags) < 0) { in td_io_open_file()
|
D | filesetup.c | 404 ret = posix_fadvise(f->fd, off, len, POSIX_FADV_DONTNEED); in __file_invalidate_cache()
|
/external/f2fs-tools/lib/ |
D | libf2fs_io.c | 52 return posix_fadvise(config.fd, offset, len, POSIX_FADV_WILLNEED); in dev_readahead()
|
/external/e2fsprogs/misc/ |
D | e4defrag.c | 188 #warning Using locally defined posix_fadvise interface. 202 static int posix_fadvise(int fd, loff_t offset, size_t len, int advise) in posix_fadvise() function 494 if (posix_fadvise(fd, offset, pagesize, fadvise_flag) < 0) { in defrag_fadvise()
|
/external/compiler-rt/lib/dfsan/ |
D | done_abilist.txt | 114 fun:posix_fadvise=discard
|
D | libc_ubuntu1404_abilist.txt | 2481 fun:posix_fadvise=uninstrumented
|
/external/elfutils/src/src/ |
D | strings.c | 586 (void) posix_fadvise (fd, 0, 0, POSIX_FADV_SEQUENTIAL); in read_block()
|
/external/e2fsprogs/lib/ |
D | config.h.in | 281 /* Define to 1 if you have the `posix_fadvise' function. */
|
/external/e2fsprogs/ |
D | configure.in | 1050 posix_fadvise
|
D | configure | 11044 …llinfo mbstowcs memalign mmap msync nanosleep open64 pathconf posix_fadvise posix_memalig…
|
/external/google-breakpad/src/processor/testdata/symbols/libc-2.13.so/F4F8DFCD5A5FB5A7CE64717E9E6AE3890/ |
D | libc-2.13.so.sym | 890 PUBLIC cff50 0 posix_fadvise
|