Searched refs:advise (Results 1 – 17 of 17) sorted by relevance
/linux-5.19.10/arch/s390/kernel/ |
D | compat_linux.c | 247 …MPAT_SYSCALL_DEFINE5(s390_fadvise64, int, fd, u32, high, u32, low, compat_size_t, len, int, advise) in COMPAT_SYSCALL_DEFINE5() argument 249 if (advise == 4) in COMPAT_SYSCALL_DEFINE5() 250 advise = POSIX_FADV_DONTNEED; in COMPAT_SYSCALL_DEFINE5() 251 else if (advise == 5) in COMPAT_SYSCALL_DEFINE5() 252 advise = POSIX_FADV_NOREUSE; in COMPAT_SYSCALL_DEFINE5() 254 advise); in COMPAT_SYSCALL_DEFINE5()
|
D | compat_linux.h | 94 long compat_sys_s390_fadvise64(int fd, u32 high, u32 low, compat_size_t len, int advise);
|
/linux-5.19.10/fs/erofs/ |
D | zmap.c | 171 unsigned int advise, type; in legacy_load_cluster_from_disk() local 182 advise = le16_to_cpu(di->di_advise); in legacy_load_cluster_from_disk() 183 type = (advise >> Z_EROFS_VLE_DI_CLUSTER_TYPE_BIT) & in legacy_load_cluster_from_disk()
|
D | erofs_fs.h | 259 __le16 advise; /* always 0, don't care for now */ member
|
/linux-5.19.10/Documentation/driver-api/media/drivers/ |
D | sh_mobile_ceu_camera.rst | 124 We choose to follow the advise and interpret cropping units as client input
|
/linux-5.19.10/Documentation/filesystems/ |
D | journalling.rst | 32 call jbd2_journal_recover() if necessary. I would advise reading 96 transaction. I advise having a look at at least ext4_jbd.h to see the
|
D | proc.rst | 538 sr sequential read advise provided 539 rr random read advise provided 551 hg huge page advise flag 552 nh no huge page advise flag 553 mg mergable advise flag
|
/linux-5.19.10/Documentation/devicetree/bindings/arm/ |
D | cpu-capacity.txt | 33 For the time being we however advise usage of the Dhrystone benchmark. What
|
/linux-5.19.10/Documentation/input/ |
D | gamepad.rst | 77 change the mappings so you can advise users to set these.
|
/linux-5.19.10/include/trace/events/ |
D | f2fs.h | 177 __field(__u8, advise) 188 __entry->advise = F2FS_I(inode)->i_advise; 199 (unsigned char)__entry->advise)
|
/linux-5.19.10/Documentation/admin-guide/blockdev/ |
D | floppy.rst | 97 allocated in virtual memory. However, I advise against this if
|
/linux-5.19.10/Documentation/admin-guide/mm/ |
D | transhuge.rst | 254 advise
|
/linux-5.19.10/Documentation/process/ |
D | applying-patches.rst | 204 assume that either your patch file or your tree is broken and I'd advise you
|
/linux-5.19.10/Documentation/ABI/testing/ |
D | sysfs-fs-f2fs | 553 between 2 (default) and 256 for POSIX_FADV_SEQUENTIAL advise option.
|
/linux-5.19.10/Documentation/kbuild/ |
D | kconfig-language.rst | 734 existing projects to not only help advise how to integrate this work upstream
|
/linux-5.19.10/Documentation/cdrom/ |
D | cdrom-standard.rst | 1031 - Try to recompile the drivers. We advise you to use modules, both
|
/linux-5.19.10/init/ |
D | Kconfig | 1694 applications to advise the kernel about their future memory or file
|