Home
last modified time | relevance | path

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

/src/sys/contrib/openzfs/module/zfs/
H A Ddnode_sync.c279 dmu_buf_impl_t *subdb; in free_children() local
345 id, TRUE, FALSE, FTAG, &subdb)); in free_children()
347 ASSERT3P(bp, ==, subdb->db_blkptr); in free_children()
349 free_children(subdb, blkid, nblks, free_indirects, tx); in free_children()
350 dbuf_rele(subdb, FTAG); in free_children()
H A Dbpobj.c736 dmu_buf_t *subdb; in bpobj_enqueue_subobj() local
740 0, FTAG, &subdb, 0)); in bpobj_enqueue_subobj()
745 VERIFY3U(subdb->db_size, >=, in bpobj_enqueue_subobj()
755 numsubsub * sizeof (subobj), subdb->db_data, tx, in bpobj_enqueue_subobj()
757 dmu_buf_rele(subdb, FTAG); in bpobj_enqueue_subobj()
/src/lib/libc/iconv/
H A Dcitrus_csmapper.c83 open_subdb(struct _citrus_db **subdb, struct _citrus_db *db, const char *src) in open_subdb() argument
91 ret = _db_open(subdb, &r, _CITRUS_PIVOT_SUB_MAGIC, _db_hash_std, NULL); in open_subdb()