Searched refs:advise (Results 1 – 10 of 10) sorted by relevance
/linux-4.1.27/arch/s390/kernel/ |
D | compat_linux.c | 479 …MPAT_SYSCALL_DEFINE5(s390_fadvise64, int, fd, u32, high, u32, low, compat_size_t, len, int, advise) in COMPAT_SYSCALL_DEFINE5() argument 481 if (advise == 4) in COMPAT_SYSCALL_DEFINE5() 482 advise = POSIX_FADV_DONTNEED; in COMPAT_SYSCALL_DEFINE5() 483 else if (advise == 5) in COMPAT_SYSCALL_DEFINE5() 484 advise = POSIX_FADV_NOREUSE; in COMPAT_SYSCALL_DEFINE5() 485 return sys_fadvise64(fd, (unsigned long)high << 32 | low, len, advise); in COMPAT_SYSCALL_DEFINE5()
|
D | compat_linux.h | 122 long compat_sys_s390_fadvise64(int fd, u32 high, u32 low, compat_size_t len, int advise);
|
/linux-4.1.27/Documentation/video4linux/ |
D | sh_mobile_ceu_camera.txt | 118 We choose to follow the advise and interpret cropping units as client input
|
/linux-4.1.27/include/trace/events/ |
D | f2fs.h | 130 __field(__u8, advise) 141 __entry->advise = F2FS_I(inode)->i_advise; 152 (unsigned char)__entry->advise)
|
/linux-4.1.27/Documentation/input/ |
D | gamepad.txt | 71 change the mappings so you can advise users to set these.
|
/linux-4.1.27/Documentation/blockdev/ |
D | floppy.txt | 95 allocated in virtual memory. However, I advise against this if
|
/linux-4.1.27/Documentation/filesystems/ |
D | proc.txt | 462 sr - sequential read advise provided 463 rr - random read advise provided 474 hg - huge page advise flag 475 nh - no-huge page advise flag 476 mg - mergable advise flag
|
/linux-4.1.27/Documentation/ |
D | applying-patches.txt | 180 assume that either your patch file or your tree is broken and I'd advise you
|
/linux-4.1.27/Documentation/cdrom/ |
D | cdrom-standard.tex | 1000 \item Try to recompile the drivers. We advise you to use modules, both
|
/linux-4.1.27/init/ |
D | Kconfig | 1572 applications to advise the kernel about their future memory or file
|