Searched refs:down_read_nested (Results 1 – 15 of 15) sorted by relevance
/Linux-v4.19/include/linux/ |
D | rwsem.h | 168 extern void down_read_nested(struct rw_semaphore *sem, int subclass); 188 # define down_read_nested(sem, subclass) down_read(sem) macro
|
D | fs.h | 778 down_read_nested(&inode->i_rwsem, subclass); in inode_lock_shared_nested()
|
/Linux-v4.19/kernel/locking/ |
D | rwsem.c | 157 void down_read_nested(struct rw_semaphore *sem, int subclass) in down_read_nested() function 166 EXPORT_SYMBOL(down_read_nested);
|
/Linux-v4.19/fs/xfs/ |
D | mrlock.h | 31 down_read_nested(&mrp->mr_lock, subclass); in mraccess_nested()
|
D | xfs_inode.c | 189 down_read_nested(&VFS_I(ip)->i_rwsem, in xfs_ilock()
|
/Linux-v4.19/drivers/video/fbdev/omap2/omapfb/ |
D | omapfb.h | 196 down_read_nested(&rg->lock, rg->id); in omapfb_get_mem_region()
|
/Linux-v4.19/fs/jfs/ |
D | jfs_incore.h | 112 down_read_nested(&JFS_IP(ip)->rdwrlock, subclass)
|
/Linux-v4.19/drivers/md/bcache/ |
D | btree.h | 229 : down_read_nested(&b->lock, level + 1); in rw_lock()
|
/Linux-v4.19/drivers/infiniband/ulp/ipoib/ |
D | ipoib_ib.c | 1163 down_read_nested(&priv->vlan_rwsem, nesting); in __ipoib_ib_dev_flush()
|
D | ipoib_main.c | 426 down_read_nested(&priv->vlan_rwsem, nesting); in ipoib_match_gid_pkey_addr()
|
/Linux-v4.19/sound/core/seq/ |
D | seq_clientmgr.c | 666 down_read_nested(&grp->list_mutex, hop); in deliver_to_subscribers()
|
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/ |
D | fs_core.c | 231 down_read_nested(&node->lock, class); in nested_down_read_ref_node()
|
/Linux-v4.19/sound/core/ |
D | pcm_native.c | 111 down_read_nested(&snd_pcm_link_rwsem, SINGLE_DEPTH_NESTING); in __snd_pcm_stream_lock_mode()
|
/Linux-v4.19/fs/cifs/ |
D | file.c | 592 down_read_nested(&cinode->lock_sem, SINGLE_DEPTH_NESTING); in cifs_relock_file()
|
/Linux-v4.19/fs/btrfs/ |
D | extent-tree.c | 7194 down_read_nested(&used_bg->data_rwsem, SINGLE_DEPTH_NESTING); in btrfs_lock_cluster()
|