Lines Matching defs:dbufs
636 /* clean up any unreferenced dbufs */
849 uint32_t dbufs;
910 * holds. This also prevents the descendant dbufs and the bonus dbuf
914 * safely move any dnode referenced only by dbufs.
923 * Ensure a consistent view of the dnode's holds and the dnode's dbufs.
949 dbufs = odn->dn_dbufs_count;
951 /* We can't have more dbufs than dnode holds. */
952 ASSERT3U(dbufs, <=, refcount);
954 uint32_t, dbufs);
956 if (refcount > dbufs) {
976 ASSERT(dbufs == ndn->dn_dbufs_count);