Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/portfs/
H A Dport_fop.c820 vattr_t vatt; in port_check_timestamp() local
830 vatt.va_mask = AT_ATIME|AT_MTIME|AT_CTIME; in port_check_timestamp()
836 if (VOP_GETATTR(vp, &vatt, 0, CRED(), NULL)) { in port_check_timestamp()
852 if (VOP_GETATTR(vp, &vatt, 0, CRED(), NULL)) { in port_check_timestamp()
897 (vatt.va_atime.tv_sec != fobj->fo_atime.tv_sec || in port_check_timestamp()
898 vatt.va_atime.tv_nsec != fobj->fo_atime.tv_nsec)) in port_check_timestamp()
903 (vatt.va_mtime.tv_sec != fobj->fo_mtime.tv_sec || in port_check_timestamp()
904 vatt.va_mtime.tv_nsec != fobj->fo_mtime.tv_nsec)) in port_check_timestamp()
909 (vatt.va_ctime.tv_sec != fobj->fo_ctime.tv_sec || in port_check_timestamp()
910 vatt.va_ctime.tv_nsec != fobj->fo_ctime.tv_nsec)) in port_check_timestamp()
[all …]