Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/dax/
Ddevice.c386 .mmap_supported_flags = MAP_SYNC,
/Linux-v6.1/fs/ext4/
Dfile.c944 .mmap_supported_flags = MAP_SYNC,
/Linux-v6.1/fs/xfs/
Dxfs_file.c1448 .mmap_supported_flags = MAP_SYNC,
/Linux-v6.1/include/linux/
Dfs.h2118 unsigned long mmap_supported_flags; member
/Linux-v6.1/mm/
Dmmap.c1323 flags_mask = LEGACY_MAP_MASK | file->f_op->mmap_supported_flags; in do_mmap()