Searched refs:btl_hdr (Results 1 – 2 of 2) sorted by relevance
283 (last_leaf->btl_hdr.bth_first + in zfs_btree_find()284 last_leaf->btl_hdr.bth_count - 1) * size, value); in zfs_btree_find()293 last_leaf->btl_hdr.bth_count; in zfs_btree_find()301 last_leaf->btl_hdr.bth_count - 1; in zfs_btree_find()305 (last_leaf->btl_hdr.bth_first + in zfs_btree_find()306 last_leaf->btl_hdr.bth_count - 1) * size); in zfs_btree_find()309 last_leaf->btl_hdr.bth_first * size, value) <= 0) { in zfs_btree_find()317 last_leaf->btl_hdr.bth_first * size, in zfs_btree_find()318 last_leaf->btl_hdr.bth_count, value, &idx); in zfs_btree_find()360 leaf->btl_hdr.bth_first * size, in zfs_btree_find()[all …]
95 zfs_btree_hdr_t btl_hdr; member