Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
Dbpobj.c436 dmu_buf_t *subdb; in bpobj_enqueue_subobj() local
440 0, FTAG, &subdb, 0)); in bpobj_enqueue_subobj()
445 VERIFY3U(subdb->db_size, >=, in bpobj_enqueue_subobj()
449 numsubsub * sizeof (subobj), subdb->db_data, tx); in bpobj_enqueue_subobj()
450 dmu_buf_rele(subdb, FTAG); in bpobj_enqueue_subobj()
Ddnode_sync.c253 dmu_buf_impl_t *subdb; in free_children() local
315 id, TRUE, FALSE, FTAG, &subdb)); in free_children()
317 ASSERT3P(bp, ==, subdb->db_blkptr); in free_children()
319 free_children(subdb, blkid, nblks, free_indirects, tx); in free_children()
320 dbuf_rele(subdb, FTAG); in free_children()
/freebsd-12-stable/lib/libc/iconv/
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()