Home
last modified time | relevance | path

Searched refs:has_mmap (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/scripts/coccinelle/misc/
Dcond_no_effect.cocci32 // if (has_mmap)
/Linux-v4.19/fs/kernfs/
Dfile.c623 bool has_read, has_write, has_mmap; in kernfs_fop_open() local
633 has_mmap = ops->mmap; in kernfs_fop_open()
667 if (has_mmap) in kernfs_fop_open()