Searched refs:start_blk (Results 1 - 4 of 4) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
H A Dalloc_tables.c37 static blk64_t flexbg_offset(ext2_filsys fs, dgrp_t group, blk64_t start_blk, argument
56 if (start_blk && ext2fs_test_block_bitmap_range2(bmap, start_blk,
58 return start_blk;
60 start_blk = ext2fs_group_first_block2(fs, flexbg_size * flexbg);
67 if (ext2fs_get_free_blocks2(fs, start_blk, last_blk, size,
71 if (ext2fs_get_free_blocks2(fs, start_blk, last_blk, elem_size,
87 blk64_t group_blk, start_blk, last_blk, new_blk, blk; local
112 1, bmap, &start_blk);
115 start_blk
[all...]
/external/f2fs-tools/tools/
H A Dfibmap.c18 __u32 start_blk; member in struct:file_ext
28 printf("%8d %8d %8d %8d\n", ext->f_pos, ext->start_blk,
123 printf("file_pos start_blk end_blk blks\n");
132 ext.start_blk = blknum;
151 ext.start_blk = blknum;
/external/e2fsprogs/misc/
H A Dtune2fs.c1310 blk64_t start_blk, end_blk; local
1317 start_blk = ext2fs_inode_table_loc(fs, i) +
1323 for (j = start_blk; j < end_blk; j++) {
1342 needed_blocks += end_blk - start_blk;
1365 blk64_t start_blk, end_blk; local
1366 start_blk = fs->super->s_first_data_block +
1372 end_blk = start_blk + EXT2_BLOCKS_PER_GROUP(fs->super);
1373 if (blk >= start_blk && blk <= end_blk)
/external/f2fs-tools/fsck/
H A Dfsck.c836 block_t start_blk, orphan_blkaddr, i, j; local
846 start_blk = __start_cp_addr(sbi) + 1 +
852 int ret = dev_read_block(orphan_blk, start_blk + i);

Completed in 928 milliseconds