Home
last modified time | relevance | path

Searched refs:BTREE_LEAF_SIZE (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dbtree.h69 #define BTREE_LEAF_SIZE 4096 macro
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dbtree.c82 BTREE_LEAF_SIZE - sizeof (zfs_btree_hdr_t) - in zfs_btree_poison_node()
140 BTREE_LEAF_SIZE, 0, NULL, NULL, NULL, NULL, in zfs_btree_init()
160 ASSERT3U(size, <=, (BTREE_LEAF_SIZE - sizeof (zfs_btree_hdr_t)) / 4); in zfs_btree_create()
687 uint64_t capacity __maybe_unused = P2ALIGN((BTREE_LEAF_SIZE - in zfs_btree_insert_leaf_impl()
708 uint64_t capacity = P2ALIGN((BTREE_LEAF_SIZE - in zfs_btree_insert_into_leaf()
825 uint64_t capacity = P2ALIGN((BTREE_LEAF_SIZE - in zfs_btree_bulk_finish()
1550 uint64_t capacity = P2ALIGN((BTREE_LEAF_SIZE - in zfs_btree_remove_idx()
1902 uint64_t capacity = P2ALIGN((BTREE_LEAF_SIZE - in zfs_btree_verify_counts_helper()
2069 for (int i = hdr->bth_count * size; i < BTREE_LEAF_SIZE - in zfs_btree_verify_poison_helper()