Home
last modified time | relevance | path

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

/Linux-v4.19/fs/ext4/
Dfile.c506 .mmap_supported_flags = MAP_SYNC,
/Linux-v4.19/drivers/dax/
Ddevice.c576 .mmap_supported_flags = MAP_SYNC,
/Linux-v4.19/fs/xfs/
Dxfs_file.c1172 .mmap_supported_flags = MAP_SYNC,
/Linux-v4.19/mm/
Dmmap.c1444 flags_mask = LEGACY_MAP_MASK | file->f_op->mmap_supported_flags; in do_mmap()
/Linux-v4.19/include/linux/
Dfs.h1740 unsigned long mmap_supported_flags; member