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

/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dbpobj.c436 dmu_buf_t *subdb; local
440 0, FTAG, &subdb, 0));
445 VERIFY3U(subdb->db_size, >=,
449 numsubsub * sizeof (subobj), subdb->db_data, tx);
450 dmu_buf_rele(subdb, FTAG);
H A Ddnode_sync.c253 dmu_buf_impl_t *subdb; local
315 id, TRUE, FALSE, FTAG, &subdb));
317 ASSERT3P(bp, ==, subdb->db_blkptr);
319 free_children(subdb, blkid, nblks, free_indirects, tx);
320 dbuf_rele(subdb, FTAG);
/freebsd-11-stable/lib/libc/iconv/
H A Dcitrus_csmapper.c83 open_subdb(struct _citrus_db **subdb, struct _citrus_db *db, const char *src) argument
91 ret = _db_open(subdb, &r, _CITRUS_PIVOT_SUB_MAGIC, _db_hash_std, NULL);

Completed in 141 milliseconds