Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/tmpfs/
H A Dtmp_dir.c287 gethrestime(&tp->tn_ctime); in tdirenter()
397 gethrestime(&tp->tn_ctime); in tdirenter()
415 gethrestime(&tp->tn_ctime); in tdirenter()
525 dir->tn_ctime = now; in tdirdelete()
526 tp->tn_ctime = now; in tdirdelete()
583 dir->tn_ctime = now; in tdirinit()
597 parent->tn_ctime = now; in tdirinit()
660 dir->tn_ctime = now; in tdirtrunc()
820 toparent->tn_ctime = now; in tdirrename()
832 to->tn_ctime = now; in tdirrename()
[all …]
H A Dtmp_tnode.c191 t->tn_ctime = now; in tmpnode_init()
352 tp->tn_ctime = now; in tmpnode_trunc()
H A Dtmp_vnops.c427 tp->tn_ctime = now; in wrtmp()
706 vap->va_ctime = tp->tn_ctime; in tmp_getattr()
771 gethrestime(&tp->tn_ctime); in tmp_setattr()
/titanic_41/usr/src/uts/common/sys/fs/
H A Dtmpnode.h117 #define tn_ctime tn_attr.va_ctime macro