Home
last modified time | relevance | path

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

/Linux-v4.19/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.c1935 sbi->lock_depth = -1; in reiserfs_fill_super()
Dreiserfs.h538 int lock_depth; member
/Linux-v4.19/tools/lib/traceevent/
Devent-parse.c5147 int lock_depth; in tep_data_lat_fmt() local
5157 lock_depth = parse_common_lock_depth(pevent, data); in tep_data_lat_fmt()
5159 lock_depth = parse_common_lock_depth(pevent, data); in tep_data_lat_fmt()
5160 if (lock_depth < 0) in tep_data_lat_fmt()
5202 if (lock_depth < 0) in tep_data_lat_fmt()
5205 trace_seq_printf(s, "%d", lock_depth); in tep_data_lat_fmt()