Searched refs:rwsem_acquire_read (Results 1 – 5 of 5) sorted by relevance
| /linux/fs/btrfs/ |
| H A D | locking.h | 122 rwsem_acquire_read(&owner->lock##_map, 0, 0, _THIS_IP_) 136 rwsem_acquire_read(&owner->vfs_inode.lock.dep_map, 0, 0, _THIS_IP_) 152 rwsem_acquire_read(&owner->btrfs_state_change_map[i], 0, 0, _THIS_IP_)
|
| /linux/block/ |
| H A D | blk-core.c | 371 rwsem_acquire_read(&q->q_lockdep_map, 0, 0, _RET_IP_); in blk_queue_enter() 404 rwsem_acquire_read(&q->io_lockdep_map, 0, 0, _RET_IP_); in __bio_queue_enter() 504 rwsem_acquire_read(&q->io_lockdep_map, 0, 0, _RET_IP_); in blk_alloc_queue()
|
| H A D | blk.h | 95 rwsem_acquire_read(&q->io_lockdep_map, 0, 0, _RET_IP_); in bio_queue_enter()
|
| /linux/include/linux/ |
| H A D | lockdep.h | 541 #define rwsem_acquire_read(l, s, t, i) lock_acquire_shared(l, s, t, NULL, i) macro
|
| /linux/mm/ |
| H A D | zsmalloc.c | 379 rwsem_acquire_read(&zsl->dep_map, 0, 0, _RET_IP_); in zspage_read_lock()
|