Searched refs:advise (Results 1 – 17 of 17) sorted by relevance
/Linux-v4.19/drivers/staging/erofs/ |
D | inode.c | 22 const unsigned advise = le16_to_cpu(v1->i_advise); in read_inode() local 24 vi->data_mapping_mode = __inode_data_mapping(advise); in read_inode() 33 if (__inode_version(advise) == EROFS_INODE_LAYOUT_V2) { in read_inode() 63 } else if (__inode_version(advise) == EROFS_INODE_LAYOUT_V1) { in read_inode() 95 __inode_version(advise), vi->nid); in read_inode()
|
D | internal.h | 337 #define __inode_version(advise) \ argument 338 __inode_advise(advise, EROFS_I_VERSION_BIT, \ 341 #define __inode_data_mapping(advise) \ argument 342 __inode_advise(advise, EROFS_I_DATA_MAPPING_BIT,\
|
D | unzip_vle.c | 1411 #define __vle_cluster_type(advise) __vle_cluster_advise(advise, \ argument
|
/Linux-v4.19/arch/s390/kernel/ |
D | compat_linux.c | 480 …MPAT_SYSCALL_DEFINE5(s390_fadvise64, int, fd, u32, high, u32, low, compat_size_t, len, int, advise) in COMPAT_SYSCALL_DEFINE5() argument 482 if (advise == 4) in COMPAT_SYSCALL_DEFINE5() 483 advise = POSIX_FADV_DONTNEED; in COMPAT_SYSCALL_DEFINE5() 484 else if (advise == 5) in COMPAT_SYSCALL_DEFINE5() 485 advise = POSIX_FADV_NOREUSE; in COMPAT_SYSCALL_DEFINE5() 487 advise); in COMPAT_SYSCALL_DEFINE5()
|
D | compat_linux.h | 123 long compat_sys_s390_fadvise64(int fd, u32 high, u32 low, compat_size_t len, int advise);
|
/Linux-v4.19/Documentation/media/v4l-drivers/ |
D | sh_mobile_ceu_camera.rst | 122 We choose to follow the advise and interpret cropping units as client input
|
/Linux-v4.19/Documentation/filesystems/ |
D | index.rst | 180 call :c:func:`jbd2_journal_recover` if necessary. I would advise reading 244 transaction. I advise having a look at at least ext4_jbd.h to see the
|
D | proc.txt | 482 sr - sequential read advise provided 483 rr - random read advise provided 493 hg - huge page advise flag 494 nh - no-huge page advise flag 495 mg - mergable advise flag
|
/Linux-v4.19/Documentation/devicetree/bindings/arm/ |
D | cpu-capacity.txt | 33 For the time being we however advise usage of the Dhrystone benchmark. What
|
/Linux-v4.19/include/trace/events/ |
D | f2fs.h | 170 __field(__u8, advise) 181 __entry->advise = F2FS_I(inode)->i_advise; 192 (unsigned char)__entry->advise)
|
/Linux-v4.19/Documentation/input/ |
D | gamepad.rst | 77 change the mappings so you can advise users to set these.
|
/Linux-v4.19/Documentation/blockdev/ |
D | floppy.txt | 95 allocated in virtual memory. However, I advise against this if
|
/Linux-v4.19/Documentation/admin-guide/mm/ |
D | transhuge.rst | 247 advise
|
/Linux-v4.19/Documentation/process/ |
D | applying-patches.rst | 204 assume that either your patch file or your tree is broken and I'd advise you
|
/Linux-v4.19/Documentation/kbuild/ |
D | kconfig-language.txt | 659 to not only help advise how to integrate this work upstream but also help
|
/Linux-v4.19/Documentation/cdrom/ |
D | cdrom-standard.tex | 1004 \item Try to recompile the drivers. We advise you to use modules, both
|
/Linux-v4.19/init/ |
D | Kconfig | 1383 applications to advise the kernel about their future memory or file
|