/linux/arch/s390/kernel/ |
H A 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()
|
H A D | compat_linux.h | 94 long compat_sys_s390_fadvise64(int fd, u32 high, u32 low, compat_size_t len, int advise);
|
/linux/fs/erofs/ |
H A D | zmap.c | 32 unsigned int advise; in z_erofs_load_full_lcluster() local 40 advise = le16_to_cpu(di->di_advise); in z_erofs_load_full_lcluster() 41 m->type = advise & Z_EROFS_LI_LCLUSTER_TYPE_MASK; in z_erofs_load_full_lcluster() 56 m->partialref = !!(advise & Z_EROFS_LI_PARTIAL_REF); in z_erofs_load_full_lcluster()
|
H A D | erofs_fs.h | 271 __le16 advise; /* always 0, don't care for now */ member
|
/linux/Documentation/driver-api/media/drivers/ |
H A D | sh_mobile_ceu_camera.rst | 124 We choose to follow the advise and interpret cropping units as client input
|
/linux/Documentation/filesystems/ |
H A 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
|
/linux/Documentation/devicetree/bindings/cpu/ |
H A D | cpu-capacity.txt | 33 For the time being we however advise usage of the Dhrystone benchmark. What
|
/linux/Documentation/admin-guide/mm/ |
H A D | transhuge.rst | 332 seven valid policies for shmem (``always``, ``within_size``, ``advise``, 338 four valid policies for tmpfs (``always``, ``within_size``, ``advise``, 387 advise 443 advise
|
/linux/Documentation/gpu/amdgpu/display/ |
H A D | display-contributing.rst | 83 strongly advise not to send huge patches changing these prefixes; otherwise, it
|
/linux/Documentation/arch/riscv/ |
H A D | boot.rst | 168 compiled with those flags, we advise, as much as possible, not to use external
|
/linux/Documentation/input/ |
H A D | gamepad.rst | 77 change the mappings so you can advise users to set these.
|
/linux/Documentation/admin-guide/blockdev/ |
H A D | floppy.rst | 97 allocated in virtual memory. However, I advise against this if
|
/linux/include/trace/events/ |
H A D | f2fs.h | 198 __field(__u8, advise) 209 __entry->advise = F2FS_I(inode)->i_advise; 220 (unsigned char)__entry->advise)
|
/linux/Documentation/process/ |
H A D | applying-patches.rst | 204 assume that either your patch file or your tree is broken and I'd advise you
|
/linux/Documentation/kbuild/ |
H A D | kconfig-language.rst | 760 existing projects to not only help advise how to integrate this work upstream
|
/linux/init/ |
H A D | Kconfig | 1766 applications to advise the kernel about their future memory or file
|
/linux/Documentation/admin-guide/ |
H A D | kernel-parameters.txt | 7049 and "advise"). 7304 Format: [always|within_size|advise|never|deny|force] 7311 Format: [always|within_size|advise|never]
|