Searched refs:vatmp (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/uts/common/fs/specfs/ |
H A D | specvnops.c | 1491 struct vattr va, vatmp; in spec_fsync() local 1540 vatmp.va_mask = AT_ATIME|AT_MTIME; in spec_fsync() 1541 if (VOP_GETATTR(realvp, &vatmp, 0, cr, ct) == 0) { in spec_fsync() 1544 if (vatmp.va_atime.tv_sec > sp->s_atime) in spec_fsync() 1545 va.va_atime = vatmp.va_atime; in spec_fsync() 1550 if (vatmp.va_mtime.tv_sec > sp->s_mtime) in spec_fsync() 1551 va.va_mtime = vatmp.va_mtime; in spec_fsync() 1608 struct vattr va, vatmp; in spec_inactive() local 1613 vatmp.va_mask = AT_ATIME|AT_MTIME; in spec_inactive() 1618 if (VOP_GETATTR(rvp, &vatmp, 0, kcred, ct) == 0) { in spec_inactive() [all …]
|