Home
last modified time | relevance | path

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

/linux/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.h123 long compat_sys_s390_fadvise64(int fd, u32 high, u32 low, compat_size_t len, int advise);
/linux/fs/erofs/
A Dzmap.c165 unsigned int advise, type; in legacy_load_cluster_from_disk() local
175 advise = le16_to_cpu(di->di_advise); in legacy_load_cluster_from_disk()
176 type = (advise >> Z_EROFS_VLE_DI_CLUSTER_TYPE_BIT) & in legacy_load_cluster_from_disk()
A Derofs_fs.h257 __le16 advise; /* always 0, don't care for now */ member
/linux/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/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.rst536 sr sequential read advise provided
537 rr random read advise provided
549 hg huge page advise flag
550 nh no huge page advise flag
551 mg mergable advise flag
/linux/Documentation/devicetree/bindings/arm/
A Dcpu-capacity.txt33 For the time being we however advise usage of the Dhrystone benchmark. What
/linux/Documentation/input/
A Dgamepad.rst77 change the mappings so you can advise users to set these.
/linux/include/trace/events/
A Df2fs.h185 __field(__u8, advise)
196 __entry->advise = F2FS_I(inode)->i_advise;
207 (unsigned char)__entry->advise)
/linux/Documentation/admin-guide/blockdev/
A Dfloppy.rst97 allocated in virtual memory. However, I advise against this if
/linux/Documentation/admin-guide/mm/
A Dtranshuge.rst254 advise
/linux/Documentation/ABI/testing/
A Dsysfs-fs-f2fs514 between 2 (default) and 256 for POSIX_FADV_SEQUENTIAL advise option.
/linux/Documentation/process/
A Dapplying-patches.rst204 assume that either your patch file or your tree is broken and I'd advise you
/linux/Documentation/kbuild/
A Dkconfig-language.rst730 existing projects to not only help advise how to integrate this work upstream
/linux/Documentation/cdrom/
A Dcdrom-standard.rst1041 - Try to recompile the drivers. We advise you to use modules, both
/linux/init/
A DKconfig1669 applications to advise the kernel about their future memory or file

Completed in 25 milliseconds