HomeSort by relevance Sort by last modified time
    Searched full:dictnil (Results 1 - 1 of 1) sorted by null

  /external/e2fsprogs/e2fsck/
dict.c 1085 dnode_t *curr, *dictnil = dict_nil(dict), *loadnil = &load->nilnode, *next; local
1109 complete->right = dictnil;
1120 curr->left = dictnil;
1121 curr->right = dictnil;
1143 complete = dictnil;
1153 dictnil->color = dnode_black;
1154 dictnil->right = dictnil;
1155 complete->parent = dictnil;
    [all...]

Completed in 1171 milliseconds