Home
last modified time | relevance | path

Searched refs:move_blocks (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/boost/sort/block_indirect_sort/blk_detail/
Dmove_blocks.hpp40 struct move_blocks struct
45 typedef move_blocks<Block_size, Group_size, Iter_t, Compare> this_type; argument
64 move_blocks(backbone_t &bkb);
159 move_blocks<Block_size, Group_size, Iter_t, Compare>
160 ::move_blocks(backbone_t &bkb) : bk(bkb) in move_blocks() function in boost::sort::blk_detail::move_blocks
215 void move_blocks<Block_size, Group_size, Iter_t, Compare>
245 void move_blocks<Block_size, Group_size, Iter_t, Compare>
/third_party/e2fsprogs/resize/
Dresize2fs.h111 ext2fs_block_bitmap move_blocks; member
Dresize2fs.c251 if (rfs->move_blocks) in resize_fs()
252 ext2fs_free_block_bitmap(rfs->move_blocks); in resize_fs()
1254 ext2fs_mark_block_bitmap2(rfs->move_blocks, blk); in mark_fs_metablock()
1285 &rfs->move_blocks); in blocks_to_move()
1354 ext2fs_mark_block_bitmap2(rfs->move_blocks, blk); in blocks_to_move()
1522 ext2fs_mark_block_bitmap2(rfs->move_blocks, in blocks_to_move()
1531 ext2fs_mark_block_bitmap2(rfs->move_blocks, in blocks_to_move()
1558 ext2fs_mark_block_bitmap2(rfs->move_blocks, in blocks_to_move()
1713 if (!ext2fs_test_block_bitmap2(rfs->move_blocks, blk)) in block_mover()
2703 ext2fs_mark_block_bitmap2(rfs->move_blocks, blk); in reserve_sparse_super2_last_group()
/third_party/boost/boost/sort/block_indirect_sort/
Dblock_indirect_sort.hpp87 typedef move_blocks<Block_size, Group_size, Iter_t, Compare> move_blocks_t;