Home
last modified time | relevance | path

Searched refs:lock_depth (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/fs/reiserfs/
Dlock.c32 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()
Dsuper.c1929 sbi->lock_depth = -1; in reiserfs_fill_super()
Dreiserfs.h538 int lock_depth; member
/Linux-v5.4/tools/lib/traceevent/
Devent-parse.c5230 int lock_depth = 0; in data_latency_format() local
5241 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()