Searched refs:rw_header (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/drivers/md/ |
| H A 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.15/arch/x86/net/ |
| H A D | bpf_jit_comp.c | 3541 struct bpf_binary_header *rw_header; member 3554 struct bpf_binary_header *rw_header = NULL; in bpf_int_jit_compile() local 3618 rw_header = jit_data->rw_header; in bpf_int_jit_compile() 3619 rw_image = (void *)rw_header + ((void *)image - (void *)header); in bpf_int_jit_compile() 3655 bpf_arch_text_copy(&header->size, &rw_header->size, in bpf_int_jit_compile() 3656 sizeof(rw_header->size)); in bpf_int_jit_compile() 3657 bpf_jit_binary_pack_free(header, rw_header); in bpf_int_jit_compile() 3689 &image, align, &rw_header, &rw_image, in bpf_int_jit_compile() 3713 if (WARN_ON(bpf_jit_binary_pack_finalize(header, rw_header))) { in bpf_int_jit_compile() 3726 jit_data->rw_header = rw_header; in bpf_int_jit_compile() [all …]
|
| /linux-6.15/kernel/bpf/ |
| H A D | core.c | 1138 struct bpf_binary_header **rw_header, in bpf_jit_binary_pack_alloc() argument 1159 *rw_header = kvmalloc(size, GFP_KERNEL); in bpf_jit_binary_pack_alloc() 1160 if (!*rw_header) { in bpf_jit_binary_pack_alloc() 1167 bpf_fill_ill_insns(*rw_header, size); in bpf_jit_binary_pack_alloc() 1168 (*rw_header)->size = size; in bpf_jit_binary_pack_alloc() 1175 *rw_image = &(*rw_header)->image[start]; in bpf_jit_binary_pack_alloc() 1182 struct bpf_binary_header *rw_header) in bpf_jit_binary_pack_finalize() argument 1186 ptr = bpf_arch_text_copy(ro_header, rw_header, rw_header->size); in bpf_jit_binary_pack_finalize() 1188 kvfree(rw_header); in bpf_jit_binary_pack_finalize() 1208 struct bpf_binary_header *rw_header) in bpf_jit_binary_pack_free() argument [all …]
|
| /linux-6.15/include/linux/ |
| H A D | filter.h | 1270 struct bpf_binary_header *rw_header); 1272 struct bpf_binary_header *rw_header);
|