Rev 3575 | Rev 4357 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3575 | Rev 3625 | ||
---|---|---|---|
Line 45... | Line 45... | ||
45 | void * (* match)(void *, const char *); |
45 | void * (* match)(void *, const char *); |
46 | void * (* node_get)(dev_handle_t, fs_index_t); |
46 | void * (* node_get)(dev_handle_t, fs_index_t); |
47 | void (* node_put)(void *); |
47 | void (* node_put)(void *); |
48 | void * (* create)(dev_handle_t, int); |
48 | void * (* create)(dev_handle_t, int); |
49 | int (* destroy)(void *); |
49 | int (* destroy)(void *); |
50 | bool (* link)(void *, void *, const char *); |
50 | int (* link)(void *, void *, const char *); |
51 | int (* unlink)(void *, void *); |
51 | int (* unlink)(void *, void *); |
52 | fs_index_t (* index_get)(void *); |
52 | fs_index_t (* index_get)(void *); |
53 | size_t (* size_get)(void *); |
53 | size_t (* size_get)(void *); |
54 | unsigned (* lnkcnt_get)(void *); |
54 | unsigned (* lnkcnt_get)(void *); |
55 | bool (* has_children)(void *); |
55 | bool (* has_children)(void *); |