Searched refs:advise (Results 1 – 6 of 6) sorted by relevance
/linux-2.6.39/arch/s390/kernel/ |
D | compat_linux.c | 672 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()
|
D | compat_linux.h | 220 long sys32_fadvise64(int fd, loff_t offset, size_t len, int advise);
|
/linux-2.6.39/Documentation/video4linux/ |
D | sh_mobile_ceu_camera.txt | 118 We choose to follow the advise and interpret cropping units as client input
|
/linux-2.6.39/Documentation/blockdev/ |
D | floppy.txt | 95 allocated in virtual memory. However, I advise against this if
|
/linux-2.6.39/Documentation/ |
D | applying-patches.txt | 180 assume that either your patch file or your tree is broken and I'd advise you
|
/linux-2.6.39/Documentation/cdrom/ |
D | cdrom-standard.tex | 1000 \item Try to recompile the drivers. We advise you to use modules, both
|