HomeSort by: relevance | last modified time | path
    Searched refs:bplist_t (Results 1 - 5 of 5) sorted by relevancy

  /src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
bplist.h 43 } bplist_t; typedef in typeref:struct:bplist
47 void bplist_create(bplist_t *bpl);
48 void bplist_destroy(bplist_t *bpl);
49 void bplist_append(bplist_t *bpl, const blkptr_t *bp);
50 void bplist_iterate(bplist_t *bpl, bplist_itor_t *func,
spa_impl.h 181 bplist_t spa_free_bplist[TXG_SIZE]; /* bplist of stuff to free */
dsl_dataset.h 160 bplist_t ds_pending_deadlist;
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
bplist.c 31 bplist_create(bplist_t *bpl)
39 bplist_destroy(bplist_t *bpl)
46 bplist_append(bplist_t *bpl, const blkptr_t *bp)
63 bplist_iterate(bplist_t *bpl, bplist_itor_t *func, void *arg, dmu_tx_t *tx)
spa.c 6367 spa_sync_frees(spa_t *spa, bplist_t *bpl, dmu_tx_t *tx)
6846 bplist_t *free_bpl = &spa->spa_free_bplist[txg & TXG_MASK];

Completed in 33 milliseconds