Searched refs:down_write_nested (Results 1 – 15 of 15) sorted by relevance
| /linux/tools/include/linux/ |
| H A D | rwsem.h | 42 #define down_write_nested(sem, subclass) down_write(sem) macro
|
| /linux/fs/jfs/ |
| H A D | jfs_incore.h | 112 down_write_nested(&JFS_IP(ip)->rdwrlock, subclass)
|
| /linux/fs/ext4/ |
| H A D | move_extent.c | 37 down_write_nested(&EXT4_I(second)->i_data_sem, I_DATA_SEM_OTHER); in ext4_double_down_write_data_sem() 40 down_write_nested(&EXT4_I(first)->i_data_sem, I_DATA_SEM_OTHER); in ext4_double_down_write_data_sem()
|
| /linux/kernel/locking/ |
| H A D | rwsem.c | 1703 void down_write_nested(struct rw_semaphore *sem, int subclass) in down_write_nested() function 1709 EXPORT_SYMBOL(down_write_nested);
|
| /linux/security/keys/ |
| H A D | key.c | 1142 down_write_nested(&key->sem, 1); in key_revoke() 1174 down_write_nested(&key->sem, 1); in key_invalidate()
|
| H A D | keyring.c | 1277 down_write_nested(&u_keyring->sem, 1); in __key_move_lock() 1280 down_write_nested(&l_keyring->sem, 1); in __key_move_lock()
|
| /linux/fs/btrfs/ |
| H A D | reflink.c | 623 down_write_nested(&inode2->i_mmap_lock, SINGLE_DEPTH_NESTING); in btrfs_double_mmap_lock()
|
| /linux/drivers/pci/hotplug/ |
| H A D | pciehp_hpc.c | 948 down_write_nested(&ctrl->reset_lock, ctrl->depth); in pciehp_reset_slot()
|
| /linux/fs/ |
| H A D | super.c | 345 down_write_nested(&s->s_umount, SINGLE_DEPTH_NESTING); in alloc_super()
|
| /linux/lib/ |
| H A D | test_maple_tree.c | 1990 down_write_nested(&newmt_lock, SINGLE_DEPTH_NESTING); in check_forking() 2136 down_write_nested(&newmt_lock, SINGLE_DEPTH_NESTING); in bench_forking()
|
| /linux/drivers/md/ |
| H A D | dm-snap.c | 2255 down_write_nested(&snap_dest->lock, SINGLE_DEPTH_NESTING); in snapshot_resume()
|
| /linux/fs/ocfs2/ |
| H A D | file.c | 2739 down_write_nested(&OCFS2_I(inode_out)->ip_alloc_sem, in ocfs2_remap_file_range()
|
| /linux/include/linux/ |
| H A D | fs.h | 1073 down_write_nested(&inode->i_rwsem, subclass); in inode_lock_nested()
|
| /linux/mm/ |
| H A D | filemap.c | 1034 down_write_nested(&mapping2->invalidate_lock, 1); in filemap_invalidate_lock_two()
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | fs_core.c | 421 down_write_nested(&node->lock, class); in nested_down_write_ref_node()
|