Searched refs:rwsem_acquire (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/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.1.27/include/linux/ |
D | lockdep.h | 506 #define rwsem_acquire(l, s, t, i) lock_acquire_exclusive(l, s, t, NULL, i) macro
|
/linux-4.1.27/fs/kernfs/ |
D | dir.c | 355 rwsem_acquire(&kn->dep_map, 0, 0, _RET_IP_); in kernfs_drain() 1157 rwsem_acquire(&kn->dep_map, 0, 1, _RET_IP_); in kernfs_unbreak_active_protection()
|
/linux-4.1.27/fs/ |
D | super.c | 1236 rwsem_acquire(&sb->s_writers.lock_map[level-1], 0, 0, _THIS_IP_); in sb_wait_write()
|
/linux-4.1.27/fs/ocfs2/ |
D | dlmglue.c | 1573 rwsem_acquire(&lockres->l_lockdep_map, l_subclass, in __ocfs2_cluster_lock()
|