Home
last modified time | relevance | path

Searched refs:mmap_supported_flags (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/dax/
H A Ddevice.c378 .mmap_supported_flags = MAP_SYNC,
/OK3568_Linux_fs/kernel/fs/ext4/
H A Dfile.c931 .mmap_supported_flags = MAP_SYNC,
/OK3568_Linux_fs/kernel/fs/xfs/
H A Dxfs_file.c1398 .mmap_supported_flags = MAP_SYNC,
/OK3568_Linux_fs/kernel/include/linux/
H A Dfs.h1892 unsigned long mmap_supported_flags; member
/OK3568_Linux_fs/kernel/mm/
H A Dmmap.c1555 flags_mask = LEGACY_MAP_MASK | file->f_op->mmap_supported_flags; in do_mmap()