Home
last modified time | relevance | path

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

/linux/scripts/coccinelle/api/
H A Dstream_open.cocci106 @ has_write @
274 @ fops_r depends on maybe_stream && !has_write @
/linux/kernel/bpf/
H A Dsyscall.c5753 bool has_write = cmd != BPF_MAP_LOOKUP_BATCH; in bpf_map_do_batch() local
5765 if (has_write) in bpf_map_do_batch()
5771 if (has_write && !(map_get_sys_perms(map, f) & FMODE_CAN_WRITE)) { in bpf_map_do_batch()
5785 if (has_write) { in bpf_map_do_batch()