Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/specfs/
H A Dspecvnops.c1494 struct vattr va, vatmp; in spec_fsync() local
1543 vatmp.va_mask = AT_ATIME|AT_MTIME; in spec_fsync()
1544 if (VOP_GETATTR(realvp, &vatmp, 0, cr, ct) == 0) { in spec_fsync()
1547 if (vatmp.va_atime.tv_sec > sp->s_atime) in spec_fsync()
1548 va.va_atime = vatmp.va_atime; in spec_fsync()
1553 if (vatmp.va_mtime.tv_sec > sp->s_mtime) in spec_fsync()
1554 va.va_mtime = vatmp.va_mtime; in spec_fsync()
1609 struct vattr va, vatmp; in spec_inactive() local
1614 vatmp.va_mask = AT_ATIME|AT_MTIME; in spec_inactive()
1619 if (VOP_GETATTR(rvp, &vatmp, 0, kcred, ct) == 0) { in spec_inactive()
[all …]