Home
last modified time | relevance | path

Searched refs:st_ctim (Results 1 – 25 of 42) sorted by relevance

12

/freebsd/bin/ls/
H A Dcmp.c163 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 Dstat.h113 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 Dlinux_stats.c158 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 Dstat.h51 #define st_ctimensec st_ctim.tv_nsec
55 #define st_ctimespec st_ctim
/freebsd/sys/compat/freebsd32/
H A Dfreebsd32.h178 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 Dfreebsd32_misc.c2236 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 Dlinux.h168 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 Dgetattr.cc239 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 Dread.cc382 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 Dlookup.cc103 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 Dlinux.h196 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 Dstat.h45 #define st_ctim st_ctimespec macro
/freebsd/stand/kboot/kboot/
H A Dhostfs.c177 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 Dbsdtar_platform.h76 #define ARCHIVE_STAT_CTIME_NANOS(st) (st)->st_ctim.tv_nsec
/freebsd/contrib/libarchive/libarchive/
H A Darchive_entry_stat.c90 st->st_ctim.tv_nsec = archive_entry_ctime_nsec(entry); in archive_entry_stat()
H A Darchive_entry_copy_stat.c44 archive_entry_set_ctime(entry, st->st_ctime, st->st_ctim.tv_nsec); in archive_entry_copy_stat()
/freebsd/sys/arm64/linux/
H A Dlinux.h144 struct l_timespec st_ctim; member
/freebsd/lib/libcasper/services/cap_fileargs/tests/
H A Dfileargs_test.c139 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 Dlinux.h147 struct l_timespec st_ctim; member
/freebsd/contrib/pjdfstest/
H A Dconfigure.ac97 AC_CHECK_MEMBERS([struct stat.st_ctim, struct stat.st_ctimespec], [], [], [[
/freebsd/usr.bin/kdump/
H A Dkdump.c2048 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 Dsys_procdesc.c531 sb->st_ctim = sb->st_birthtim; in procdesc_stat()
/freebsd/usr.bin/posixshmcontrol/
H A Dposixshmcontrol.c443 (long)st.st_ctim.tv_nsec); in stat_one_shm()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux.cpp51 # 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 Dfs.c498 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()

12