Searched refs:dnode_t (Results 1 – 3 of 3) sorted by relevance
/third_party/f2fs-tools/fsck/ |
D | dict.h | 46 typedef struct dnode_t { struct 48 struct dnode_t *dict_left; argument 49 struct dnode_t *dict_right; argument 50 struct dnode_t *dict_parent; argument 57 } dnode_t; argument 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 …]
|
D | dict.c | 74 static dnode_t *dnode_alloc(void *context); 75 static void dnode_free(dnode_t *node, void *context); 83 static void rotate_left(dnode_t *upper) in rotate_left() 85 dnode_t *lower, *lowleft, *upparent; in rotate_left() 111 static void rotate_right(dnode_t *upper) in rotate_right() 113 dnode_t *lower, *lowright, *upparent; in rotate_right() 136 static void free_nodes(dict_t *dict, dnode_t *node, dnode_t *nil) in free_nodes() 156 dnode_t *first, *next; in verify_bintree() 188 static unsigned int verify_redblack(dnode_t *nil, dnode_t *root) in verify_redblack() 218 static dictcount_t verify_node_count(dnode_t *nil, dnode_t *root) in verify_node_count() [all …]
|
D | mkquota.c | 47 dnode_t *n; in write_dquots() 135 static void quota_dnode_free(dnode_t *node, void *UNUSED(context)) in quota_dnode_free() 208 dnode_t *n; in get_dq() 371 dnode_t *n; in quota_compare_and_update()
|