Home
last modified time | relevance | path

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

/Linux-v5.4/fs/ext4/
Dfile.c521 .mmap_supported_flags = MAP_SYNC,
/Linux-v5.4/drivers/dax/
Ddevice.c401 .mmap_supported_flags = MAP_SYNC,
/Linux-v5.4/fs/xfs/
Dxfs_file.c1260 .mmap_supported_flags = MAP_SYNC,
/Linux-v5.4/mm/
Dmmap.c1482 flags_mask = LEGACY_MAP_MASK | file->f_op->mmap_supported_flags; in do_mmap()
/Linux-v5.4/include/linux/
Dfs.h1828 unsigned long mmap_supported_flags; member