Lines Matching refs:body_len
149 static __initdata unsigned long body_len, name_len; variable
171 body_len = parsed[6]; in parse_header()
254 next_header = this_header + N_ALIGN(name_len) + body_len; in do_header()
260 if (body_len > PATH_MAX) in do_header()
263 remains = N_ALIGN(name_len) + body_len; in do_header()
268 if (S_ISREG(mode) || !body_len) in do_header()
338 if (body_len) in do_name()
339 ksys_ftruncate(wfd, body_len); in do_name()
363 if (byte_count >= body_len) { in do_copy()
364 if (xwrite(wfd, victim, body_len) != body_len) in do_copy()
369 eat(body_len); in do_copy()
375 body_len -= byte_count; in do_copy()
383 collected[N_ALIGN(name_len) + body_len] = '\0'; in do_symlink()