Lines Matching refs:collected
235 static __initdata char *collected;
242 collected = victim;
246 collect = collected = buf;
277 if (!memcmp(collected, "070701", 6)) {
279 } else if (!memcmp(collected, "070702", 6)) {
282 if (memcmp(collected, "070707", 6) == 0)
288 parse_header(collected);
297 collect = collected = symlink_buf;
345 char *old = find_link(major, minor, ino, mode, collected);
347 clean_path(collected, 0);
348 return (init_link(old, collected) < 0) ? -1 : 1;
361 if (strcmp(collected, "TRAILER!!!") == 0) {
365 clean_path(collected, mode);
372 wfile = filp_open(collected, openflags, mode);
385 init_mkdir(collected, mode);
386 init_chown(collected, uid, gid, 0);
387 init_chmod(collected, mode);
388 dir_add(collected, mtime);
392 init_mknod(collected, mode, rdev);
393 init_chown(collected, uid, gid, 0);
394 init_chmod(collected, mode);
395 do_utime(collected, mtime);
425 collected[N_ALIGN(name_len) + body_len] = '\0';
426 clean_path(collected, 0);
427 init_symlink(collected + N_ALIGN(name_len), collected);
428 init_chown(collected, uid, gid, AT_SYMLINK_NOFOLLOW);
429 do_utime(collected, mtime);