Symbol: old_time32_t
arch/arm64/include/asm/compat.h
62
old_time32_t st_atime;
arch/arm64/include/asm/compat.h
64
old_time32_t st_mtime;
arch/arm64/include/asm/compat.h
66
old_time32_t st_ctime;
arch/mips/include/asm/compat.h
47
old_time32_t st_atime;
arch/mips/include/asm/compat.h
49
old_time32_t st_mtime;
arch/mips/include/asm/compat.h
51
old_time32_t st_ctime;
arch/parisc/include/asm/compat.h
34
old_time32_t st_atime;
arch/parisc/include/asm/compat.h
36
old_time32_t st_mtime;
arch/parisc/include/asm/compat.h
38
old_time32_t st_ctime;
arch/powerpc/include/asm/compat.h
37
old_time32_t st_atime;
arch/powerpc/include/asm/compat.h
39
old_time32_t st_mtime;
arch/powerpc/include/asm/compat.h
41
old_time32_t st_ctime;
arch/sparc/include/asm/compat.h
41
old_time32_t st_atime;
arch/sparc/include/asm/compat.h
43
old_time32_t st_mtime;
arch/sparc/include/asm/compat.h
45
old_time32_t st_ctime;
fs/xfs/xfs_ioctl32.c
97
old_time32_t sec32; /* tv_sec differs on 64 vs. 32 */
fs/xfs/xfs_ioctl32.h
33
old_time32_t tv_sec; /* seconds */
include/linux/syscalls.h
1083
asmlinkage long sys_time32(old_time32_t __user *tloc);
include/linux/syscalls.h
1121
asmlinkage long sys_stime32(old_time32_t __user *tptr);
include/linux/time32.h
23
old_time32_t actime;
include/linux/time32.h
24
old_time32_t modtime;
include/vdso/time32.h
13
old_time32_t tv_sec;
include/vdso/time32.h
8
old_time32_t tv_sec;
ipc/msg.c
665
old_time32_t msg_stime;
ipc/msg.c
666
old_time32_t msg_rtime;
ipc/msg.c
667
old_time32_t msg_ctime;
ipc/sem.c
1728
old_time32_t sem_otime;
ipc/sem.c
1729
old_time32_t sem_ctime;
ipc/shm.c
1320
old_time32_t shm_atime;
ipc/shm.c
1321
old_time32_t shm_dtime;
ipc/shm.c
1322
old_time32_t shm_ctime;
kernel/time/time.c
105
SYSCALL_DEFINE1(time32, old_time32_t __user *, tloc)
kernel/time/time.c
107
old_time32_t i;
kernel/time/time.c
109
i = (old_time32_t)ktime_get_real_seconds();
kernel/time/time.c
119
SYSCALL_DEFINE1(stime32, old_time32_t __user *, tptr)