Lines Matching defs:pfe
1748 links_timedout(struct db_list *pdb, fhlist_ent *pfe, time_t ts)
1757 linksize = fill_link_key(linkkey, &pfe->dfh, pfe->name);
1765 pfe = fetch_record(pdb, (void *)&pfe->fh.fh_data,
1766 pfe->fh.fh_len, NULL, &error,
1768 if (pfe == NULL) {
1773 if (difftime(pfe->atime, linkp->atime) < 0) {
1775 pfe->atime = linkp->atime;
1777 (void *)&pfe->fh.fh_data,
1778 pfe->fh.fh_len, pfe,
1779 pfe->reclen, "links_timedout");
1781 free(pfe);
1811 struct fhlist_ent *pfe;
1881 pfe = &(ptl->ptr->fhlist_rec);
1882 if (links_timedout(pdb, pfe, cur_time)) {
1892 &pfe->dfh, pfe->name, linkkey,
1910 (void *)&pfe->fh,
1911 sizeof (pfe->fh));
1918 &pfe->fh.fh_data, pfe->fh.fh_len,