Searched refs:bpl_list (Results 1 - 2 of 2) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/fs/zfs/
H A Dbplist.c33 list_create(&bpl->bpl_list, sizeof (bplist_entry_t),
40 list_destroy(&bpl->bpl_list);
51 list_insert_tail(&bpl->bpl_list, bpe);
61 while (bpe = list_head(&bpl->bpl_list)) {
62 list_remove(&bpl->bpl_list, bpe);
/opensolaris-onvv-gate/usr/src/uts/common/fs/zfs/sys/
H A Dbplist.h42 list_t bpl_list; member in struct:bplist

Completed in 93 milliseconds