Home
last modified time | relevance | path

Searched refs:direct_write (Results 1 – 6 of 6) sorted by relevance

/linux-6.12.1/fs/netfs/
DMakefile7 direct_write.o \
/linux-6.12.1/tools/testing/selftests/bpf/bpf_testmod/
Dbpf_testmod.c1191 static int st_ops_gen_prologue(struct bpf_insn *insn_buf, bool direct_write, in st_ops_gen_prologue() argument
/linux-6.12.1/drivers/md/
Ddm-writecache.c1465 goto direct_write; in writecache_map_write()
1470 direct_write: in writecache_map_write()
/linux-6.12.1/net/core/
Dfilter.c8858 static int bpf_noop_prologue(struct bpf_insn *insn_buf, bool direct_write, in bpf_noop_prologue() argument
8867 static int bpf_unclone_prologue(struct bpf_insn *insn_buf, bool direct_write, in bpf_unclone_prologue() argument
8872 if (!direct_write) in bpf_unclone_prologue()
8941 static int tc_cls_act_prologue(struct bpf_insn *insn_buf, bool direct_write, in tc_cls_act_prologue() argument
8944 return bpf_unclone_prologue(insn_buf, direct_write, prog, TC_ACT_SHOT); in tc_cls_act_prologue()
9277 static int sk_skb_prologue(struct bpf_insn *insn_buf, bool direct_write, in sk_skb_prologue() argument
9280 return bpf_unclone_prologue(insn_buf, direct_write, prog, SK_DROP); in sk_skb_prologue()
/linux-6.12.1/kernel/bpf/
Dcgroup.c2522 bool direct_write, in cg_sockopt_get_prologue() argument
/linux-6.12.1/include/linux/
Dbpf.h986 int (*gen_prologue)(struct bpf_insn *insn, bool direct_write,