Searched refs:bplist_entry_t (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),
35 offsetof(bplist_entry_t, bpe_node));
48 bplist_entry_t *bpe = kmem_alloc(sizeof (*bpe), KM_SLEEP);
60 static bplist_entry_t *bplist_iterate_last_removed;
65 bplist_entry_t *bpe;
/netbsd-current/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
H A Dbplist.h38 } bplist_entry_t; typedef in typeref:struct:bplist_entry

Completed in 320 milliseconds