Searched refs:rwsem_acquire_read (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/kernel/locking/ |
D | rwsem.c | 22 rwsem_acquire_read(&sem->dep_map, 0, 0, _RET_IP_); in down_read() 37 rwsem_acquire_read(&sem->dep_map, 0, 1, _RET_IP_); in down_read_trylock() 119 rwsem_acquire_read(&sem->dep_map, subclass, 0, _RET_IP_); in down_read_nested()
|
D | percpu-rwsem.c | 81 rwsem_acquire_read(&brw->rw_sem.dep_map, 0, 0, _RET_IP_); in percpu_down_read()
|
/linux-4.1.27/include/linux/ |
D | lockdep.h | 508 #define rwsem_acquire_read(l, s, t, i) lock_acquire_shared(l, s, t, NULL, i) macro
|
/linux-4.1.27/fs/kernfs/ |
D | dir.c | 308 rwsem_acquire_read(&kn->dep_map, 0, 1, _RET_IP_); in kernfs_get_active()
|
/linux-4.1.27/fs/ |
D | super.c | 1183 rwsem_acquire_read(&sb->s_writers.lock_map[level-1], 0, trylock, ip); in acquire_freeze_lock()
|
/linux-4.1.27/fs/xfs/ |
D | xfs_aops.c | 174 rwsem_acquire_read(&VFS_I(ip)->i_sb->s_writers.lock_map[SB_FREEZE_FS-1], in xfs_setfilesize_ioend()
|
/linux-4.1.27/fs/btrfs/ |
D | transaction.c | 1623 rwsem_acquire_read( in do_async_commit()
|
/linux-4.1.27/fs/ocfs2/ |
D | dlmglue.c | 1569 rwsem_acquire_read(&lockres->l_lockdep_map, l_subclass, in __ocfs2_cluster_lock()
|