/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 */ 222 #define st_ctime st_ctim.tv_sec 227 #define st_ctimensec st_ctim.tv_nsec 235 #define st_ctimespec st_ctim 202 struct timespec st_ctim; /* time of last file status change */ global() member
|
/freebsd/sys/compat/linux/ |
H A D | linux_stats.c | 158 tbuf.st_ctim.tv_sec = buf->st_ctim.tv_sec; in newstat_copyout() 159 tbuf.st_ctim.tv_nsec = buf->st_ctim.tv_nsec; in newstat_copyout() 233 lbuf.st_ctim.tv_sec = buf->st_ctim.tv_sec; in old_stat_copyout() 234 lbuf.st_ctim.tv_nsec = buf->st_ctim.tv_nsec; in old_stat_copyout() 533 lbuf.st_ctim.tv_sec = buf->st_ctim.tv_sec; in stat64_copyout() 534 lbuf.st_ctim.tv_nsec = buf->st_ctim.tv_nsec; in stat64_copyout() 690 tbuf.stx_ctime.tv_sec = buf->st_ctim.tv_sec; in statx_copyout() 691 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/compat/freebsd32/ |
H A D | freebsd32.h | 178 struct timespec32 st_ctim; /* time of last file status change */ member 233 struct timespec32 st_ctim; member 256 struct timespec32 st_ctim; 279 struct timespec32 st_ctim; 255 struct timespec32 st_ctim; global() member 278 struct timespec32 st_ctim; global() member
|
H A D | freebsd32_misc.c | 2236 bzero(&out->st_ctim, sizeof(out->st_ctim)); in copy_stat() 2248 TS_CP(*in, *out, st_ctim); in copy_stat() 2283 TS_CP(*in, *out, st_ctim); in copy_ostat() 2408 bzero(&out->st_ctim, sizeof(out->st_ctim)); in freebsd11_cvtstat32() 2461 TS_CP(*in, *out, st_ctim); in freebsd11_cvtstat32() 2588 CP(nsb, *nsb32, st_ctim.tv_sec); in freebsd11_cvtnstat32() 2589 CP(nsb, *nsb32, st_ctim.tv_nsec); in freebsd11_cvtnstat32()
|
/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/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 | 382 EXPECT_TRUE(timespeccmp(&sb1.st_ctim, &sb2.st_ctim, ==)); in TEST_F() 418 EXPECT_TRUE(timespeccmp(&sb1.st_ctim, &sb2.st_ctim, ==)); in TEST_F() 926 EXPECT_TRUE(timespeccmp(&sb1.st_ctim, &sb2.st_ctim, ==)); in TEST_F() 964 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/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 | 90 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 | 2048 printf("%jd", (intmax_t)statp->st_ctim.tv_sec); in ktrstat() 2050 tm = localtime(&statp->st_ctim.tv_sec); in ktrstat() 2054 if (statp->st_ctim.tv_nsec != 0) in ktrstat() 2055 printf(".%09ld, ", statp->st_ctim.tv_nsec); in ktrstat()
|
/freebsd/sys/kern/ |
H A D | sys_procdesc.c | 531 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/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_linux.cpp | 51 # define st_ctime st_ctim 353 out->st_ctim.tv_nsec = in->stx_ctime.tv_nsec; in statx_to_stat() 398 out->st_ctim.tv_sec = in->st_ctime; in kernel_stat_to_stat() 399 out->st_ctim.tv_nsec = in->st_ctime_nsec; in kernel_stat_to_stat()
|
/freebsd/usr.sbin/makefs/zfs/ |
H A D | fs.c | 498 fs_populate_time(fs, attrbuf, &sb->st_ctim, ZPL_CTIME, &bonussz); in fs_populate_sattrs() 502 fs_populate_time(fs, attrbuf, &sb->st_ctim, ZPL_CRTIME, &bonussz); in fs_populate_sattrs()
|