Home
last modified time | relevance | path

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

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