Searched refs:max_ind_blocks (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/ext2fs/
H A Dbb_inode.c38 int max_ind_blocks; member in struct:set_badblock_record
71 rec.max_ind_blocks = 10;
72 retval = ext2fs_get_mem(rec.max_ind_blocks * sizeof(blk_t),
76 memset(rec.ind_blocks, 0, rec.max_ind_blocks * sizeof(blk_t));
177 if (rec->ind_blocks_size >= rec->max_ind_blocks) {
178 old_size = rec->max_ind_blocks * sizeof(blk_t);
179 rec->max_ind_blocks += 10;
181 rec->max_ind_blocks * sizeof(blk_t),
184 rec->max_ind_blocks -= 10;

Completed in 76 milliseconds