Searched refs:blkid_debug_mask (Results 1 - 10 of 10) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/blkid/
H A Dcache.c19 int blkid_debug_mask = 0; variable
26 if (!(blkid_debug_mask & DEBUG_INIT)) {
30 blkid_debug_mask = strtoul(dstr, 0, 0);
31 blkid_debug_mask |= DEBUG_INIT;
103 blkid_debug_mask = DEBUG_ALL;
H A DblkidP.h144 extern int blkid_debug_mask;
145 #define DBG(m,x) if ((m) & blkid_debug_mask) x;
H A Dresolve.c114 blkid_debug_mask = DEBUG_ALL;
H A Ddev.c178 blkid_debug_mask = strtoul (optarg, &tmp, 0);
H A Ddevno.c191 blkid_debug_mask = DEBUG_ALL;
H A Dsave.c162 blkid_debug_mask = DEBUG_ALL;
H A Dread.c429 blkid_debug_mask = DEBUG_ALL;
H A Ddevname.c334 blkid_debug_mask = DEBUG_ALL;
H A Dtag.c375 blkid_debug_mask = strtoul (optarg, &tmp, 0);
H A Dprobe.c695 blkid_debug_mask = DEBUG_ALL;

Completed in 56 milliseconds