Searched refs:direct_write (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/net/core/ |
| H A D | filter.c | 7769 static int bpf_noop_prologue(struct bpf_insn *insn_buf, bool direct_write, in bpf_noop_prologue() argument 7778 static int bpf_unclone_prologue(struct bpf_insn *insn_buf, bool direct_write, in bpf_unclone_prologue() argument 7783 if (!direct_write) in bpf_unclone_prologue() 7852 static int tc_cls_act_prologue(struct bpf_insn *insn_buf, bool direct_write, in tc_cls_act_prologue() argument 7855 return bpf_unclone_prologue(insn_buf, direct_write, prog, TC_ACT_SHOT); in tc_cls_act_prologue() 8131 static int sk_skb_prologue(struct bpf_insn *insn_buf, bool direct_write, in sk_skb_prologue() argument 8134 return bpf_unclone_prologue(insn_buf, direct_write, prog, SK_DROP); in sk_skb_prologue()
|
| /OK3568_Linux_fs/kernel/drivers/md/ |
| H A D | dm-writecache.c | 1384 goto direct_write; in writecache_map() 1389 direct_write: in writecache_map()
|
| /OK3568_Linux_fs/kernel/kernel/bpf/ |
| H A D | cgroup.c | 1949 bool direct_write, in cg_sockopt_get_prologue() argument
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | bpf.h | 463 int (*gen_prologue)(struct bpf_insn *insn, bool direct_write,
|