Home
last modified time | relevance | path

Searched refs:rwsem_acquire_read (Results 1 – 8 of 8) sorted by relevance

/linux-4.1.27/kernel/locking/
Drwsem.c22 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()
Dpercpu-rwsem.c81 rwsem_acquire_read(&brw->rw_sem.dep_map, 0, 0, _RET_IP_); in percpu_down_read()
/linux-4.1.27/include/linux/
Dlockdep.h508 #define rwsem_acquire_read(l, s, t, i) lock_acquire_shared(l, s, t, NULL, i) macro
/linux-4.1.27/fs/kernfs/
Ddir.c308 rwsem_acquire_read(&kn->dep_map, 0, 1, _RET_IP_); in kernfs_get_active()
/linux-4.1.27/fs/
Dsuper.c1183 rwsem_acquire_read(&sb->s_writers.lock_map[level-1], 0, trylock, ip); in acquire_freeze_lock()
/linux-4.1.27/fs/xfs/
Dxfs_aops.c174 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/
Dtransaction.c1623 rwsem_acquire_read( in do_async_commit()
/linux-4.1.27/fs/ocfs2/
Ddlmglue.c1569 rwsem_acquire_read(&lockres->l_lockdep_map, l_subclass, in __ocfs2_cluster_lock()