HomeSort by relevance Sort by last modified time
    Searched refs:dnode_t (Results 1 - 4 of 4) sorted by null

  /external/e2fsprogs/lib/support/
dict.h 46 typedef struct dnode_t { struct
48 struct dnode_t *dict_left;
49 struct dnode_t *dict_right;
50 struct dnode_t *dict_parent;
57 } dnode_t; typedef in typeref:struct:dnode_t
60 typedef dnode_t *(*dnode_alloc_t)(void *);
61 typedef void (*dnode_free_t)(dnode_t *, void *);
65 dnode_t dict_nilnode;
78 typedef void (*dnode_process_t)(dict_t *, dnode_t *, void *);
83 dnode_t dict_nilnode
    [all...]
dict.c 50 * Such a macro would interfere with the dnode_t struct definition.
79 static dnode_t *dnode_alloc(void *context);
80 static void dnode_free(dnode_t *node, void *context);
89 static void rotate_left(dnode_t *upper)
91 dnode_t *lower, *lowleft, *upparent;
118 static void rotate_right(dnode_t *upper)
120 dnode_t *lower, *lowright, *upparent;
144 static void free_nodes(dict_t *dict, dnode_t *node, dnode_t *nil)
164 dnode_t *first, *next
    [all...]
mkquota.c 147 dnode_t *n;
270 static void quota_dnode_free(dnode_t *node,
351 dnode_t *n;
627 dnode_t *n;
  /external/e2fsprogs/e2fsck/
pass1b.c 123 dnode_t *n;
174 static void inode_dnode_free(dnode_t *node,
192 static void cluster_dnode_free(dnode_t *node,
431 dnode_t *n;
489 dnode_t *n, *m;
625 dnode_t *n;
768 dnode_t *n;
867 dnode_t *n;

Completed in 70 milliseconds