Searched refs:old_time32_t (Results 1 – 14 of 14) sorted by relevance
5 typedef s32 old_time32_t; typedef8 old_time32_t tv_sec;13 old_time32_t tv_sec;
38 old_time32_t st_atime;40 old_time32_t st_mtime;42 old_time32_t st_ctime;
33 old_time32_t st_atime;35 old_time32_t st_mtime;37 old_time32_t st_ctime;
59 old_time32_t st_atime;61 old_time32_t st_mtime;63 old_time32_t st_ctime;
47 old_time32_t st_atime;49 old_time32_t st_mtime;51 old_time32_t st_ctime;
34 old_time32_t st_atime;36 old_time32_t st_mtime;38 old_time32_t st_ctime;
23 old_time32_t actime;24 old_time32_t modtime;
1137 asmlinkage long sys_time32(old_time32_t __user *tloc);1175 asmlinkage long sys_stime32(old_time32_t __user *tptr);
105 SYSCALL_DEFINE1(time32, old_time32_t __user *, tloc) in SYSCALL_DEFINE1()107 old_time32_t i; in SYSCALL_DEFINE1()109 i = (old_time32_t)ktime_get_real_seconds(); in SYSCALL_DEFINE1()119 SYSCALL_DEFINE1(stime32, old_time32_t __user *, tptr) in SYSCALL_DEFINE1()
33 old_time32_t tv_sec; /* seconds */
110 old_time32_t sec32; /* tv_sec differs on 64 vs. 32 */ in xfs_ioctl32_bstime_copyin()
659 old_time32_t msg_stime;660 old_time32_t msg_rtime;661 old_time32_t msg_ctime;
1307 old_time32_t shm_atime;1308 old_time32_t shm_dtime;1309 old_time32_t shm_ctime;
1730 old_time32_t sem_otime;1731 old_time32_t sem_ctime;
Completed in 32 milliseconds