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

/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/lib/blkid/
H A Dcache.c34 int blkid_debug_mask = 0; variable
83 if (!(blkid_debug_mask & DEBUG_INIT)) {
87 blkid_debug_mask = strtoul(dstr, 0, 0);
88 blkid_debug_mask |= DEBUG_INIT;
186 blkid_debug_mask = DEBUG_ALL;
H A DblkidP.h145 extern int blkid_debug_mask;
146 #define DBG(m,x) if ((m) & blkid_debug_mask) x;
H A Dresolve.c116 blkid_debug_mask = DEBUG_ALL;
H A Ddevno.c202 blkid_debug_mask = DEBUG_ALL;
H A Dsave.c166 blkid_debug_mask = DEBUG_ALL;
H A Ddev.c220 blkid_debug_mask = strtoul (optarg, &tmp, 0);
H A Dread.c479 blkid_debug_mask = DEBUG_ALL;
H A Dtag.c422 blkid_debug_mask = strtoul (optarg, &tmp, 0);
H A Ddevname.c589 blkid_debug_mask = DEBUG_ALL;

Completed in 97 milliseconds