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

/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dbptree.c46 * Note that while bt_begin and bt_end are only ever incremented in this code,
78 bt->bt_begin = 0;
96 ASSERT3U(bt->bt_begin, ==, bt->bt_end);
181 for (i = ba.ba_phys->bt_begin; i < ba.ba_phys->bt_end; i++) {
185 ASSERT(!free || i == ba.ba_phys->bt_begin);
218 ba.ba_phys->bt_begin++;
224 ASSERT(!free || err != 0 || ba.ba_phys->bt_begin == ba.ba_phys->bt_end);
227 if (ba.ba_phys->bt_begin == ba.ba_phys->bt_end) {
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dbptree.h36 uint64_t bt_begin; member in struct:bptree_phys
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/zdb/
H A Dzdb.c1314 name, (unsigned long long)(bt->bt_end - bt->bt_begin), bytes);

Completed in 166 milliseconds