Searched refs:rwsem_acquire (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/kernel/locking/ |
D | rwsem.c | 49 rwsem_acquire(&sem->dep_map, 0, 0, _RET_IP_); in down_write() 65 rwsem_acquire(&sem->dep_map, 0, 1, _RET_IP_); in down_write_trylock() 149 rwsem_acquire(&sem->dep_map, subclass, 0, _RET_IP_); in down_write_nested()
|
/linux-4.4.14/include/linux/ |
D | lockdep.h | 516 #define rwsem_acquire(l, s, t, i) lock_acquire_exclusive(l, s, t, NULL, i) macro
|
/linux-4.4.14/fs/kernfs/ |
D | dir.c | 378 rwsem_acquire(&kn->dep_map, 0, 0, _RET_IP_); in kernfs_drain() 1180 rwsem_acquire(&kn->dep_map, 0, 1, _RET_IP_); in kernfs_unbreak_active_protection()
|
/linux-4.4.14/fs/ocfs2/ |
D | dlmglue.c | 1573 rwsem_acquire(&lockres->l_lockdep_map, l_subclass, in __ocfs2_cluster_lock()
|