Lines Matching +full:re +full:- +full:initialization
1 /* SPDX-License-Identifier: GPL-2.0 */
71 * has this problem as it appears we're locking the same block again
79 * the limit. As of this writing we're limited to 8, and we're
106 rwsem_acquire(&owner->lock##_map, 0, 0, _THIS_IP_); \
107 rwsem_release(&owner->lock##_map, _THIS_IP_); \
122 rwsem_acquire_read(&owner->lock##_map, 0, 0, _THIS_IP_)
129 rwsem_release(&owner->lock##_map, _THIS_IP_)
137 rwsem_acquire(&owner->btrfs_state_change_map[i], 0, 0, _THIS_IP_); \
138 rwsem_release(&owner->btrfs_state_change_map[i], _THIS_IP_); \
142 rwsem_acquire_read(&owner->btrfs_state_change_map[i], 0, 0, _THIS_IP_)
145 rwsem_release(&owner->btrfs_state_change_map[i], _THIS_IP_)
147 /* Initialization of the lockdep map */
151 lockdep_init_map(&owner->lock##_map, #lock, &lock##_key, 0); \
154 /* Initialization of the transaction states lockdep maps. */
158 lockdep_init_map(&owner->btrfs_state_change_map[state], #lock, \
191 lockdep_assert_held_write(&eb->lock); in btrfs_assert_tree_write_locked()