Searched defs:DEBUG_DIR (Results 1 - 1 of 1) sorted by relevance

/external/e2fsprogs/contrib/
H A Dspd_readdir.c37 #define DEBUG_DIR(x) {if (do_debug) { x; }} macro
39 #define DEBUG_DIR(x) macro
211 DEBUG_DIR(printf("Reallocating to size %d\n",
229 DEBUG_DIR(printf("readdir: %lu %s\n",
235 DEBUG_DIR(printf("No memory, backing off to direct readdir\n"));
249 DEBUG_DIR(printf("Opendir(%s) (%d open)\n", name, num_open++));
263 DEBUG_DIR(printf("Directory size %ld, using direct readdir\n",
282 DEBUG_DIR(printf("fdopendir(%d) (%d open)\n", fd, num_open++));
296 DEBUG_DIR(printf("Directory size %ld, using direct readdir\n",
311 DEBUG_DIR(print
[all...]

Completed in 175 milliseconds