Lines Matching refs:mtime
102 static long __init do_utime(char *filename, time64_t mtime) in do_utime() argument
106 t[0].tv_sec = mtime; in do_utime()
108 t[1].tv_sec = mtime; in do_utime()
118 time64_t mtime; member
121 static void __init dir_add(const char *name, time64_t mtime) in dir_add() argument
128 de->mtime = mtime; in dir_add()
137 do_utime(de->name, de->mtime); in dir_utime()
143 static __initdata time64_t mtime; variable
170 mtime = parsed[5]; /* breaks in y2106 */ in parse_header()
350 dir_add(collected, mtime); in do_name()
357 do_utime(collected, mtime); in do_name()
369 do_utime(vcollected, mtime); in do_copy()
389 do_utime(collected, mtime); in do_symlink()