Lines Matching refs:pdb
1748 links_timedout(struct db_list *pdb, fhlist_ent *pfe, time_t ts) in links_timedout() argument
1760 linkp = get_next_link(pdb, linkkey, &linksize, &link_st, in links_timedout()
1765 pfe = fetch_record(pdb, (void *)&pfe->fh.fh_data, in links_timedout()
1776 (void) store_record(pdb, in links_timedout()
1808 struct db_list *pdb; in prune_dbs() local
1828 for (pdb = db_fs_list; pdb; pdb = pdb->next) { in prune_dbs()
1831 for (key = dbm_firstkey(pdb->db); key.dptr != NULL; in prune_dbs()
1832 key = dbm_nextkey(pdb->db)) { in prune_dbs()
1836 ptr = fetch_record(pdb, key.dptr, key.dsize, in prune_dbs()
1882 if (links_timedout(pdb, pfe, cur_time)) { in prune_dbs()
1891 linkerr = delete_link(pdb, in prune_dbs()
1896 linkerr = delete_link_by_key(pdb, in prune_dbs()
1917 (void) delete_record(pdb, in prune_dbs()