OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dnode_process_t
(Results
1 - 2
of
2
) sorted by null
/external/e2fsprogs/e2fsck/
dict.h
78
typedef void (*
dnode_process_t
)(dict_t *, dnode_t *, void *);
typedef
121
extern void dict_process(dict_t *, void *,
dnode_process_t
);
dict.c
1030
void dict_process(dict_t *dict, void *context,
dnode_process_t
function)
[
all
...]
Completed in 97 milliseconds