Home
last modified time | relevance | path

Searched refs:write_locks (Results 1 – 3 of 3) sorted by relevance

/fs/btrfs/
Dlocking.c191 atomic_inc(&eb->write_locks); in btrfs_try_tree_write_lock()
270 atomic_inc(&eb->write_locks); in btrfs_tree_lock()
285 atomic_dec(&eb->write_locks); in btrfs_tree_unlock()
305 BUG_ON(!atomic_read(&eb->write_locks)); in btrfs_assert_tree_locked()
Dextent_io.h159 atomic_t write_locks; member
Dextent_io.c4676 atomic_set(&eb->write_locks, 0); in __alloc_extent_buffer()