Lines Matching refs:lastupdate

63 	timestruc32_t	lastupdate;	/* last operation for this entry */  member
485 pte->lastupdate.tv_sec) > in nfslog_process_trans_timeout()
498 pte->lastupdate.tv_sec) > in nfslog_process_trans_timeout()
511 pte->lastupdate.tv_sec) > in nfslog_process_trans_timeout()
524 pte->lastupdate.tv_sec) > in nfslog_process_trans_timeout()
578 newte->lastupdate = logrec->re_header.rh_timestamp; in trans_read()
602 if (pte->lastupdate.tv_sec <= in trans_read()
604 pte->lastupdate = in trans_read()
647 newte->lastupdate = logrec->re_header.rh_timestamp; in trans_write()
680 if (pte->lastupdate.tv_sec <= in trans_write()
682 pte->lastupdate = in trans_write()
729 newte->lastupdate = logrec->re_header.rh_timestamp; in trans_setattr()
786 newte->lastupdate = logrec->re_header.rh_timestamp; in trans_create()
855 newte->lastupdate = logrec->re_header.rh_timestamp; in trans_remove()
919 newte->lastupdate = logrec->re_header.rh_timestamp; in trans_mkdir()
965 newte->lastupdate = logrec->re_header.rh_timestamp; in trans_rmdir()
1023 newte->lastupdate = logrec->re_header.rh_timestamp; in trans_rename()
1101 newte->lastupdate = logrec->re_header.rh_timestamp; in trans_link()
1156 newte->lastupdate = logrec->re_header.rh_timestamp; in trans_symlink()
1211 newte->lastupdate = logrec->re_header.rh_timestamp; in trans_read3()
1234 if (pte->lastupdate.tv_sec <= in trans_read3()
1236 pte->lastupdate = in trans_read3()
1280 newte->lastupdate = logrec->re_header.rh_timestamp; in trans_write3()
1313 if (pte->lastupdate.tv_sec <= in trans_write3()
1315 pte->lastupdate = in trans_write3()
1363 newte->lastupdate = logrec->re_header.rh_timestamp; in trans_setattr3()
1420 newte->lastupdate = logrec->re_header.rh_timestamp; in trans_create3()
1485 newte->lastupdate = logrec->re_header.rh_timestamp; in trans_remove3()
1548 newte->lastupdate = logrec->re_header.rh_timestamp; in trans_mkdir3()
1594 newte->lastupdate = logrec->re_header.rh_timestamp; in trans_rmdir3()
1646 newte->lastupdate = logrec->re_header.rh_timestamp; in trans_rename3()
1719 newte->lastupdate = logrec->re_header.rh_timestamp; in trans_mknod3()
1770 newte->lastupdate = logrec->re_header.rh_timestamp; in trans_link3()
1824 newte->lastupdate = logrec->re_header.rh_timestamp; in trans_symlink3()
2075 pte->lastupdate.tv_sec - pte->starttime.tv_sec, in nfslog_print_trans_logentry()