Searched refs:this_header (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/init/ |
H A D | initramfs.c | 196 static __initdata loff_t this_header, next_header; variable 201 this_header += n; in eat() 256 next_header = this_header + N_ALIGN(name_len) + body_len; in do_header() 277 if (this_header + byte_count < next_header) { in do_skip() 281 eat(next_header - this_header); in do_skip() 291 if (byte_count && (this_header & 3)) in do_reset() 466 this_header = 0; in unpack_to_rootfs() 469 loff_t saved_offset = this_header; in unpack_to_rootfs() 470 if (*buf == '0' && !(this_header & 3)) { in unpack_to_rootfs() 480 this_header in unpack_to_rootfs() [all...] |
/kernel/linux/linux-6.6/init/ |
H A D | initramfs.c | 226 static __initdata loff_t this_header, next_header; variable 231 this_header += n; in eat() 289 next_header = this_header + N_ALIGN(name_len) + body_len; in do_header() 310 if (this_header + byte_count < next_header) { in do_skip() 314 eat(next_header - this_header); in do_skip() 324 if (byte_count && (this_header & 3)) in do_reset() 498 this_header = 0; in unpack_to_rootfs() 501 loff_t saved_offset = this_header; in unpack_to_rootfs() 502 if (*buf == '0' && !(this_header & 3)) { in unpack_to_rootfs() 512 this_header in unpack_to_rootfs() [all...] |
/kernel/linux/linux-5.10/drivers/net/ |
H A D | netconsole.c | 799 int this_header = header_len; in send_ext_msg_udp() local 802 this_header += scnprintf(buf + this_header, in send_ext_msg_udp() 803 sizeof(buf) - this_header, in send_ext_msg_udp() 807 MAX_PRINT_CHUNK - this_header); in send_ext_msg_udp() 811 memcpy(buf + this_header, body + offset, this_chunk); in send_ext_msg_udp() 813 netpoll_send_udp(&nt->np, buf, this_header + this_chunk); in send_ext_msg_udp()
|
/kernel/linux/linux-6.6/drivers/net/ |
H A D | netconsole.c | 871 int this_header = header_len; in send_ext_msg_udp() local 874 this_header += scnprintf(buf + this_header, in send_ext_msg_udp() 875 sizeof(buf) - this_header, in send_ext_msg_udp() 879 MAX_PRINT_CHUNK - this_header); in send_ext_msg_udp() 883 memcpy(buf + this_header, body + offset, this_chunk); in send_ext_msg_udp() 885 netpoll_send_udp(&nt->np, buf, this_header + this_chunk); in send_ext_msg_udp()
|
Completed in 6 milliseconds