Searched refs:rwsem_acquire (Results 1 – 5 of 5) sorted by relevance
| /Linux-v4.19/kernel/locking/ |
| D | rwsem.c | 70 rwsem_acquire(&sem->dep_map, 0, 0, _RET_IP_); in down_write() 84 rwsem_acquire(&sem->dep_map, 0, 0, _RET_IP_); in down_write_killable() 105 rwsem_acquire(&sem->dep_map, 0, 1, _RET_IP_); in down_write_trylock() 192 rwsem_acquire(&sem->dep_map, subclass, 0, _RET_IP_); in down_write_nested() 203 rwsem_acquire(&sem->dep_map, subclass, 0, _RET_IP_); in down_write_killable_nested()
|
| /Linux-v4.19/include/linux/ |
| D | lockdep.h | 575 #define rwsem_acquire(l, s, t, i) lock_acquire_exclusive(l, s, t, NULL, i) macro
|
| D | jbd2.h | 1158 rwsem_acquire(&j->j_trans_commit_map, 0, 0, _THIS_IP_); \
|
| /Linux-v4.19/fs/kernfs/ |
| D | dir.c | 468 rwsem_acquire(&kn->dep_map, 0, 0, _RET_IP_); in kernfs_drain() 1408 rwsem_acquire(&kn->dep_map, 0, 1, _RET_IP_); in kernfs_unbreak_active_protection()
|
| /Linux-v4.19/fs/ocfs2/ |
| D | dlmglue.c | 1643 rwsem_acquire(&lockres->l_lockdep_map, l_subclass, in __ocfs2_cluster_lock()
|