HomeSort by relevance Sort by last modified time
    Searched refs:last_blk (Results 1 - 8 of 8) sorted by null

  /external/e2fsprogs/lib/ext2fs/
alloc_tables.c 43 blk64_t last_blk, first_free = 0; local
66 last_blk = ext2fs_group_last_block2(fs, last_grp);
69 if (ext2fs_get_free_blocks2(fs, start_blk, last_blk, size,
73 if (ext2fs_get_free_blocks2(fs, start_blk, last_blk, elem_size,
77 if (ext2fs_get_free_blocks2(fs, 0, last_blk, elem_size, bmap,
88 blk64_t group_blk, start_blk, last_blk, new_blk; local
93 last_blk = ext2fs_group_last_block2(fs, group);
111 retval = ext2fs_get_free_blocks2(fs, group_blk, last_blk,
117 (last_blk - start_blk + 1));
118 if (start_blk >= last_blk)
    [all...]
alloc_stats.c 131 blk64_t last_blk = ext2fs_group_last_block2(fs, group); local
134 if (blk + num > last_blk)
135 n = last_blk - blk + 1;
  /external/e2fsprogs/contrib/android/
ext2simg.c 115 blk_t first_blk, last_blk, nb_blk, cur_blk; local
126 last_blk = ext2fs_get_block_bitmap_end2(fs->block_map);
127 nb_blk = last_blk - first_blk + 1;
144 for (cur_blk = first_blk; cur_blk <= last_blk; ++cur_blk) {
  /external/e2fsprogs/misc/
mk_hugefiles.c 357 blk64_t last_blk = ext2fs_blocks_count(fs->super) - 1; local
361 blk, last_blk, &blk);
366 blk, last_blk, &next);
368 next = last_blk;
  /external/e2fsprogs/e2fsck/
pass3.c 795 static blk64_t last_blk = 0; local
808 last_blk = *blocknr;
813 (EXT2FS_B2C(fs, last_blk) == EXT2FS_B2C(fs, last_blk + 1)))
814 new_blk = last_blk + 1;
816 last_blk &= ~EXT2FS_CLUSTER_MASK(fs);
817 retval = ext2fs_new_block2(fs, last_blk, ctx->block_found_map,
826 last_blk = new_blk;
pass1b.c 265 blk64_t last_blk; member in struct:process_block_struct
322 pb.last_blk = 0;
380 if (p->last_blk + 1 != *block_nr) {
381 if (p->last_blk) {
390 p->last_blk = *block_nr;
  /external/f2fs-tools/fsck/
fsck.c 589 if (child->last_blk != ei->blk + ei->len - 1)
602 if (!child->last_blk) {
606 } else if (child->last_blk + 1 != blkaddr) {
610 child->last_blk = blkaddr;
754 child.last_blk = 0;
1120 int max, int idx, int last_blk, int enc_name)
1136 if (bit_offset >= max && last_blk)
    [all...]
fsck.h 56 u32 last_blk; member in struct:child_info

Completed in 254 milliseconds