Lines Matching refs:fadvise
38 #include <linux/fadvise.h>
79 // TODO: It would be cool if we could play with various fadvise()
86 // TODO: No clue where fadvise is. Disabled for now.
87 #define FADVISE(fd, off, len, advice) (void)0
121 {"fadvise", required_argument, 0, 'a'},
141 " -a --fadvise: Specify an fadvise policy (not supported).\n"
190 printf("# Fadvise: %s\n", testCase.fadviseAsStr());
261 case 'a': // fadvise
299 FADVISE(fd, 0, 0, testCase->fadvise());
425 FADVISE(fd, 0, 0, testCase->fadvise());
537 FADVISE(fd, 0, 0, testCase->fadvise());