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

/netbsd-current/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dbplist.c34 list_create(&bpl->bpl_list, sizeof (bplist_entry_t),
41 list_destroy(&bpl->bpl_list);
52 list_insert_tail(&bpl->bpl_list, bpe);
68 while (bpe = list_head(&bpl->bpl_list)) {
70 list_remove(&bpl->bpl_list, bpe);
/netbsd-current/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
H A Dbplist.h42 list_t bpl_list; member in struct:bplist

Completed in 238 milliseconds