Searched refs:newte (Results 1 – 1 of 1) sorted by relevance
558 struct transentry *newte; in trans_read() local568 if ((newte = create_te()) == NULL) in trans_read()572 newte->pathname = nfslog_get_path(&args->ra_fhandle, in trans_read()575 newte->pathname = strdup(path1); in trans_read()579 newte->starttime = logrec->re_header.rh_timestamp; in trans_read()580 newte->lastupdate = logrec->re_header.rh_timestamp; in trans_read()581 newte->optype = TRANS_OPER_READ; in trans_read()582 newte->datatype = TRANS_DATATYPE_BINARY; in trans_read()583 newte->transoption = TRANS_OPTION_NOACTION; in trans_read()584 newte->pnb = netbufdup(&(logrec->re_ipaddr)); in trans_read()[all …]