Searched refs:se_timestamp (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libshadowfs/common/
H A Dshadow_impl.h106 timestruc_t se_timestamp; /* timestamp (atime or mtime) */ member in struct:shadow_entry
H A Dshadow_migrate.c74 sep->se_timestamp = statbuf->st_atim;
588 priority = (uint64_t)sep->se_timestamp.tv_sec * NANOSEC +
589 sep->se_timestamp.tv_nsec;

Completed in 23 milliseconds