Lines Matching refs:pfe
1746 links_timedout(struct db_list *pdb, fhlist_ent *pfe, time_t ts) in links_timedout() argument
1755 linksize = fill_link_key(linkkey, &pfe->dfh, pfe->name); in links_timedout()
1763 pfe = fetch_record(pdb, (void *)&pfe->fh.fh_data, in links_timedout()
1764 pfe->fh.fh_len, NULL, &error, in links_timedout()
1766 if (pfe == NULL) { in links_timedout()
1771 if (difftime(pfe->atime, linkp->atime) < 0) { in links_timedout()
1773 pfe->atime = linkp->atime; in links_timedout()
1775 (void *)&pfe->fh.fh_data, in links_timedout()
1776 pfe->fh.fh_len, pfe, in links_timedout()
1777 pfe->reclen, "links_timedout"); in links_timedout()
1779 free(pfe); in links_timedout()
1809 struct fhlist_ent *pfe; in prune_dbs() local
1879 pfe = &(ptl->ptr->fhlist_rec); in prune_dbs()
1880 if (links_timedout(pdb, pfe, cur_time)) { in prune_dbs()
1890 &pfe->dfh, pfe->name, linkkey, in prune_dbs()
1908 (void *)&pfe->fh, in prune_dbs()
1909 sizeof (pfe->fh)); in prune_dbs()
1916 &pfe->fh.fh_data, pfe->fh.fh_len, in prune_dbs()