Home
last modified time | relevance | path

Searched refs:rwsem_acquire_read (Results 1 – 5 of 5) sorted by relevance

/linux/fs/btrfs/
H A Dlocking.h122 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 Dblk-core.c371 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 Dblk.h95 rwsem_acquire_read(&q->io_lockdep_map, 0, 0, _RET_IP_); in bio_queue_enter()
/linux/include/linux/
H A Dlockdep.h541 #define rwsem_acquire_read(l, s, t, i) lock_acquire_shared(l, s, t, NULL, i) macro
/linux/mm/
H A Dzsmalloc.c379 rwsem_acquire_read(&zsl->dep_map, 0, 0, _RET_IP_); in zspage_read_lock()