Home
last modified time | relevance | path

Searched refs:down_read_nested (Results 1 – 19 of 19) sorted by relevance

/linux/drivers/pci/hotplug/
H A Dpciehp_pci.c73 down_read_nested(&ctrl->reset_lock, ctrl->depth); in pciehp_configure_device()
125 down_read_nested(&ctrl->reset_lock, ctrl->depth); in pciehp_unconfigure_device()
H A Dpciehp_core.c170 down_read_nested(&ctrl->reset_lock, ctrl->depth); in pciehp_check_presence()
H A Dpciehp_hpc.c616 down_read_nested(&ctrl->reset_lock, ctrl->depth); in pciehp_ignore_link_change()
784 down_read_nested(&ctrl->reset_lock, ctrl->depth); in pciehp_ist()
/linux/include/linux/
H A Drwsem.h280 extern void down_read_nested(struct rw_semaphore *sem, int subclass);
301 # define down_read_nested(sem, subclass) down_read(sem) macro
H A Dfs.h919 down_read_nested(&inode->i_rwsem, subclass); in inode_lock_shared_nested()
/linux/tools/include/linux/
H A Drwsem.h41 #define down_read_nested(sem, subclass) down_read(sem) macro
/linux/drivers/video/fbdev/omap2/omapfb/
H A Domapfb.h185 down_read_nested(&rg->lock, rg->id); in omapfb_get_mem_region()
/linux/fs/jfs/
H A Djfs_incore.h109 down_read_nested(&JFS_IP(ip)->rdwrlock, subclass)
/linux/kernel/locking/
H A Drwsem.c1659 void down_read_nested(struct rw_semaphore *sem, int subclass) in down_read_nested() function
1665 EXPORT_SYMBOL(down_read_nested);
/linux/drivers/nvdimm/
H A Dsecurity.c110 down_read_nested(&key->sem, subclass); in nvdimm_lookup_user_key()
/linux/fs/xfs/
H A Dxfs_inode.c152 down_read_nested(&VFS_I(ip)->i_rwsem, in xfs_ilock()
160 down_read_nested(&VFS_I(ip)->i_mapping->invalidate_lock, in xfs_ilock()
167 down_read_nested(&ip->i_lock, XFS_ILOCK_DEP(lock_flags)); in xfs_ilock()
/linux/fs/ntfs3/
H A Drun.c1089 down_read_nested(&wnd->rw_lock, BITMAP_MUTEX_CLUSTERS); in run_unpack_ex()
H A Dfsntfs.c458 down_read_nested(&wnd->rw_lock, BITMAP_MUTEX_CLUSTERS); in ntfs_check_for_free_space()
469 down_read_nested(&wnd->rw_lock, BITMAP_MUTEX_MFT); in ntfs_check_for_free_space()
H A Dbitmap.c1423 down_read_nested(&wnd->rw_lock, BITMAP_MUTEX_CLUSTERS); in ntfs_trim_fs()
/linux/sound/core/seq/
H A Dseq_clientmgr.c759 down_read_nested(&grp->list_mutex, hop); in __deliver_to_subscribers()
/linux/fs/smb/client/
H A Dfile.c1138 down_read_nested(&cinode->lock_sem, SINGLE_DEPTH_NESTING); in cifs_relock_file()
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Dfs_core.c412 down_read_nested(&node->lock, class); in nested_down_read_ref_node()
/linux/fs/f2fs/
H A Df2fs.h2240 down_read_nested(&sem->internal_rwsem, subclass); in f2fs_down_read_nested()
/linux/fs/btrfs/
H A Dextent-tree.c3634 down_read_nested(&used_bg->data_rwsem, SINGLE_DEPTH_NESTING); in btrfs_lock_cluster()