Searched refs:ret_blk (Results 1 – 6 of 6) sorted by relevance
/external/e2fsprogs/lib/ext2fs/ |
D | bmap.c | 39 blk_t nr, blk_t *ret_blk) in block_ind_bmap() argument 47 *ret_blk = 0; in block_ind_bmap() 55 b = *ret_blk; in block_ind_bmap() 89 *ret_blk = b; in block_ind_bmap() 96 blk_t nr, blk_t *ret_blk) in block_dind_bmap() argument 109 nr % addr_per_block, ret_blk); in block_dind_bmap() 116 blk_t nr, blk_t *ret_blk) in block_tind_bmap() argument 129 nr % addr_per_block, ret_blk); in block_tind_bmap() 489 blk64_t ret_blk = *phys_blk; in ext2fs_bmap() local 492 0, &ret_blk); in ext2fs_bmap() [all …]
|
D | openfs.c | 41 blk64_t ret_blk; in ext2fs_descriptor_block_loc2() local 57 ret_blk = ext2fs_group_first_block2(fs, bg); in ext2fs_descriptor_block_loc2() 67 ((ret_blk + has_super + fs->super->s_blocks_per_group) < in ext2fs_descriptor_block_loc2() 69 ret_blk += fs->super->s_blocks_per_group; in ext2fs_descriptor_block_loc2() 81 return ret_blk + has_super + group_zero_adjust; in ext2fs_descriptor_block_loc2()
|
D | mkjournal.c | 153 blk64_t *ret_blk, int *ret_count) in ext2fs_zero_blocks2() argument 209 if (ret_blk) in ext2fs_zero_blocks2() 210 *ret_blk = blk; in ext2fs_zero_blocks2() 219 blk_t *ret_blk, int *ret_count) in ext2fs_zero_blocks() argument 226 *ret_blk = (blk_t) ret_blk2; in ext2fs_zero_blocks()
|
D | ext2fs.h | 1582 blk_t *ret_blk, int *ret_count); 1584 blk64_t *ret_blk, int *ret_count);
|
/external/e2fsprogs/misc/ |
D | mk_hugefiles.c | 333 blk64_t ret_blk; in mk_hugefile() local 335 &ret_blk, NULL); in mk_hugefile() 340 "for hugefile"), ret_blk); in mk_hugefile()
|
D | mke2fs.c | 3163 blk64_t ret_blk; in main() local 3179 &ret_blk, NULL); in main() 3184 ret_blk); in main()
|