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_)
136 rwsem_acquire_read(&owner->vfs_inode.lock.dep_map, 0, 0, _THIS_IP_)
139 rwsem_release(&owner->vfs_inode.lock.dep_map, _THIS_IP_)
147 rwsem_acquire(&owner->btrfs_state_change_map[i], 0, 0, _THIS_IP_); \
148 rwsem_release(&owner->btrfs_state_change_map[i], _THIS_IP_); \
152 rwsem_acquire_read(&owner->btrfs_state_change_map[i], 0, 0, _THIS_IP_)
155 rwsem_release(&owner->btrfs_state_change_map[i], _THIS_IP_)
157 /* Initialization of the lockdep map */
161 lockdep_init_map(&owner->lock##_map, #lock, &lock##_key, 0); \
164 /* Initialization of the transaction states lockdep maps. */
168 lockdep_init_map(&owner->btrfs_state_change_map[state], #lock, \
200 lockdep_assert_held_write(&eb->lock); in btrfs_assert_tree_write_locked()
204 lockdep_assert_held_read(&eb->lock); in btrfs_assert_tree_read_locked()