Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/dax/
Ddevice.c380 .mmap_supported_flags = MAP_SYNC,
/linux-6.6.21/fs/ext4/
Dfile.c941 .mmap_supported_flags = MAP_SYNC,
/linux-6.6.21/fs/xfs/
Dxfs_file.c1493 .mmap_supported_flags = MAP_SYNC,
/linux-6.6.21/include/linux/
Dfs.h1927 unsigned long mmap_supported_flags; member
/linux-6.6.21/mm/
Dmmap.c1286 flags_mask = LEGACY_MAP_MASK | file->f_op->mmap_supported_flags; in do_mmap()