lockf_debug 68 kern/vfs_lockf.c int lockf_debug = DEBUG_SETLOCK|DEBUG_CLEARLOCK|DEBUG_WAKELOCK; lockf_debug 70 kern/vfs_lockf.c #define DPRINTF(args, level) if (lockf_debug & (level)) printf args lockf_debug 233 kern/vfs_lockf.c if (lockf_debug & DEBUG_SETLOCK) lockf_debug 305 kern/vfs_lockf.c if (lockf_debug & DEBUG_SETLOCK) { lockf_debug 453 kern/vfs_lockf.c if (lockf_debug & DEBUG_SETLOCK) { lockf_debug 477 kern/vfs_lockf.c if (lockf_debug & DEBUG_CLEARLOCK) lockf_debug 535 kern/vfs_lockf.c if (lockf_debug & DEBUG_CLEARLOCK) lockf_debug 597 kern/vfs_lockf.c if (lf && lockf_debug & DEBUG_FINDOVR) lockf_debug 612 kern/vfs_lockf.c if (lockf_debug & DEBUG_FINDOVR) lockf_debug 685 kern/vfs_lockf.c if (lockf_debug & DEBUG_SPLIT) { lockf_debug 78 sys/lockf.h extern int lockf_debug;