HomeSort by relevance Sort by last modified time
    Searched refs:ext2_block_relocation_table (Results 1 - 2 of 2) sorted by null

  /external/e2fsprogs/lib/ext2fs/
brel.h 26 typedef struct ext2_block_relocation_table *ext2_brel;
28 struct ext2_block_relocation_table { struct
brel_ma.c 60 retval = ext2fs_get_mem(sizeof(struct ext2_block_relocation_table),
64 memset(brel, 0, sizeof(struct ext2_block_relocation_table));

Completed in 82 milliseconds