OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ind_block
(Results
1 - 3
of
3
) sorted by null
/system/extras/ext4_utils/
indirect.c
103
static void fill_indirect_block(u32 *
ind_block
, int len, struct block_allocation *alloc)
107
ind_block
[i] = get_block(alloc, i);
114
u32
ind_block
;
local
117
ind_block
= get_oob_block(alloc, 0);
123
dind_block[i] =
ind_block
;
127
ind_block
);
196
int
ind_block
= get_oob_block(alloc, 0);
local
197
inode->i_block[EXT4_IND_BLOCK] =
ind_block
;
206
ind_block
);
/external/e2fsprogs/lib/ext2fs/
block.c
59
static int block_iterate_ind(blk_t *
ind_block
, blk_t ref_block,
69
ret = (*ctx->func)(ctx->fs,
ind_block
,
73
if (!*
ind_block
|| (ret & BLOCK_ABORT)) {
77
if (*
ind_block
>= ctx->fs->super->s_blocks_count ||
78
*
ind_block
< ctx->fs->super->s_first_data_block) {
83
ctx->errcode = ext2fs_read_ind_block(ctx->fs, *
ind_block
,
95
*
ind_block
, offset,
109
*
ind_block
, offset,
122
ctx->errcode = ext2fs_write_ind_block(ctx->fs, *
ind_block
,
130
ret |= (*ctx->func)(ctx->fs,
ind_block
,
[
all
...]
Android.mk
37
ind_block
.c \
Completed in 50 milliseconds