OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dind_block
(Results
1 - 2
of
2
) sorted by null
/system/extras/ext4_utils/
indirect.c
111
static void fill_dindirect_block(u32 *
dind_block
, int len, struct block_allocation *alloc)
123
dind_block
[i] = ind_block;
144
u32
dind_block
;
local
147
dind_block
= get_oob_block(alloc, 0);
153
tind_block[i] =
dind_block
;
157
dind_block
);
228
int
dind_block
= get_oob_block(alloc, 0);
local
229
inode->i_block[EXT4_DIND_BLOCK] =
dind_block
;
238
dind_block
);
444
u32
dind_block
= get_oob_block(alloc, 0)
local
[
all
...]
/external/e2fsprogs/lib/ext2fs/
block.c
137
static int block_iterate_dind(blk_t *
dind_block
, blk_t ref_block,
147
ret = (*ctx->func)(ctx->fs,
dind_block
,
151
if (!*
dind_block
|| (ret & BLOCK_ABORT)) {
155
if (*
dind_block
>= ctx->fs->super->s_blocks_count ||
156
*
dind_block
< ctx->fs->super->s_first_data_block) {
161
ctx->errcode = ext2fs_read_ind_block(ctx->fs, *
dind_block
,
173
*
dind_block
, offset,
189
*
dind_block
, offset,
201
ctx->errcode = ext2fs_write_ind_block(ctx->fs, *
dind_block
,
209
ret |= (*ctx->func)(ctx->fs,
dind_block
,
[
all
...]
Completed in 47 milliseconds