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

  /external/e2fsprogs/e2fsck/
prof_err.h 9 #define PROF_MAGIC_NODE (-1429577727L)
profile.c 148 if ((node)->magic != PROF_MAGIC_NODE) \
149 return PROF_MAGIC_NODE;
1048 if (node->magic != PROF_MAGIC_NODE)
1100 new->magic = PROF_MAGIC_NODE;
1352 if (iter->node && iter->node->magic != PROF_MAGIC_NODE) {
1353 return PROF_MAGIC_NODE;
    [all...]

Completed in 38 milliseconds