Searched refs:rw_header (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/drivers/md/ |
D | dm-log.c | 299 static int rw_header(struct log_c *lc, enum req_op op) in rw_header() function 323 r = rw_header(log, REQ_OP_READ); in read_header() 638 r = rw_header(lc, REQ_OP_WRITE); in disk_resume() 710 r = rw_header(lc, REQ_OP_WRITE); in disk_flush()
|
/linux-6.12.1/arch/x86/net/ |
D | bpf_jit_comp.c | 3307 struct bpf_binary_header *rw_header; member 3320 struct bpf_binary_header *rw_header = NULL; in bpf_int_jit_compile() local 3365 rw_header = jit_data->rw_header; in bpf_int_jit_compile() 3366 rw_image = (void *)rw_header + ((void *)image - (void *)header); in bpf_int_jit_compile() 3402 bpf_arch_text_copy(&header->size, &rw_header->size, in bpf_int_jit_compile() 3403 sizeof(rw_header->size)); in bpf_int_jit_compile() 3404 bpf_jit_binary_pack_free(header, rw_header); in bpf_int_jit_compile() 3436 &image, align, &rw_header, &rw_image, in bpf_int_jit_compile() 3460 if (WARN_ON(bpf_jit_binary_pack_finalize(header, rw_header))) { in bpf_int_jit_compile() 3473 jit_data->rw_header = rw_header; in bpf_int_jit_compile() [all …]
|
/linux-6.12.1/kernel/bpf/ |
D | core.c | 1133 struct bpf_binary_header **rw_header, in bpf_jit_binary_pack_alloc() argument 1154 *rw_header = kvmalloc(size, GFP_KERNEL); in bpf_jit_binary_pack_alloc() 1155 if (!*rw_header) { in bpf_jit_binary_pack_alloc() 1162 bpf_fill_ill_insns(*rw_header, size); in bpf_jit_binary_pack_alloc() 1163 (*rw_header)->size = size; in bpf_jit_binary_pack_alloc() 1170 *rw_image = &(*rw_header)->image[start]; in bpf_jit_binary_pack_alloc() 1177 struct bpf_binary_header *rw_header) in bpf_jit_binary_pack_finalize() argument 1181 ptr = bpf_arch_text_copy(ro_header, rw_header, rw_header->size); in bpf_jit_binary_pack_finalize() 1183 kvfree(rw_header); in bpf_jit_binary_pack_finalize() 1203 struct bpf_binary_header *rw_header) in bpf_jit_binary_pack_free() argument [all …]
|
/linux-6.12.1/include/linux/ |
D | filter.h | 1248 struct bpf_binary_header *rw_header); 1250 struct bpf_binary_header *rw_header);
|