Subversion Repositories HelenOS

Rev

Rev 4357 | Rev 4409 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4357 Rev 4370
Line 50... Line 50...
50
    fs_node_t * (* node_get)(dev_handle_t, fs_index_t);
50
    fs_node_t * (* node_get)(dev_handle_t, fs_index_t);
51
    void (* node_put)(fs_node_t *);
51
    void (* node_put)(fs_node_t *);
52
    fs_node_t * (* create)(dev_handle_t, int);
52
    fs_node_t * (* create)(dev_handle_t, int);
53
    int (* destroy)(fs_node_t *);
53
    int (* destroy)(fs_node_t *);
54
    int (* link)(fs_node_t *, fs_node_t *, const char *);
54
    int (* link)(fs_node_t *, fs_node_t *, const char *);
55
    int (* unlink)(fs_node_t *, fs_node_t *);
55
    int (* unlink)(fs_node_t *, fs_node_t *, const char *);
56
    fs_index_t (* index_get)(fs_node_t *);
56
    fs_index_t (* index_get)(fs_node_t *);
57
    size_t (* size_get)(fs_node_t *);
57
    size_t (* size_get)(fs_node_t *);
58
    unsigned (* lnkcnt_get)(fs_node_t *);
58
    unsigned (* lnkcnt_get)(fs_node_t *);
59
    bool (* has_children)(fs_node_t *);
59
    bool (* has_children)(fs_node_t *);
60
    fs_node_t *(* root_get)(dev_handle_t);
60
    fs_node_t *(* root_get)(dev_handle_t);