OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bg_num
(Results
1 - 2
of
2
) sorted by null
/system/extras/ext4_utils/
ext4fixup.c
168
unsigned int
bg_num
, bg_offset;
local
172
bg_num
= (inum-1) / info.inodes_per_group;
175
inode_offset = ((unsigned long long)aux_info.bg_desc[
bg_num
].bg_inode_table * info.block_size) +
232
static void check_inode_bitmap(int fd, unsigned int
bg_num
)
238
/* Using the
bg_num
, aux_info.bg_desc[], info.inodes_per_group and
242
inode_bitmap_block_num = aux_info.bg_desc[
bg_num
].bg_inode_bitmap;
255
printf("Warning: updated inode bitmap for block group %d\n",
bg_num
);
allocate.c
149
u32 block, u32 len, int
bg_num
)
155
reg->bg =
bg_num
;
199
static int reserve_blocks(struct block_group_info *bg, u32
bg_num
, u32 start, u32 num)
206
error("attempted to reserve already reserved block %d in block group %d", block,
bg_num
);
213
error("attempted to reserve already reserved block %d in block group %d", block,
bg_num
);
220
error("attempted to reserve already reserved block %d in block group %d", block,
bg_num
);
Completed in 1048 milliseconds