Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/dax/
Ddevice.c380 .mmap_supported_flags = MAP_SYNC,
/Linux-v6.6/fs/ext4/
Dfile.c960 .mmap_supported_flags = MAP_SYNC,
/Linux-v6.6/fs/xfs/
Dxfs_file.c1456 .mmap_supported_flags = MAP_SYNC,
/Linux-v6.6/include/linux/
Dfs.h1866 unsigned long mmap_supported_flags; member
/Linux-v6.6/mm/
Dmmap.c1286 flags_mask = LEGACY_MAP_MASK | file->f_op->mmap_supported_flags; in do_mmap()