Lines Matching refs:pdb
1746 links_timedout(struct db_list *pdb, fhlist_ent *pfe, time_t ts) in links_timedout() argument
1758 linkp = get_next_link(pdb, linkkey, &linksize, &link_st, in links_timedout()
1763 pfe = fetch_record(pdb, (void *)&pfe->fh.fh_data, in links_timedout()
1774 (void) store_record(pdb, in links_timedout()
1806 struct db_list *pdb; in prune_dbs() local
1826 for (pdb = db_fs_list; pdb; pdb = pdb->next) { in prune_dbs()
1829 for (key = dbm_firstkey(pdb->db); key.dptr != NULL; in prune_dbs()
1830 key = dbm_nextkey(pdb->db)) { in prune_dbs()
1834 ptr = fetch_record(pdb, key.dptr, key.dsize, in prune_dbs()
1880 if (links_timedout(pdb, pfe, cur_time)) { in prune_dbs()
1889 linkerr = delete_link(pdb, in prune_dbs()
1894 linkerr = delete_link_by_key(pdb, in prune_dbs()
1915 (void) delete_record(pdb, in prune_dbs()