Home
last modified time | relevance | path

Searched refs:subdb (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dbpobj.c426 dmu_buf_t *subdb; in bpobj_enqueue_subobj() local
430 0, FTAG, &subdb, 0)); in bpobj_enqueue_subobj()
435 VERIFY3U(subdb->db_size, >=, in bpobj_enqueue_subobj()
439 numsubsub * sizeof (subobj), subdb->db_data, tx); in bpobj_enqueue_subobj()
440 dmu_buf_rele(subdb, FTAG); in bpobj_enqueue_subobj()
H A Ddnode_sync.c238 dmu_buf_impl_t *subdb; in free_children() local
281 i, TRUE, FALSE, FTAG, &subdb)); in free_children()
283 ASSERT3P(bp, ==, subdb->db_blkptr); in free_children()
285 free_children(subdb, blkid, nblks, tx); in free_children()
286 dbuf_rele(subdb, FTAG); in free_children()
/netbsd-src/lib/libc/citrus/
H A Dcitrus_csmapper.c85 open_subdb(struct _citrus_db **subdb, struct _citrus_db *db, const char *src) in open_subdb() argument
93 ret = _db_open(subdb, &r, _CITRUS_PIVOT_SUB_MAGIC, _db_hash_std, NULL); in open_subdb()