Home
last modified time | relevance | path

Searched refs:advise (Results 1 – 6 of 6) sorted by relevance

/linux-2.6.39/arch/s390/kernel/
Dcompat_linux.c672 sys32_fadvise64(int fd, loff_t offset, size_t len, int advise) in sys32_fadvise64() argument
674 if (advise == 4) in sys32_fadvise64()
675 advise = POSIX_FADV_DONTNEED; in sys32_fadvise64()
676 else if (advise == 5) in sys32_fadvise64()
677 advise = POSIX_FADV_NOREUSE; in sys32_fadvise64()
678 return sys_fadvise64(fd, offset, len, advise); in sys32_fadvise64()
Dcompat_linux.h220 long sys32_fadvise64(int fd, loff_t offset, size_t len, int advise);
/linux-2.6.39/Documentation/video4linux/
Dsh_mobile_ceu_camera.txt118 We choose to follow the advise and interpret cropping units as client input
/linux-2.6.39/Documentation/blockdev/
Dfloppy.txt95 allocated in virtual memory. However, I advise against this if
/linux-2.6.39/Documentation/
Dapplying-patches.txt180 assume that either your patch file or your tree is broken and I'd advise you
/linux-2.6.39/Documentation/cdrom/
Dcdrom-standard.tex1000 \item Try to recompile the drivers. We advise you to use modules, both