Searched defs:bplist_t (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dbplist.h43 } 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,

Completed in 43 milliseconds