Home
last modified time | relevance | path

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

/freebsd-14.2/sys/contrib/openzfs/module/zfs/
H A Ddnode_sync.c278 dmu_buf_impl_t *subdb; in free_children() local
344 id, TRUE, FALSE, FTAG, &subdb)); in free_children()
346 ASSERT3P(bp, ==, subdb->db_blkptr); in free_children()
348 free_children(subdb, blkid, nblks, free_indirects, tx); in free_children()
349 dbuf_rele(subdb, FTAG); in free_children()
H A Dbpobj.c735 dmu_buf_t *subdb; in bpobj_enqueue_subobj() local
739 0, FTAG, &subdb, 0)); in bpobj_enqueue_subobj()
744 VERIFY3U(subdb->db_size, >=, in bpobj_enqueue_subobj()
754 numsubsub * sizeof (subobj), subdb->db_data, tx); in bpobj_enqueue_subobj()
755 dmu_buf_rele(subdb, FTAG); in bpobj_enqueue_subobj()
/freebsd-14.2/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()