Lines Matching refs:body_len
186 static __initdata unsigned long body_len, name_len; variable
209 body_len = parsed[6]; in parse_header()
295 next_header = this_header + N_ALIGN(name_len) + body_len; in do_header()
301 if (body_len > PATH_MAX) in do_header()
304 remains = N_ALIGN(name_len) + body_len; in do_header()
309 if (S_ISREG(mode) || !body_len) in do_header()
386 if (body_len) in do_name()
387 vfs_truncate(&wfile->f_path, body_len); in do_name()
409 if (byte_count >= body_len) { in do_copy()
410 if (xwrite(wfile, victim, body_len, &wfile_pos) != body_len) in do_copy()
417 eat(body_len); in do_copy()
423 body_len -= byte_count; in do_copy()
431 collected[N_ALIGN(name_len) + body_len] = '\0'; in do_symlink()