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

  /external/e2fsprogs/e2fsck/
dict.h 38 #define DICTCOUNT_T_MAX ULONG_MAX
pass1b.c 227 dict_init(&ino_dict, DICTCOUNT_T_MAX, dict_int_cmp);
228 dict_init(&blk_dict, DICTCOUNT_T_MAX, dict_int_cmp);
dict.c 1087 dictcount_t fullcount = DICTCOUNT_T_MAX, nodecount = dict->nodecount;
    [all...]
pass2.c 838 dict_init(&de_dict, DICTCOUNT_T_MAX, dict_de_cmp);
    [all...]

Completed in 40 milliseconds