Searched refs:birthtime (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/sys/fs/tmpfs/
H A Dtmpfs_subr.c1346 struct timespec *birthtime, int vaflags, struct ucred *cred, struct thread *l)
1379 if (birthtime->tv_nsec != VNOVAL && birthtime->tv_nsec != VNOVAL)
1384 if (birthtime->tv_nsec != VNOVAL && birthtime->tv_nsec != VNOVAL)
1385 node->tn_birthtime = *birthtime;
1345 tmpfs_chtimes(struct vnode *vp, struct timespec *atime, struct timespec *mtime, struct timespec *birthtime, int vaflags, struct ucred *cred, struct thread *l) argument
/freebsd-9.3-release/contrib/libarchive/libarchive/
H A Darchive_write_disk.c112 int64_t birthtime; member in struct:fixup_entry
501 fe->birthtime = archive_entry_birthtime(entry);
504 /* If birthtime is unset, use mtime. */
505 fe->birthtime = fe->mtime;
1257 /* if it's valid and not mtime, push the birthtime first */
1258 if (((times[1].tv_sec = p->birthtime) < p->mtime) &&
1259 (p->birthtime > 0))
2036 * If you have struct stat.st_birthtime, we assume BSD birthtime
2037 * semantics, in which {f,l,}utimes() updates birthtime to earliest
2038 * mtime. So we set the time twice, first using the birthtime,
[all...]
H A Darchive_read_support_format_iso9660.c277 time_t birthtime; /* File created time. */ member in struct:file_info
1154 archive_entry_set_birthtime(entry, file->birthtime, 0);
2315 file->birthtime = isodate17(data);
2340 file->birthtime = isodate7(data);

Completed in 70 milliseconds