Home | History | Annotate | Download | only in misc

Lines Matching full:advise

200  * @advise:		process flag.
202 static int posix_fadvise(int fd, loff_t offset, size_t len, int advise)
204 return syscall(__NR_fadvise64_64, fd, offset, len, advise);