OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
59
retval = ext2fs_get_mem(sizeof(struct
ext2_block_relocation_table
),
63
memset(brel, 0, sizeof(struct
ext2_block_relocation_table
));
Completed in 205 milliseconds