OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ext2_inode_relocation_table
(Results
1 - 2
of
2
) sorted by null
/external/e2fsprogs/lib/ext2fs/
irel.h
24
typedef struct
ext2_inode_relocation_table
*ext2_irel;
26
struct
ext2_inode_relocation_table
{
struct
irel_ma.c
75
retval = ext2fs_get_mem(sizeof(struct
ext2_inode_relocation_table
),
79
memset(irel, 0, sizeof(struct
ext2_inode_relocation_table
));
Completed in 2561 milliseconds