Searched refs:times32 (Results 1 – 2 of 2) sorted by relevance
357 struct utimbuf32 times32; in sys32_utime() local367 if (copy_from_user(×32, times, sizeof times32)) in sys32_utime()371 times64.actime = times32.actime; in sys32_utime()372 times64.modtime = times32.modtime; in sys32_utime()
865 sys32_utime (char *filename, struct utimbuf_32 *times32) in sys32_utime() argument871 if (times32) { in sys32_utime()872 if (get_user(tv[0].tv_sec, ×32->atime)) in sys32_utime()875 if (get_user(tv[1].tv_sec, ×32->mtime)) in sys32_utime()