HomeSort by: relevance | last modified time | path
    Searched defs:snapshots (Results 1 - 3 of 3) sorted by relevancy

  /src/external/mpl/bind/dist/tests/libtest/
qp.c 171 unsigned int snapshots = 0; local
172 for (dns_qpsnap_t *snap = ISC_LIST_HEAD(multi->snapshots); //
173 snap != NULL; snap = ISC_LIST_NEXT(snap, link), snapshots++)
176 printf("qpmulti %p snapshots %u\n", multi, snapshots);
  /src/external/mpl/bind/dist/lib/dns/
qp_p.h 276 * snapshots after the chunks have passed their normal reclamation
402 * Snapshots have some extra cleanup machinery.
407 * snapshots. However that design gets into trouble for a zone with
413 * snapshot is destroyed, we can traverse the list of snapshots to
522 * There is a per-trie list of snapshots that is used for reclaiming
540 /*% all snapshots of this trie */
541 ISC_LIST(dns_qpsnap_t) snapshots; member in struct:dns_qpmulti
  /src/usr.sbin/fstyp/
hammer_disk.h 1015 char snapshots[64]; /* softlink dir for pruning */ member in struct:hammer_pseudofs_data
1043 * Snapshot records replace the old <fs>/snapshots/<softlink> methodology. Snapshot

Completed in 26 milliseconds