Home
last modified time | relevance | path

Searched refs:blkh (Results 1 – 21 of 21) sorted by relevance

/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/reiserfs/
H A Dibalance.c132 struct block_head *blkh; in internal_insert_childs() local
142 blkh = B_BLK_HEAD(cur); in internal_insert_childs()
143 nr = blkh_nr_item(blkh); in internal_insert_childs()
175 set_blkh_nr_item(blkh, blkh_nr_item(blkh) + count); in internal_insert_childs()
211 struct block_head *blkh; in internal_delete_pointers_items() local
227 blkh = B_BLK_HEAD(cur); in internal_delete_pointers_items()
252 set_blkh_nr_item(blkh, blkh_nr_item(blkh) - del_num); in internal_delete_pointers_items()
360 set_blkh_nr_item(blkh, blkh_nr_item(blkh) + (cpy_num - 1)); in internal_copy_pointers_items()
465 set_blkh_nr_item(blkh, blkh_nr_item(blkh) + 1); in internal_insert_key()
466 set_blkh_free_space(blkh, blkh_free_space(blkh) - KEY_SIZE); in internal_insert_key()
[all …]
H A Dlbalance.c319 struct block_head *blkh; in leaf_copy_items_entirely() local
337 blkh = B_BLK_HEAD(dest); in leaf_copy_items_entirely()
338 nr = blkh_nr_item(blkh); in leaf_copy_items_entirely()
908 struct block_head *blkh; in leaf_insert_into_buf() local
914 blkh = B_BLK_HEAD(bh); in leaf_insert_into_buf()
958 set_blkh_nr_item(blkh, blkh_nr_item(blkh) + 1); in leaf_insert_into_buf()
989 blkh = B_BLK_HEAD(bh); in leaf_paste_in_buffer()
1155 blkh = B_BLK_HEAD(bh); in leaf_cut_from_buffer()
1227 set_blkh_free_space(blkh, blkh_free_space(blkh) + cut_size); in leaf_cut_from_buffer()
1256 blkh = B_BLK_HEAD(bh); in leaf_delete_items_entirely()
[all …]
H A Dprints.c480 struct block_head *blkh; in print_leaf() local
490 blkh = B_BLK_HEAD(bh); in print_leaf()
492 nr = blkh_nr_item(blkh); in print_leaf()
733 struct block_head *blkh; in check_leaf_block_head() local
736 blkh = B_BLK_HEAD(bh); in check_leaf_block_head()
737 nr = blkh_nr_item(blkh); in check_leaf_block_head()
741 if (blkh_free_space(blkh) > bh->b_size - BLKH_SIZE - IH_SIZE * nr) in check_leaf_block_head()
H A Dstree.c392 struct block_head *blkh; in is_leaf() local
399 blkh = (struct block_head *)buf; in is_leaf()
400 if (blkh_level(blkh) != DISK_LEAF_NODE_LEVEL) { in is_leaf()
406 nr = blkh_nr_item(blkh); in is_leaf()
417 if (used_space != blocksize - blkh_free_space(blkh)) { in is_leaf()
473 struct block_head *blkh; in is_internal() local
477 blkh = (struct block_head *)buf; in is_internal()
478 nr = blkh_level(blkh); in is_internal()
486 nr = blkh_nr_item(blkh); in is_internal()
495 if (used_space != blocksize - blkh_free_space(blkh)) { in is_internal()
H A Ddo_balan.c1470 struct block_head *blkh; in make_empty_node() local
1474 blkh = B_BLK_HEAD(bi->bi_bh); in make_empty_node()
1475 set_blkh_nr_item(blkh, 0); in make_empty_node()
1476 set_blkh_free_space(blkh, MAX_CHILD_SIZE(bi->bi_bh)); in make_empty_node()
1542 struct block_head *blkh; in reiserfs_invalidate_buffer() local
1543 blkh = B_BLK_HEAD(bh); in reiserfs_invalidate_buffer()
1544 set_blkh_level(blkh, FREE_LEVEL); in reiserfs_invalidate_buffer()
1545 set_blkh_nr_item(blkh, 0); in reiserfs_invalidate_buffer()
/dports/multimedia/libv4l/linux-5.13-rc2/fs/reiserfs/
H A Dibalance.c132 struct block_head *blkh; in internal_insert_childs() local
142 blkh = B_BLK_HEAD(cur); in internal_insert_childs()
143 nr = blkh_nr_item(blkh); in internal_insert_childs()
175 set_blkh_nr_item(blkh, blkh_nr_item(blkh) + count); in internal_insert_childs()
211 struct block_head *blkh; in internal_delete_pointers_items() local
227 blkh = B_BLK_HEAD(cur); in internal_delete_pointers_items()
252 set_blkh_nr_item(blkh, blkh_nr_item(blkh) - del_num); in internal_delete_pointers_items()
360 set_blkh_nr_item(blkh, blkh_nr_item(blkh) + (cpy_num - 1)); in internal_copy_pointers_items()
465 set_blkh_nr_item(blkh, blkh_nr_item(blkh) + 1); in internal_insert_key()
466 set_blkh_free_space(blkh, blkh_free_space(blkh) - KEY_SIZE); in internal_insert_key()
[all …]
H A Dlbalance.c319 struct block_head *blkh; in leaf_copy_items_entirely() local
337 blkh = B_BLK_HEAD(dest); in leaf_copy_items_entirely()
338 nr = blkh_nr_item(blkh); in leaf_copy_items_entirely()
908 struct block_head *blkh; in leaf_insert_into_buf() local
914 blkh = B_BLK_HEAD(bh); in leaf_insert_into_buf()
958 set_blkh_nr_item(blkh, blkh_nr_item(blkh) + 1); in leaf_insert_into_buf()
989 blkh = B_BLK_HEAD(bh); in leaf_paste_in_buffer()
1155 blkh = B_BLK_HEAD(bh); in leaf_cut_from_buffer()
1227 set_blkh_free_space(blkh, blkh_free_space(blkh) + cut_size); in leaf_cut_from_buffer()
1256 blkh = B_BLK_HEAD(bh); in leaf_delete_items_entirely()
[all …]
H A Dprints.c480 struct block_head *blkh; in print_leaf() local
490 blkh = B_BLK_HEAD(bh); in print_leaf()
492 nr = blkh_nr_item(blkh); in print_leaf()
733 struct block_head *blkh; in check_leaf_block_head() local
736 blkh = B_BLK_HEAD(bh); in check_leaf_block_head()
737 nr = blkh_nr_item(blkh); in check_leaf_block_head()
741 if (blkh_free_space(blkh) > bh->b_size - BLKH_SIZE - IH_SIZE * nr) in check_leaf_block_head()
H A Dstree.c392 struct block_head *blkh; in is_leaf() local
399 blkh = (struct block_head *)buf; in is_leaf()
400 if (blkh_level(blkh) != DISK_LEAF_NODE_LEVEL) { in is_leaf()
406 nr = blkh_nr_item(blkh); in is_leaf()
417 if (used_space != blocksize - blkh_free_space(blkh)) { in is_leaf()
473 struct block_head *blkh; in is_internal() local
477 blkh = (struct block_head *)buf; in is_internal()
478 nr = blkh_level(blkh); in is_internal()
486 nr = blkh_nr_item(blkh); in is_internal()
495 if (used_space != blocksize - blkh_free_space(blkh)) { in is_internal()
H A Ddo_balan.c1470 struct block_head *blkh; in make_empty_node() local
1474 blkh = B_BLK_HEAD(bi->bi_bh); in make_empty_node()
1475 set_blkh_nr_item(blkh, 0); in make_empty_node()
1476 set_blkh_free_space(blkh, MAX_CHILD_SIZE(bi->bi_bh)); in make_empty_node()
1542 struct block_head *blkh; in reiserfs_invalidate_buffer() local
1543 blkh = B_BLK_HEAD(bh); in reiserfs_invalidate_buffer()
1544 set_blkh_level(blkh, FREE_LEVEL); in reiserfs_invalidate_buffer()
1545 set_blkh_nr_item(blkh, 0); in reiserfs_invalidate_buffer()
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/reiserfs/
H A Dibalance.c132 struct block_head *blkh; in internal_insert_childs() local
142 blkh = B_BLK_HEAD(cur); in internal_insert_childs()
143 nr = blkh_nr_item(blkh); in internal_insert_childs()
175 set_blkh_nr_item(blkh, blkh_nr_item(blkh) + count); in internal_insert_childs()
211 struct block_head *blkh; in internal_delete_pointers_items() local
227 blkh = B_BLK_HEAD(cur); in internal_delete_pointers_items()
252 set_blkh_nr_item(blkh, blkh_nr_item(blkh) - del_num); in internal_delete_pointers_items()
360 set_blkh_nr_item(blkh, blkh_nr_item(blkh) + (cpy_num - 1)); in internal_copy_pointers_items()
465 set_blkh_nr_item(blkh, blkh_nr_item(blkh) + 1); in internal_insert_key()
466 set_blkh_free_space(blkh, blkh_free_space(blkh) - KEY_SIZE); in internal_insert_key()
[all …]
H A Dlbalance.c319 struct block_head *blkh; in leaf_copy_items_entirely() local
337 blkh = B_BLK_HEAD(dest); in leaf_copy_items_entirely()
338 nr = blkh_nr_item(blkh); in leaf_copy_items_entirely()
908 struct block_head *blkh; in leaf_insert_into_buf() local
914 blkh = B_BLK_HEAD(bh); in leaf_insert_into_buf()
958 set_blkh_nr_item(blkh, blkh_nr_item(blkh) + 1); in leaf_insert_into_buf()
989 blkh = B_BLK_HEAD(bh); in leaf_paste_in_buffer()
1155 blkh = B_BLK_HEAD(bh); in leaf_cut_from_buffer()
1227 set_blkh_free_space(blkh, blkh_free_space(blkh) + cut_size); in leaf_cut_from_buffer()
1256 blkh = B_BLK_HEAD(bh); in leaf_delete_items_entirely()
[all …]
H A Dprints.c480 struct block_head *blkh; in print_leaf() local
490 blkh = B_BLK_HEAD(bh); in print_leaf()
492 nr = blkh_nr_item(blkh); in print_leaf()
733 struct block_head *blkh; in check_leaf_block_head() local
736 blkh = B_BLK_HEAD(bh); in check_leaf_block_head()
737 nr = blkh_nr_item(blkh); in check_leaf_block_head()
741 if (blkh_free_space(blkh) > bh->b_size - BLKH_SIZE - IH_SIZE * nr) in check_leaf_block_head()
H A Dstree.c392 struct block_head *blkh; in is_leaf() local
399 blkh = (struct block_head *)buf; in is_leaf()
400 if (blkh_level(blkh) != DISK_LEAF_NODE_LEVEL) { in is_leaf()
406 nr = blkh_nr_item(blkh); in is_leaf()
417 if (used_space != blocksize - blkh_free_space(blkh)) { in is_leaf()
473 struct block_head *blkh; in is_internal() local
477 blkh = (struct block_head *)buf; in is_internal()
478 nr = blkh_level(blkh); in is_internal()
486 nr = blkh_nr_item(blkh); in is_internal()
495 if (used_space != blocksize - blkh_free_space(blkh)) { in is_internal()
H A Ddo_balan.c1470 struct block_head *blkh; in make_empty_node() local
1474 blkh = B_BLK_HEAD(bi->bi_bh); in make_empty_node()
1475 set_blkh_nr_item(blkh, 0); in make_empty_node()
1476 set_blkh_free_space(blkh, MAX_CHILD_SIZE(bi->bi_bh)); in make_empty_node()
1542 struct block_head *blkh; in reiserfs_invalidate_buffer() local
1543 blkh = B_BLK_HEAD(bh); in reiserfs_invalidate_buffer()
1544 set_blkh_level(blkh, FREE_LEVEL); in reiserfs_invalidate_buffer()
1545 set_blkh_nr_item(blkh, 0); in reiserfs_invalidate_buffer()
/dports/net/h323plus/h323plus-1_27_2/plugins/video/H.261-vic/vic/
H A Dvid_coder.cxx119 blkh = height >> 4; in crinit()
121 nblk = blkw * blkh; in crinit()
160 REPLENISH(devbuf, ref, outw, 1, 0, blkw, 0, blkh); in suppress()
195 for (int y = 0; y < blkh; y++) { in saveblks()
H A Dvid_coder.h233 int blkh; variable
299 if (bottom >= 48 && y < blkh - 1) { \
/dports/net/opal/opal-3.10.10/plugins/video/H.261-vic/vic/
H A Dvid_coder.cxx116 blkh = height >> 4; in crinit()
118 nblk = blkw * blkh; in crinit()
157 REPLENISH(devbuf, ref, outw, 1, 0, blkw, 0, blkh); in suppress()
192 for (int y = 0; y < blkh; y++) { in saveblks()
H A Dvid_coder.h233 int blkh; variable
299 if (bottom >= 48 && y < blkh - 1) { \
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/microsoft/vulkan/
H A Ddzn_device.cpp2164 uint32_t blkh = util_format_get_blockheight(pfmt); in dzn_buffer_get_copy_loc() local
2183 DIV_ROUND_UP(loc.PlacedFootprint.Footprint.Height, blkh); in dzn_buffer_get_copy_loc()
2207 uint32_t blkh = util_format_get_blockheight(pfmt); in dzn_buffer_get_line_copy_loc() local
2214 DIV_ROUND_UP(buffer_image_height, blkh); in dzn_buffer_get_line_copy_loc()
2217 ((y / blkh) * buffer_row_stride) + in dzn_buffer_get_line_copy_loc()
2225 new_loc.PlacedFootprint.Footprint.Height = blkh; in dzn_buffer_get_line_copy_loc()
H A Ddzn_cmd_buffer.cpp1405 uint32_t blkh = util_format_get_blockheight(pfmt); in dzn_cmd_buffer_copy_buf2img_region() local
1436 .bottom = blkh, in dzn_cmd_buffer_copy_buf2img_region()
1441 for (uint32_t y = 0; y < region->imageExtent.height; y += blkh) { in dzn_cmd_buffer_copy_buf2img_region()
1476 uint32_t blkh = util_format_get_blockheight(pfmt); in dzn_cmd_buffer_copy_img2buf_region() local
1512 for (uint32_t y = 0; y < region->imageExtent.height; y += blkh) { in dzn_cmd_buffer_copy_img2buf_region()
1521 src_box.bottom = src_box.top + blkh; in dzn_cmd_buffer_copy_img2buf_region()