lock_depth         32 fs/reiserfs/lock.c 	sb_i->lock_depth++;
lock_depth         46 fs/reiserfs/lock.c 	if (--sb_i->lock_depth == -1) {
lock_depth         61 fs/reiserfs/lock.c 	depth = sb_i->lock_depth;
lock_depth         63 fs/reiserfs/lock.c 	sb_i->lock_depth = -1;
lock_depth         80 fs/reiserfs/lock.c 	sb_i->lock_depth = depth;
lock_depth         91 fs/reiserfs/lock.c 	WARN_ON(sb_i->lock_depth < 0);
lock_depth         99 fs/reiserfs/lock.c 	WARN_ONCE((sb_i->lock_depth > 0), "Unwanted recursive reiserfs lock!\n");
lock_depth        538 fs/reiserfs/reiserfs.h 	int lock_depth;
lock_depth       1930 fs/reiserfs/super.c 	sbi->lock_depth = -1;
lock_depth       5230 tools/lib/traceevent/event-parse.c 	int lock_depth = 0;
lock_depth       5241 tools/lib/traceevent/event-parse.c 		lock_depth = parse_common_lock_depth(tep, data);
lock_depth       5243 tools/lib/traceevent/event-parse.c 		lock_depth = parse_common_lock_depth(tep, data);
lock_depth       5244 tools/lib/traceevent/event-parse.c 		if (lock_depth < 0)
lock_depth       5286 tools/lib/traceevent/event-parse.c 		if (lock_depth < 0)
lock_depth       5289 tools/lib/traceevent/event-parse.c 			trace_seq_printf(&sq, "%d", lock_depth);