| /freebsd/bin/ls/ |
| H A D | cmp.c | 163 if (b->fts_statp->st_ctim.tv_sec > in statcmp() 164 a->fts_statp->st_ctim.tv_sec) in statcmp() 166 if (b->fts_statp->st_ctim.tv_sec < in statcmp() 167 a->fts_statp->st_ctim.tv_sec) in statcmp() 169 if (b->fts_statp->st_ctim.tv_nsec > in statcmp() 170 a->fts_statp->st_ctim.tv_nsec) in statcmp() 172 if (b->fts_statp->st_ctim.tv_nsec < in statcmp() 173 a->fts_statp->st_ctim.tv_nsec) in statcmp()
|
| /freebsd/sys/sys/ |
| H A D | stat.h | 113 struct timespec st_ctim; /* time of last file status change */ member 132 struct timespec st_ctim; /* time of last file status change */ member 178 struct timespec st_ctim; /* time of last file status change */ member 203 struct timespec st_ctim; /* time of last file status change */ member 222 #define st_ctime st_ctim.tv_sec 227 #define st_ctimensec st_ctim.tv_nsec 235 #define st_ctimespec st_ctim
|
| /freebsd/sys/compat/linux/ |
| H A D | linux_stats.c | 204 tbuf.st_ctim.tv_sec = buf->st_ctim.tv_sec; in newstat_copyout() 205 tbuf.st_ctim.tv_nsec = buf->st_ctim.tv_nsec; in newstat_copyout() 279 lbuf.st_ctim.tv_sec = buf->st_ctim.tv_sec; in old_stat_copyout() 280 lbuf.st_ctim.tv_nsec = buf->st_ctim.tv_nsec; in old_stat_copyout() 581 lbuf.st_ctim.tv_sec = buf->st_ctim.tv_sec; in stat64_copyout() 582 lbuf.st_ctim.tv_nsec = buf->st_ctim.tv_nsec; in stat64_copyout() 738 tbuf.stx_ctime.tv_sec = buf->st_ctim.tv_sec; in statx_copyout() 739 tbuf.stx_ctime.tv_nsec = buf->st_ctim.tv_nsec; in statx_copyout()
|
| /freebsd/tools/build/cross-build/include/linux/sys/ |
| H A D | stat.h | 51 #define st_ctimensec st_ctim.tv_nsec 55 #define st_ctimespec st_ctim
|
| /freebsd/sys/i386/linux/ |
| H A D | linux.h | 168 struct l_timespec st_ctim; member 185 struct l_timespec st_ctim; member 207 struct l_timespec st_ctim; member
|
| /freebsd/sys/compat/freebsd32/ |
| H A D | freebsd32.h | 170 struct timespec32 st_ctim; /* time of last file status change */ member 225 struct timespec32 st_ctim; member 248 struct timespec32 st_ctim; member 271 struct timespec32 st_ctim; member
|
| H A D | freebsd32_misc.c | 2276 bzero(&out->st_ctim, sizeof(out->st_ctim)); in copy_stat() 2288 TS_CP(*in, *out, st_ctim); in copy_stat() 2323 TS_CP(*in, *out, st_ctim); in copy_ostat() 2448 bzero(&out->st_ctim, sizeof(out->st_ctim)); in freebsd11_cvtstat32() 2501 TS_CP(*in, *out, st_ctim); in freebsd11_cvtstat32() 2628 CP(nsb, *nsb32, st_ctim.tv_sec); in freebsd11_cvtnstat32() 2629 CP(nsb, *nsb32, st_ctim.tv_nsec); in freebsd11_cvtnstat32()
|
| /freebsd/tests/sys/fs/fusefs/ |
| H A D | getattr.cc | 239 EXPECT_EQ(5, sb.st_ctim.tv_sec); in TEST_F() 240 EXPECT_EQ(8, sb.st_ctim.tv_nsec); in TEST_F() 356 EXPECT_EQ(5, sb.st_ctim.tv_sec); in TEST_F() 357 EXPECT_EQ(8, sb.st_ctim.tv_nsec); in TEST_F()
|
| H A D | read.cc | 574 EXPECT_TRUE(timespeccmp(&sb1.st_ctim, &sb2.st_ctim, ==)); in TEST_F() 610 EXPECT_TRUE(timespeccmp(&sb1.st_ctim, &sb2.st_ctim, ==)); in TEST_F() 1118 EXPECT_TRUE(timespeccmp(&sb1.st_ctim, &sb2.st_ctim, ==)); in TEST_F() 1156 EXPECT_TRUE(timespeccmp(&sb1.st_ctim, &sb2.st_ctim, ==)); in TEST_F()
|
| H A D | lookup.cc | 103 EXPECT_EQ(5, sb.st_ctim.tv_sec); in TEST_F() 104 EXPECT_EQ(8, sb.st_ctim.tv_nsec); in TEST_F()
|
| /freebsd/sys/amd64/linux32/ |
| H A D | linux.h | 196 struct l_timespec st_ctim; member 213 struct l_timespec st_ctim; member 235 struct l_timespec st_ctim; member
|
| /freebsd/contrib/llvm-project/libc/include/llvm-libc-types/ |
| H A D | struct_stat.h | 34 struct timespec st_ctim; member
|
| /freebsd/tools/build/cross-build/include/mac/sys/ |
| H A D | stat.h | 45 #define st_ctim st_ctimespec macro
|
| /freebsd/stand/kboot/kboot/ |
| H A D | hostfs.c | 177 sb->st_ctim.tv_sec = ksb.st_ctime_sec; in hostfs_stat() 178 sb->st_ctim.tv_nsec = ksb.st_ctime_nsec; in hostfs_stat()
|
| /freebsd/contrib/libarchive/tar/ |
| H A D | bsdtar_platform.h | 76 #define ARCHIVE_STAT_CTIME_NANOS(st) (st)->st_ctim.tv_nsec
|
| /freebsd/contrib/libarchive/libarchive/ |
| H A D | archive_entry_stat.c | 94 st->st_ctim.tv_nsec = archive_entry_ctime_nsec(entry); in archive_entry_stat()
|
| H A D | archive_entry_copy_stat.c | 44 archive_entry_set_ctime(entry, st->st_ctime, st->st_ctim.tv_nsec); in archive_entry_copy_stat()
|
| /freebsd/sys/arm64/linux/ |
| H A D | linux.h | 144 struct l_timespec st_ctim; member
|
| /freebsd/lib/libcasper/services/cap_fileargs/tests/ |
| H A D | fileargs_test.c | 139 equals &= (memcmp(&origsb.st_ctim, &fasb.st_ctim, in test_file_lstat() 140 sizeof(fasb.st_ctim)) == 0); in test_file_lstat()
|
| /freebsd/sys/amd64/linux/ |
| H A D | linux.h | 147 struct l_timespec st_ctim; member
|
| /freebsd/contrib/pjdfstest/ |
| H A D | configure.ac | 97 AC_CHECK_MEMBERS([struct stat.st_ctim, struct stat.st_ctimespec], [], [], [[
|
| /freebsd/usr.bin/kdump/ |
| H A D | kdump.c | 2057 printf("%jd", (intmax_t)statp->st_ctim.tv_sec); in ktrstat() 2059 tm = localtime(&statp->st_ctim.tv_sec); in ktrstat() 2063 if (statp->st_ctim.tv_nsec != 0) in ktrstat() 2064 printf(".%09ld, ", statp->st_ctim.tv_nsec); in ktrstat()
|
| /freebsd/sys/kern/ |
| H A D | sys_procdesc.c | 537 sb->st_ctim = sb->st_birthtim; in procdesc_stat()
|
| /freebsd/usr.bin/posixshmcontrol/ |
| H A D | posixshmcontrol.c | 443 (long)st.st_ctim.tv_nsec); in stat_one_shm()
|
| /freebsd/usr.sbin/makefs/zfs/ |
| H A D | fs.c | 511 fs_populate_time(fs, attrbuf, &sb->st_ctim, ZPL_CTIME, &bonussz); in fs_populate_sattrs() 515 fs_populate_time(fs, attrbuf, &sb->st_ctim, ZPL_CRTIME, &bonussz); in fs_populate_sattrs()
|