Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/specfs/
H A Dspecsubr.c173 sp->s_ctime = va.va_ctime.tv_sec; in specvp()
178 sp->s_ctime = 0; in specvp()
247 sp->s_ctime = now; in makespecvp()
564 sp->s_ctime = 0; in get_cvp()
610 sp->s_ctime = 0; in commonvp()
722 ((flag & SCHG) && (sp->s_ctime != now))) { in smark()
731 sp->s_ctime = now; in smark()
H A Dspecvnops.c1367 vap->va_ctime.tv_sec = sp->s_ctime; in spec_getattr()
1416 sp->s_ctime = gethrestime_sec(); in spec_setattr()
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dsnode.h90 time_t s_ctime; /* time of last attributes change */ member