Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/dax/
Ddevice.c378 .mmap_supported_flags = MAP_SYNC,
/Linux-v5.15/fs/ext4/
Dfile.c924 .mmap_supported_flags = MAP_SYNC,
/Linux-v5.15/fs/xfs/
Dxfs_file.c1461 .mmap_supported_flags = MAP_SYNC,
/Linux-v5.15/mm/
Dmmap.c1487 flags_mask = LEGACY_MAP_MASK | file->f_op->mmap_supported_flags; in do_mmap()
/Linux-v5.15/include/linux/
Dfs.h2085 unsigned long mmap_supported_flags; member