Searched refs:MAP_SYNC (Results 1 - 15 of 15) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A D | mman.h | 27 #ifndef MAP_SYNC 28 #define MAP_SYNC 0 macro 156 _calc_vm_trans(flags, MAP_SYNC, VM_SYNC ) | in calc_vm_flag_bits()
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | mman.h | 30 #ifndef MAP_SYNC 31 #define MAP_SYNC 0 macro 158 _calc_vm_trans(flags, MAP_SYNC, VM_SYNC ) | in calc_vm_flag_bits()
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/asm-generic/ |
H A D | mman.h | 18 #define MAP_SYNC 0x80000 macro
|
/kernel/linux/linux-5.10/tools/include/uapi/asm-generic/ |
H A D | mman-common.h | 30 #define MAP_SYNC 0x080000 /* perform synchronous page faults for the mapping */ macro
|
/kernel/linux/linux-5.10/include/uapi/asm-generic/ |
H A D | mman-common.h | 31 #define MAP_SYNC 0x080000 /* perform synchronous page faults for the mapping */ macro
|
/kernel/linux/linux-6.6/include/uapi/asm-generic/ |
H A D | mman-common.h | 31 #define MAP_SYNC 0x080000 /* perform synchronous page faults for the mapping */ macro
|
/kernel/linux/linux-6.6/tools/include/uapi/asm-generic/ |
H A D | mman-common.h | 30 #define MAP_SYNC 0x080000 /* perform synchronous page faults for the mapping */ macro
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-generic/ |
H A D | mman-common.h | 35 #define MAP_SYNC 0x080000 macro
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-generic/ |
H A D | mman-common.h | 35 #define MAP_SYNC 0x080000 macro
|
/kernel/linux/linux-5.10/drivers/dax/ |
H A D | device.c | 378 .mmap_supported_flags = MAP_SYNC,
|
/kernel/linux/linux-6.6/drivers/dax/ |
H A D | device.c | 380 .mmap_supported_flags = MAP_SYNC,
|
/kernel/linux/linux-5.10/fs/ext4/ |
H A D | file.c | 925 .mmap_supported_flags = MAP_SYNC,
|
/kernel/linux/linux-6.6/fs/ext4/ |
H A D | file.c | 941 .mmap_supported_flags = MAP_SYNC,
|
/kernel/linux/linux-5.10/fs/xfs/ |
H A D | xfs_file.c | 1394 .mmap_supported_flags = MAP_SYNC,
|
/kernel/linux/linux-6.6/fs/xfs/ |
H A D | xfs_file.c | 1493 .mmap_supported_flags = MAP_SYNC,
|
Completed in 11 milliseconds