Searched refs:ret_blk (Results 1 – 7 of 7) sorted by relevance
/external/e2fsprogs/lib/ext2fs/ |
D | bmap.c | 38 blk_t nr, blk_t *ret_blk) in block_ind_bmap() argument 46 *ret_blk = 0; in block_ind_bmap() 54 b = *ret_blk; in block_ind_bmap() 88 *ret_blk = b; in block_ind_bmap() 95 blk_t nr, blk_t *ret_blk) in block_dind_bmap() argument 108 nr % addr_per_block, ret_blk); in block_dind_bmap() 115 blk_t nr, blk_t *ret_blk) in block_tind_bmap() argument 128 nr % addr_per_block, ret_blk); in block_tind_bmap() 325 blk64_t ret_blk = *phys_blk; in ext2fs_bmap() local 328 0, &ret_blk); in ext2fs_bmap() [all …]
|
D | openfs.c | 36 int ret_blk; in ext2fs_descriptor_block_loc() local 45 ret_blk = ext2fs_group_first_block(fs, bg) + has_super; in ext2fs_descriptor_block_loc() 55 ((ret_blk + fs->super->s_blocks_per_group) < in ext2fs_descriptor_block_loc() 57 ret_blk += fs->super->s_blocks_per_group; in ext2fs_descriptor_block_loc() 58 return ret_blk; in ext2fs_descriptor_block_loc()
|
D | mkjournal.c | 149 blk_t *ret_blk, int *ret_count) in ext2fs_zero_blocks() argument 186 if (ret_blk) in ext2fs_zero_blocks() 187 *ret_blk = blk; in ext2fs_zero_blocks()
|
D | ext2fs.h | 1064 blk_t *ret_blk, int *ret_count);
|
/external/e2fsprogs/e2fsck/ |
D | util.c | 562 blk_t *ret_blk, int *ret_count) in e2fsck_zero_blocks() argument 599 if (ret_blk) in e2fsck_zero_blocks() 600 *ret_blk = blk; in e2fsck_zero_blocks()
|
D | e2fsck.h | 487 blk_t *ret_blk, int *ret_count);
|
/external/e2fsprogs/misc/ |
D | mke2fs.c | 2147 blk_t ret_blk; in main() local 2163 &ret_blk, NULL); in main() 2168 ret_blk); in main()
|