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

  /external/e2fsprogs/lib/ext2fs/
alloc_tables.c 41 blk_t last_blk, first_free = 0; local
67 last_blk = ext2fs_group_last_block(fs, last_grp);
70 if (ext2fs_get_free_blocks(fs, start_blk, last_blk, 1, bmap,
74 if (ext2fs_get_free_blocks(fs, first_free + offset, last_blk, size,
85 blk_t group_blk, start_blk, last_blk, new_blk, blk; local
90 last_blk = ext2fs_group_last_block(fs, group);
109 retval = ext2fs_get_free_blocks(fs, group_blk, last_blk,
115 (last_blk - start_blk + 1));
116 if (start_blk >= last_blk)
127 last_blk = ext2fs_group_last_block(fs, last_grp)
    [all...]
expanddir.c 36 static blk_t last_blk = 0; local
41 last_blk = *blocknr;
44 retval = ext2fs_new_block(fs, last_blk, 0, &new_blk);
  /external/e2fsprogs/misc/
filefrag.c 173 unsigned long long last_blk = 0; local
233 if (logical_blk && phy_blk != last_blk + 1)
236 last_blk = 0;
237 print_extent_info(&fm_ext[i], n, last_blk, blk_shift);
239 last_blk = phy_blk + ext_len - 1;
  /external/e2fsprogs/e2fsck/
pass3.c 695 static blk_t last_blk = 0; local
708 last_blk = *blocknr;
711 retval = ext2fs_new_block(fs, last_blk, ctx->block_found_map,

Completed in 581 milliseconds