Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/s390/kernel/
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()
A Dcompat_linux.h94 long compat_sys_s390_fadvise64(int fd, u32 high, u32 low, compat_size_t len, int advise);
/linux-6.3-rc2/io_uring/
A DMakefile6 sync.o advise.o filetable.o \
/linux-6.3-rc2/fs/erofs/
A Dzmap.c53 unsigned int advise, type; in legacy_load_cluster_from_disk() local
64 advise = le16_to_cpu(di->di_advise); in legacy_load_cluster_from_disk()
65 type = (advise >> Z_EROFS_VLE_DI_CLUSTER_TYPE_BIT) & in legacy_load_cluster_from_disk()
86 if (advise & Z_EROFS_VLE_DI_PARTIAL_REF) in legacy_load_cluster_from_disk()
A Derofs_fs.h265 __le16 advise; /* always 0, don't care for now */ member
/linux-6.3-rc2/Documentation/driver-api/media/drivers/
A Dsh_mobile_ceu_camera.rst124 We choose to follow the advise and interpret cropping units as client input
/linux-6.3-rc2/Documentation/filesystems/
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
A Dproc.rst547 sr sequential read advise provided
548 rr random read advise provided
560 hg huge page advise flag
561 nh no huge page advise flag
562 mg mergable advise flag
/linux-6.3-rc2/Documentation/devicetree/bindings/cpu/
A Dcpu-capacity.txt33 For the time being we however advise usage of the Dhrystone benchmark. What
/linux-6.3-rc2/Documentation/input/
A Dgamepad.rst77 change the mappings so you can advise users to set these.
/linux-6.3-rc2/include/trace/events/
A Df2fs.h184 __field(__u8, advise)
195 __entry->advise = F2FS_I(inode)->i_advise;
206 (unsigned char)__entry->advise)
/linux-6.3-rc2/Documentation/admin-guide/blockdev/
A Dfloppy.rst97 allocated in virtual memory. However, I advise against this if
/linux-6.3-rc2/Documentation/admin-guide/mm/
A Dtranshuge.rst259 advise
/linux-6.3-rc2/Documentation/process/
A Dapplying-patches.rst204 assume that either your patch file or your tree is broken and I'd advise you
/linux-6.3-rc2/Documentation/ABI/testing/
A Dsysfs-fs-f2fs591 between 2 (default) and 256 for POSIX_FADV_SEQUENTIAL advise option.
/linux-6.3-rc2/Documentation/kbuild/
A Dkconfig-language.rst734 existing projects to not only help advise how to integrate this work upstream
/linux-6.3-rc2/Documentation/cdrom/
A Dcdrom-standard.rst1031 - Try to recompile the drivers. We advise you to use modules, both
/linux-6.3-rc2/init/
A DKconfig1727 applications to advise the kernel about their future memory or file

Completed in 36 milliseconds