Lines Matching defs:tv_sec
24 int64_t tv_sec;
54 .st_atim.tv_sec = stx.stx_atime.tv_sec,
56 .st_mtim.tv_sec = stx.stx_mtime.tv_sec,
58 .st_ctim.tv_sec = stx.stx_ctime.tv_sec,
61 .__st_atim32.tv_sec = stx.stx_atime.tv_sec,
63 .__st_mtim32.tv_sec = stx.stx_mtime.tv_sec,
65 .__st_ctim32.tv_sec = stx.stx_ctime.tv_sec,
119 .st_atim.tv_sec = kst.st_atime_sec,
121 .st_mtim.tv_sec = kst.st_mtime_sec,
123 .st_ctim.tv_sec = kst.st_ctime_sec,
126 .__st_atim32.tv_sec = kst.st_atime_sec,
128 .__st_mtim32.tv_sec = kst.st_mtime_sec,
130 .__st_ctim32.tv_sec = kst.st_ctime_sec,