Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/fs/tmpfs/
H A Dtmp_dir.c524 dir->tn_mtime = now; in tdirdelete()
582 dir->tn_mtime = now; in tdirinit()
659 dir->tn_mtime = now; in tdirtrunc()
819 toparent->tn_mtime = now; in tdirrename()
1004 dir->tn_mtime = now; in tdiraddentry()
1088 tp->tn_mtime = va->va_mtime; in tdirmaketnode()
H A Dtmp_tnode.c190 t->tn_mtime = now; in tmpnode_init()
351 tp->tn_mtime = now; in tmpnode_trunc()
H A Dtmp_vnops.c426 tp->tn_mtime = now; in wrtmp()
705 vap->va_mtime = tp->tn_mtime; in tmp_getattr()
1819 tp->tn_mtime = now; in tmp_getpage()
/titanic_44/usr/src/uts/common/sys/fs/
H A Dtmpnode.h116 #define tn_mtime tn_attr.va_mtime macro