Home
last modified time | relevance | path

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

/linux/scripts/coccinelle/api/
H A Dstream_open.cocci143 @ has_mmap @
189 @ maybe_stream depends on (!has_llseek || has_no_llseek || has_noop_llseek) && !has_mmap && !has_co…
/linux/scripts/coccinelle/misc/
H A Dcond_no_effect.cocci33 // if (has_mmap)
/linux/tools/testing/vma/include/
H A Ddup.h1553 bool has_mmap = file->f_op->mmap; in can_mmap_file() local
1557 if (WARN_ON_ONCE(has_mmap && has_mmap_prepare)) in can_mmap_file()
1559 if (!has_mmap && !has_mmap_prepare) in can_mmap_file()
/linux/include/linux/
H A Dfs.h2042 bool has_mmap = file->f_op->mmap; in can_mmap_file() local
2046 if (WARN_ON_ONCE(has_mmap && has_mmap_prepare)) in can_mmap_file()
2048 if (!has_mmap && !has_mmap_prepare) in can_mmap_file()