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

  /external/e2fsprogs/lib/support/
dict.h 38 #define DICTCOUNT_T_MAX ULONG_MAX
mkquota.c 308 dict_init(dict, DICTCOUNT_T_MAX, dict_uint_cmp);
dict.c 1097 dictcount_t fullcount = DICTCOUNT_T_MAX, nodecount = dict->nodecount;
    [all...]
  /external/e2fsprogs/e2fsck/
pass1b.c 231 dict_init(&ino_dict, DICTCOUNT_T_MAX, dict_int_cmp);
232 dict_init(&clstr_dict, DICTCOUNT_T_MAX, dict_int_cmp);
pass2.c 1117 dict_init(&de_dict, DICTCOUNT_T_MAX, dict_de_cmp);
    [all...]

Completed in 102 milliseconds