Searched refs:body_len (Results 1 – 1 of 1) sorted by relevance
152 static __initdata unsigned long body_len, name_len; variable174 body_len = parsed[6]; in parse_header()256 next_header = this_header + N_ALIGN(name_len) + body_len; in do_header()262 if (body_len > PATH_MAX) in do_header()265 remains = N_ALIGN(name_len) + body_len; in do_header()270 if (S_ISREG(mode) || !body_len) in do_header()346 if (body_len) in do_name()347 vfs_truncate(&wfile->f_path, body_len); in do_name()369 if (byte_count >= body_len) { in do_copy()371 if (xwrite(wfile, victim, body_len, &wfile_pos) != body_len) in do_copy()[all …]