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;
1053 if (node->magic != PROF_MAGIC_NODE)
1105 new->magic = PROF_MAGIC_NODE;
1357 if (iter->node && iter->node->magic != PROF_MAGIC_NODE) {
1358 return PROF_MAGIC_NODE;
    [all...]

Completed in 607 milliseconds