Searched refs:down_read_nested (Results 1 – 19 of 19) sorted by relevance
/Linux-v5.15/include/linux/ |
D | rwsem.h | 224 extern void down_read_nested(struct rw_semaphore *sem, int subclass); 245 # define down_read_nested(sem, subclass) down_read(sem) macro
|
D | fs.h | 826 down_read_nested(&inode->i_rwsem, subclass); in inode_lock_shared_nested()
|
/Linux-v5.15/fs/xfs/ |
D | mrlock.h | 31 down_read_nested(&mrp->mr_lock, subclass); in mraccess_nested()
|
D | xfs_inode.c | 187 down_read_nested(&VFS_I(ip)->i_rwsem, in xfs_ilock() 195 down_read_nested(&VFS_I(ip)->i_mapping->invalidate_lock, in xfs_ilock()
|
/Linux-v5.15/fs/btrfs/ |
D | locking.c | 47 down_read_nested(&eb->lock, nest); in __btrfs_tree_read_lock()
|
D | extent-tree.c | 3448 down_read_nested(&used_bg->data_rwsem, SINGLE_DEPTH_NESTING); in btrfs_lock_cluster()
|
/Linux-v5.15/drivers/video/fbdev/omap2/omapfb/ |
D | omapfb.h | 185 down_read_nested(&rg->lock, rg->id); in omapfb_get_mem_region()
|
/Linux-v5.15/fs/jfs/ |
D | jfs_incore.h | 109 down_read_nested(&JFS_IP(ip)->rdwrlock, subclass)
|
/Linux-v5.15/drivers/md/bcache/ |
D | btree.h | 251 : down_read_nested(&b->lock, level + 1); in rw_lock()
|
/Linux-v5.15/kernel/locking/ |
D | rwsem.c | 1586 void down_read_nested(struct rw_semaphore *sem, int subclass) in down_read_nested() function 1592 EXPORT_SYMBOL(down_read_nested);
|
/Linux-v5.15/drivers/nvdimm/ |
D | security.c | 110 down_read_nested(&key->sem, subclass); in nvdimm_lookup_user_key()
|
/Linux-v5.15/fs/ntfs3/ |
D | run.c | 1037 down_read_nested(&wnd->rw_lock, BITMAP_MUTEX_CLUSTERS); in run_unpack_ex()
|
D | bitmap.c | 1433 down_read_nested(&wnd->rw_lock, BITMAP_MUTEX_CLUSTERS); in ntfs_trim_fs()
|
/Linux-v5.15/drivers/infiniband/ulp/ipoib/ |
D | ipoib_ib.c | 1159 down_read_nested(&priv->vlan_rwsem, nesting); in __ipoib_ib_dev_flush()
|
D | ipoib_main.c | 430 down_read_nested(&priv->vlan_rwsem, nesting); in ipoib_match_gid_pkey_addr()
|
/Linux-v5.15/sound/core/seq/ |
D | seq_clientmgr.c | 685 down_read_nested(&grp->list_mutex, hop); in deliver_to_subscribers()
|
/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/ |
D | fs_core.c | 318 down_read_nested(&node->lock, class); in nested_down_read_ref_node()
|
/Linux-v5.15/fs/f2fs/ |
D | super.c | 2794 down_read_nested(&sbi->quota_sem, SINGLE_DEPTH_NESTING); in f2fs_dquot_commit()
|
/Linux-v5.15/fs/cifs/ |
D | file.c | 676 down_read_nested(&cinode->lock_sem, SINGLE_DEPTH_NESTING); in cifs_relock_file()
|