Home
last modified time | relevance | path

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

/freebsd/sys/fs/tmpfs/
H A Dtmpfs.h217 struct timespec tn_ctime; /* (vi) */ member
H A Dtmpfs_vnops.c472 sb->st_ctim.tv_sec = node->tn_ctime.tv_sec; in tmpfs_stat()
473 sb->st_ctim.tv_nsec = node->tn_ctime.tv_nsec; in tmpfs_stat()
519 vap->va_ctime = node->tn_ctime; in tmpfs_getattr()
H A Dtmpfs_subr.c625 nnode->tn_birthtime = nnode->tn_ctime = nnode->tn_mtime = in tmpfs_alloc_node()
2375 node->tn_ctime = now; in tmpfs_itimes()