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

/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddnode.c639 /* clean up any unreferenced dbufs */
853 uint32_t dbufs; local
914 * holds. This also prevents the descendant dbufs and the bonus dbuf
918 * safely move any dnode referenced only by dbufs.
927 * Ensure a consistent view of the dnode's holds and the dnode's dbufs.
953 dbufs = odn->dn_dbufs_count;
955 /* We can't have more dbufs than dnode holds. */
956 ASSERT3U(dbufs, <=, refcount);
958 uint32_t, dbufs);
960 if (refcount > dbufs) {
[all...]

Completed in 48 milliseconds