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

  /external/e2fsprogs/lib/ext2fs/
alloc_tables.c 37 static blk64_t flexbg_offset(ext2_filsys fs, dgrp_t group, blk64_t start_blk,
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 += fs->inode_blocks_per_group
    [all...]
  /external/f2fs-tools/tools/
fibmap.c 18 __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;
  /system/extras/tests/directiotest/
directiotest.c 123 static void init_test_buf(void *buf, uint64_t start_blk, size_t len)
130 data[i] = (start_blk & 0xFFFF) << 16 | (i & 0xFFFF);
  /external/e2fsprogs/misc/
tune2fs.c 1310 blk64_t start_blk, end_blk; local
1365 blk64_t start_blk, end_blk; local
    [all...]
  /system/extras/f2fs_utils/
f2fs_sparseblock.c 178 static int read_structure_blk(int fd, unsigned long long start_blk, void *buf, size_t len)
180 return read_structure(fd, F2FS_BLKSIZE*start_blk, buf, F2FS_BLKSIZE * len);
  /external/f2fs-tools/fsck/
fsck.c 836 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 348 milliseconds