HomeSort by relevance Sort by last modified time
    Searched full:ind_blocks (Results 1 - 1 of 1) sorted by null

  /external/e2fsprogs/lib/ext2fs/
bb_inode.c 36 blk_t *ind_blocks; member in struct:set_badblock_record
72 &rec.ind_blocks);
75 memset(rec.ind_blocks, 0, rec.max_ind_blocks * sizeof(blk_t));
138 ext2fs_free_mem(&rec.ind_blocks);
181 &rec->ind_blocks);
188 rec->ind_blocks[rec->ind_blocks_size++] = *block_nr;
237 blk = rec->ind_blocks[rec->ind_blocks_ptr++];

Completed in 2060 milliseconds