Searched refs:direct_write (Results 1 – 5 of 5) sorted by relevance
/linux/fs/netfs/ |
H A D | Makefile | 7 direct_write.o \
|
/linux/tools/testing/selftests/bpf/test_kmods/ |
H A D | bpf_testmod.c | 1296 static int st_ops_gen_prologue(struct bpf_insn *insn_buf, bool direct_write, in st_ops_gen_prologue() argument
|
/linux/drivers/md/ |
H A D | dm-writecache.c | 1465 goto direct_write; in writecache_map_write() 1470 direct_write: in writecache_map_write()
|
/linux/net/core/ |
H A D | filter.c | 8867 static int bpf_noop_prologue(struct bpf_insn *insn_buf, bool direct_write, in bpf_noop_prologue() argument 8876 static int bpf_unclone_prologue(struct bpf_insn *insn_buf, bool direct_write, in bpf_unclone_prologue() argument 8881 if (!direct_write) in bpf_unclone_prologue() 8950 static int tc_cls_act_prologue(struct bpf_insn *insn_buf, bool direct_write, in tc_cls_act_prologue() argument 8953 return bpf_unclone_prologue(insn_buf, direct_write, prog, TC_ACT_SHOT); in tc_cls_act_prologue() 9287 static int sk_skb_prologue(struct bpf_insn *insn_buf, bool direct_write, in sk_skb_prologue() argument 9290 return bpf_unclone_prologue(insn_buf, direct_write, prog, SK_DROP); in sk_skb_prologue()
|
/linux/include/linux/ |
H A D | bpf.h | 1011 int (*gen_prologue)(struct bpf_insn *insn, bool direct_write,
|