Home
last modified time | relevance | path

Searched refs:bplist_entry_t (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/common/fs/zfs/
H A Dbplist.c34 list_create(&bpl->bpl_list, sizeof (bplist_entry_t), in bplist_create()
35 offsetof(bplist_entry_t, bpe_node)); in bplist_create()
48 bplist_entry_t *bpe = kmem_alloc(sizeof (*bpe), KM_SLEEP); in bplist_append()
60 static bplist_entry_t *bplist_iterate_last_removed;
65 bplist_entry_t *bpe; in bplist_iterate()
/titanic_41/usr/src/uts/common/fs/zfs/sys/
H A Dbplist.h38 } bplist_entry_t; typedef