Home
last modified time | relevance | path

Searched refs:tn_birthtime (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/fs/tmpfs/
H A Dtmpfs.h218 struct timespec tn_birthtime; /* (v) */ member
H A Dtmpfs_vnops.c474 sb->st_birthtim.tv_sec = node->tn_birthtime.tv_sec; in tmpfs_stat()
475 sb->st_birthtim.tv_nsec = node->tn_birthtime.tv_nsec; in tmpfs_stat()
520 vap->va_birthtime = node->tn_birthtime; in tmpfs_getattr()
H A Dtmpfs_subr.c625 nnode->tn_birthtime = nnode->tn_ctime = nnode->tn_mtime = in tmpfs_alloc_node()
2322 node->tn_birthtime = vap->va_birthtime; in tmpfs_chtimes()