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

  /src/sys/compat/sys/
stat.h 133 long st_birthtimensec; member in struct:stat13
165 long st_birthtimensec; /* nsec of time of creation */ member in struct:stat30
  /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 736 dinp->di_birthnsec = st->st_birthtimensec;
  /src/usr.bin/stat/
stat.c 831 nsecs = st->st_birthtimensec;

Completed in 18 milliseconds