Searched refs:dbufs (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddnode.c633 /* clean up any unreferenced dbufs */
844 uint32_t dbufs; local
905 * holds. This also prevents the descendant dbufs and the bonus dbuf
909 * safely move any dnode referenced only by dbufs.
918 * Ensure a consistent view of the dnode's holds and the dnode's dbufs.
944 dbufs = odn->dn_dbufs_count;
946 /* We can't have more dbufs than dnode holds. */
947 ASSERT3U(dbufs, <=, refcount);
949 uint32_t, dbufs);
951 if (refcount > dbufs) {
[all...]
/illumos-gate/usr/src/cmd/mdb/common/modules/zfs/
H A Dzfs.c561 mdb_printf("hash table has %llu buckets, %llu dbufs "
580 mdb_printf("hash chain depth number of dbufs\n");
755 dbufs(uintptr_t addr, uint_t flags, int argc, const mdb_arg_t *argv) function
795 mdb_warn("can't walk dbufs");
3909 { "dbufs",
3913 "find dmu_buf_impl_t's that match specified criteria", dbufs },

Completed in 186 milliseconds