Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/dax/
Ddevice.c378 .mmap_supported_flags = MAP_SYNC,
/Linux-v5.10/fs/ext4/
Dfile.c903 .mmap_supported_flags = MAP_SYNC,
/Linux-v5.10/fs/xfs/
Dxfs_file.c1377 .mmap_supported_flags = MAP_SYNC,
/Linux-v5.10/mm/
Dmmap.c1489 flags_mask = LEGACY_MAP_MASK | file->f_op->mmap_supported_flags; in do_mmap()
/Linux-v5.10/include/linux/
Dfs.h1836 unsigned long mmap_supported_flags; member