OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tind_block
(Results
1 - 2
of
2
) sorted by null
/external/e2fsprogs/lib/ext2fs/
block.c
234
static int block_iterate_tind(blk_t *
tind_block
, blk_t ref_block,
245
blk64 = *
tind_block
;
249
*
tind_block
= blk64;
252
if (!*
tind_block
|| (ret & BLOCK_ABORT)) {
256
if (*
tind_block
>= ext2fs_blocks_count(ctx->fs->super) ||
257
*
tind_block
< ctx->fs->super->s_first_data_block) {
262
ctx->errcode = ext2fs_read_ind_block(ctx->fs, *
tind_block
,
274
*
tind_block
,
290
*
tind_block
,
302
ctx->errcode = ext2fs_write_ind_block(ctx->fs, *
tind_block
,
[
all
...]
/system/extras/ext4_utils/
indirect.c
139
static void fill_tindirect_block(u32 *
tind_block
, int len, struct block_allocation *alloc)
151
tind_block
[i] = dind_block;
258
int
tind_block
= get_oob_block(alloc, 0);
local
259
inode->i_block[EXT4_TIND_BLOCK] =
tind_block
;
268
tind_block
);
Completed in 187 milliseconds