Searched refs:dnode_t (Results 1 – 7 of 7) sorted by relevance
/external/e2fsprogs/lib/support/ |
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 | 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) in rotate_left() 91 dnode_t *lower, *lowleft, *upparent; in rotate_left() 118 static void rotate_right(dnode_t *upper) in rotate_right() 120 dnode_t *lower, *lowright, *upparent; in rotate_right() 144 static void free_nodes(dict_t *dict, dnode_t *node, dnode_t *nil) in free_nodes() 164 dnode_t *first, *next; in verify_bintree() 197 static unsigned int verify_redblack(dnode_t *nil, dnode_t *root) in verify_redblack() 228 static dictcount_t verify_node_count(dnode_t *nil, dnode_t *root) in verify_node_count() [all …]
|
D | mkquota.c | 149 dnode_t *n; in write_dquots() 279 static void quota_dnode_free(dnode_t *node, in quota_dnode_free() 365 dnode_t *n; in get_dq() 653 dnode_t *n; in quota_compare_and_update()
|
/external/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; typedef 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() 131 static void quota_dnode_free(dnode_t *node, void *UNUSED(context)) in quota_dnode_free() 204 dnode_t *n; in get_dq() 367 dnode_t *n; in quota_compare_and_update()
|
/external/e2fsprogs/e2fsck/ |
D | pass1b.c | 123 dnode_t *n; in add_dupe() 174 static void inode_dnode_free(dnode_t *node, in inode_dnode_free() 192 static void cluster_dnode_free(dnode_t *node, in cluster_dnode_free() 449 dnode_t *n; in search_dirent_proc() 507 dnode_t *n, *m; in pass1d() 650 dnode_t *n; in delete_file_block() 795 dnode_t *n; in clone_file_block() 916 dnode_t *n; in clone_file()
|