Searched refs:lock_depth (Results 1 – 4 of 4) sorted by relevance
32 sb_i->lock_depth++; in reiserfs_write_lock()46 if (--sb_i->lock_depth == -1) { in reiserfs_write_unlock()61 depth = sb_i->lock_depth; in reiserfs_write_unlock_nested()63 sb_i->lock_depth = -1; in reiserfs_write_unlock_nested()80 sb_i->lock_depth = depth; in reiserfs_write_lock_nested()91 WARN_ON(sb_i->lock_depth < 0); in reiserfs_check_lock_depth()99 WARN_ONCE((sb_i->lock_depth > 0), "Unwanted recursive reiserfs lock!\n"); in reiserfs_lock_check_recursive()
1929 sbi->lock_depth = -1; in reiserfs_fill_super()
538 int lock_depth; member
5230 int lock_depth = 0; in data_latency_format() local5241 lock_depth = parse_common_lock_depth(tep, data); in data_latency_format()5243 lock_depth = parse_common_lock_depth(tep, data); in data_latency_format()5244 if (lock_depth < 0) in data_latency_format()5286 if (lock_depth < 0) in data_latency_format()5289 trace_seq_printf(&sq, "%d", lock_depth); in data_latency_format()