OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:e2fsck_allocate_memory
(Results
1 - 11
of
11
) sorted by null
/external/e2fsprogs/e2fsck/
dx_dirinfo.c
30
e2fsck_allocate_memory
(ctx, ctx->dx_dir_info_size
71
dir->dx_block =
e2fsck_allocate_memory
(ctx, num_blocks
pass4.c
119
inode =
e2fsck_allocate_memory
(ctx, EXT2_INODE_SIZE(fs->super),
147
buf =
e2fsck_allocate_memory
(ctx,
dirinfo.c
77
e2fsck_allocate_memory
(ctx, sizeof(struct dir_info_db),
99
e2fsck_allocate_memory
(ctx, db->size
319
iter =
e2fsck_allocate_memory
(ctx, sizeof(struct dir_info_iter),
pass1b.c
131
db = (struct dup_block *)
e2fsck_allocate_memory
(ctx,
137
ino_el = (struct inode_el *)
e2fsck_allocate_memory
(ctx,
148
di = (struct dup_inode *)
e2fsck_allocate_memory
(ctx,
161
blk_el = (struct block_el *)
e2fsck_allocate_memory
(ctx,
450
shared = (ext2_ino_t *)
e2fsck_allocate_memory
(ctx,
super.c
258
block_buf = (char *)
e2fsck_allocate_memory
(ctx, fs->blocksize * 4,
391
dind_buf = (__u32 *)
e2fsck_allocate_memory
(ctx, fs->blocksize * 2,
483
ctx->invalid_inode_bitmap_flag = (int *)
e2fsck_allocate_memory
(ctx,
485
ctx->invalid_block_bitmap_flag = (int *)
e2fsck_allocate_memory
(ctx,
487
ctx->invalid_inode_table_flag = (int *)
e2fsck_allocate_memory
(ctx,
pass5.c
120
free_array = (int *)
e2fsck_allocate_memory
(ctx,
345
free_array = (int *)
e2fsck_allocate_memory
(ctx,
348
dir_array = (int *)
e2fsck_allocate_memory
(ctx,
journal.c
74
bh =
e2fsck_allocate_memory
(kdev->k_ctx, bufsize, "block buffer");
245
journal =
e2fsck_allocate_memory
(ctx, sizeof(journal_t), "journal");
250
dev_fs =
e2fsck_allocate_memory
(ctx, 2*sizeof(struct kdev_s), "kdev");
271
j_inode =
e2fsck_allocate_memory
(ctx, sizeof(*j_inode),
e2fsck.h
481
extern void *
e2fsck_allocate_memory
(e2fsck_t ctx, unsigned int size,
util.c
62
void *
e2fsck_allocate_memory
(e2fsck_t ctx, unsigned int size,
function
pass1.c
640
e2fsck_allocate_memory
(ctx, inode_size, "scratch inode");
643
e2fsck_allocate_memory
(ctx,
672
block_buf = (char *)
e2fsck_allocate_memory
(ctx, fs->blocksize * 3,
[
all
...]
pass2.c
122
buf = (char *)
e2fsck_allocate_memory
(ctx, 2*fs->blocksize,
[
all
...]
Completed in 94 milliseconds