HomeSort by: relevance | last modified time | path
    Searched refs:st_birthtimensec (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/compat/sys/
stat.h 133 long st_birthtimensec;
165 long st_birthtimensec; /* nsec of time of creation */
  /src/sys/sys/
stat.h 81 long st_birthtimensec; /* nsec of time of creation */ member in struct:stat
108 #define st_birthtimensec st_birthtimespec.tv_nsec macro
  /src/sys/compat/linux/common/
linux_file64.c 150 if ((st->st_birthtime == 0 && st->st_birthtimensec == 0) ||
152 st->st_birthtimensec == (long)-1)) {
156 stx->stx_btime.tv_nsec = st->st_birthtimensec;
  /src/usr.sbin/makefs/
walk.c 378 cur->inode->st.st_birthtimensec = stampst.st_birthtimensec;
ffs.c 724 dinp->di_birthnsec = st->st_birthtimensec;
  /src/tools/compat/
configure.ac 189 struct stat.st_birthtime, struct stat.st_birthtimensec,
  /src/usr.bin/stat/
stat.c 831 nsecs = st->st_birthtimensec;

Completed in 34 milliseconds