Home
last modified time | relevance | path

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

/linux-4.1.27/kernel/locking/
Drwsem.c49 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/
Dlockdep.h506 #define rwsem_acquire(l, s, t, i) lock_acquire_exclusive(l, s, t, NULL, i) macro
/linux-4.1.27/fs/kernfs/
Ddir.c355 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/
Dsuper.c1236 rwsem_acquire(&sb->s_writers.lock_map[level-1], 0, 0, _THIS_IP_); in sb_wait_write()
/linux-4.1.27/fs/ocfs2/
Ddlmglue.c1573 rwsem_acquire(&lockres->l_lockdep_map, l_subclass, in __ocfs2_cluster_lock()