Home
last modified time | relevance | path

Searched refs:body_len (Results 1 – 9 of 9) sorted by relevance

/linux-6.15/init/
H A Dinitramfs.c205 body_len = parsed[6]; in parse_header()
297 if (body_len > PATH_MAX) in do_header()
300 remains = N_ALIGN(name_len) + body_len; in do_header()
305 if (S_ISREG(mode) || !body_len) in do_header()
391 if (body_len) in do_name()
392 vfs_truncate(&wfile->f_path, body_len); in do_name()
414 if (byte_count >= body_len) { in do_copy()
415 if (xwrite(wfile, victim, body_len, &wfile_pos) != body_len) in do_copy()
422 eat(body_len); in do_copy()
428 body_len -= byte_count; in do_copy()
[all …]
/linux-6.15/arch/parisc/net/
H A Dbpf_jit_core.c100 ctx->body_len = ctx->ninsns; in bpf_int_jit_compile()
102 ctx->prologue_len = ctx->ninsns - ctx->body_len; in bpf_int_jit_compile()
177 prologue_len = ctx->epilogue_offset - ctx->body_len; in bpf_int_jit_compile()
H A Dbpf_jit.h71 int body_len; member
/linux-6.15/drivers/xen/xenbus/
H A Dxenbus_dev_frontend.c273 int path_len, tok_len, body_len; in watch_fired() local
283 body_len = path_len + tok_len; in watch_fired()
286 hdr.len = body_len; in watch_fired()
/linux-6.15/drivers/net/
H A Dnetconsole.c1422 int body_len, offset = 0; in send_fragmented_body() local
1432 body_len = msgbody_len + extradata_len; in send_fragmented_body()
1440 while (offset < body_len) { in send_fragmented_body()
1449 body_len); in send_fragmented_body()
1471 if (msgbody_written && offset + this_offset < body_len) { in send_fragmented_body()
/linux-6.15/include/linux/sunrpc/
H A Dxdr.h353 void **body, unsigned int *body_len);
355 void *body, unsigned int body_len);
/linux-6.15/drivers/net/wireless/silabs/wfx/
H A Dhif_tx.c39 static void *wfx_alloc_hif(size_t body_len, struct wfx_hif_msg **hif) in wfx_alloc_hif() argument
41 *hif = kzalloc(sizeof(struct wfx_hif_msg) + body_len, GFP_KERNEL); in wfx_alloc_hif()
/linux-6.15/net/sunrpc/auth_gss/
H A Dsvcauth_gss.c1572 u32 body_len; in svcauth_gss_decode_credbody() local
1583 body_len = be32_to_cpup(p); in svcauth_gss_decode_credbody()
1584 if (body_len > RPC_MAX_AUTH_SIZE) in svcauth_gss_decode_credbody()
1598 body_len); in svcauth_gss_decode_credbody()
1601 if (body_len != XDR_UNIT * 5 + xdr_align_size(handle_len)) in svcauth_gss_decode_credbody()
/linux-6.15/net/sunrpc/
H A Dxdr.c2377 void **body, unsigned int *body_len) in xdr_stream_decode_opaque_auth() argument
2387 *body_len = ret; in xdr_stream_decode_opaque_auth()
2405 void *body, unsigned int body_len) in xdr_stream_encode_opaque_auth() argument
2409 if (unlikely(body_len > RPC_MAX_AUTH_SIZE)) in xdr_stream_encode_opaque_auth()
2414 ret = xdr_stream_encode_opaque(xdr, body, body_len); in xdr_stream_encode_opaque_auth()