Home
last modified time | relevance | path

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

/linux/arch/s390/kernel/
H A Dcompat_linux.c247 …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 Dcompat_linux.h94 long compat_sys_s390_fadvise64(int fd, u32 high, u32 low, compat_size_t len, int advise);
/linux/fs/erofs/
H A Dzmap.c32 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 Derofs_fs.h271 __le16 advise; /* always 0, don't care for now */ member
/linux/Documentation/driver-api/media/drivers/
H A Dsh_mobile_ceu_camera.rst124 We choose to follow the advise and interpret cropping units as client input
/linux/Documentation/filesystems/
H A Djournalling.rst32 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 Dcpu-capacity.txt33 For the time being we however advise usage of the Dhrystone benchmark. What
/linux/Documentation/admin-guide/mm/
H A Dtranshuge.rst332 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 Ddisplay-contributing.rst83 strongly advise not to send huge patches changing these prefixes; otherwise, it
/linux/Documentation/arch/riscv/
H A Dboot.rst168 compiled with those flags, we advise, as much as possible, not to use external
/linux/Documentation/input/
H A Dgamepad.rst77 change the mappings so you can advise users to set these.
/linux/Documentation/admin-guide/blockdev/
H A Dfloppy.rst97 allocated in virtual memory. However, I advise against this if
/linux/include/trace/events/
H A Df2fs.h198 __field(__u8, advise)
209 __entry->advise = F2FS_I(inode)->i_advise;
220 (unsigned char)__entry->advise)
/linux/Documentation/process/
H A Dapplying-patches.rst204 assume that either your patch file or your tree is broken and I'd advise you
/linux/Documentation/kbuild/
H A Dkconfig-language.rst760 existing projects to not only help advise how to integrate this work upstream
/linux/init/
H A DKconfig1766 applications to advise the kernel about their future memory or file
/linux/Documentation/admin-guide/
H A Dkernel-parameters.txt7049 and "advise").
7304 Format: [always|within_size|advise|never|deny|force]
7311 Format: [always|within_size|advise|never]