Home
last modified time | relevance | path

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

12

/freebsd-head/bin/ls/
HDcmp.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-head/sys/sys/
HDstat.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 */ member
222 #define st_ctime st_ctim.tv_sec
227 #define st_ctimensec st_ctim.tv_nsec
235 #define st_ctimespec st_ctim
/freebsd-head/sys/compat/linux/
HDlinux_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-head/tools/build/cross-build/include/linux/sys/
HDstat.h51 #define st_ctimensec st_ctim.tv_nsec
55 #define st_ctimespec st_ctim
/freebsd-head/sys/compat/freebsd32/
HDfreebsd32.h178 struct timespec32 st_ctim; /* time of last file status change */ member
233 struct timespec32 st_ctim; member
256 struct timespec32 st_ctim; member
279 struct timespec32 st_ctim; member
HDfreebsd32_misc.c2292 bzero(&out->st_ctim, sizeof(out->st_ctim)); in copy_stat()
2304 TS_CP(*in, *out, st_ctim); in copy_stat()
2339 TS_CP(*in, *out, st_ctim); in copy_ostat()
2464 bzero(&out->st_ctim, sizeof(out->st_ctim)); in freebsd11_cvtstat32()
2517 TS_CP(*in, *out, st_ctim); in freebsd11_cvtstat32()
2644 CP(nsb, *nsb32, st_ctim.tv_sec); in freebsd11_cvtnstat32()
2645 CP(nsb, *nsb32, st_ctim.tv_nsec); in freebsd11_cvtnstat32()
/freebsd-head/sys/i386/linux/
HDlinux.h168 struct l_timespec st_ctim; member
185 struct l_timespec st_ctim; member
207 struct l_timespec st_ctim; member
/freebsd-head/tests/sys/fs/fusefs/
HDgetattr.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()
HDread.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()
HDlookup.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-head/sys/amd64/linux32/
HDlinux.h196 struct l_timespec st_ctim; member
213 struct l_timespec st_ctim; member
235 struct l_timespec st_ctim; member
/freebsd-head/tools/build/cross-build/include/mac/sys/
HDstat.h45 #define st_ctim st_ctimespec macro
/freebsd-head/stand/kboot/kboot/
HDhostfs.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-head/contrib/libarchive/tar/
HDbsdtar_platform.h76 #define ARCHIVE_STAT_CTIME_NANOS(st) (st)->st_ctim.tv_nsec
/freebsd-head/contrib/libarchive/libarchive/
HDarchive_entry_stat.c90 st->st_ctim.tv_nsec = archive_entry_ctime_nsec(entry); in archive_entry_stat()
HDarchive_entry_copy_stat.c44 archive_entry_set_ctime(entry, st->st_ctime, st->st_ctim.tv_nsec); in archive_entry_copy_stat()
/freebsd-head/sys/arm64/linux/
HDlinux.h144 struct l_timespec st_ctim; member
/freebsd-head/lib/libcasper/services/cap_fileargs/tests/
HDfileargs_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-head/sys/amd64/linux/
HDlinux.h147 struct l_timespec st_ctim; member
/freebsd-head/contrib/pjdfstest/
HDconfigure.ac97 AC_CHECK_MEMBERS([struct stat.st_ctim, struct stat.st_ctimespec], [], [], [[
/freebsd-head/usr.bin/kdump/
HDkdump.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-head/sys/kern/
HDsys_procdesc.c531 sb->st_ctim = sb->st_birthtim; in procdesc_stat()
/freebsd-head/usr.bin/posixshmcontrol/
HDposixshmcontrol.c443 (long)st.st_ctim.tv_nsec); in stat_one_shm()
/freebsd-head/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
HDsanitizer_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-head/usr.sbin/makefs/zfs/
HDfs.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