Home
last modified time | relevance | path

Searched refs:down_write_nested (Results 1 – 15 of 15) sorted by relevance

/linux/tools/include/linux/
H A Drwsem.h42 #define down_write_nested(sem, subclass) down_write(sem) macro
/linux/fs/jfs/
H A Djfs_incore.h112 down_write_nested(&JFS_IP(ip)->rdwrlock, subclass)
/linux/fs/ext4/
H A Dmove_extent.c37 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 Drwsem.c1703 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 Dkey.c1142 down_write_nested(&key->sem, 1); in key_revoke()
1174 down_write_nested(&key->sem, 1); in key_invalidate()
H A Dkeyring.c1277 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 Dreflink.c623 down_write_nested(&inode2->i_mmap_lock, SINGLE_DEPTH_NESTING); in btrfs_double_mmap_lock()
/linux/drivers/pci/hotplug/
H A Dpciehp_hpc.c948 down_write_nested(&ctrl->reset_lock, ctrl->depth); in pciehp_reset_slot()
/linux/fs/
H A Dsuper.c345 down_write_nested(&s->s_umount, SINGLE_DEPTH_NESTING); in alloc_super()
/linux/lib/
H A Dtest_maple_tree.c1990 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 Ddm-snap.c2255 down_write_nested(&snap_dest->lock, SINGLE_DEPTH_NESTING); in snapshot_resume()
/linux/fs/ocfs2/
H A Dfile.c2739 down_write_nested(&OCFS2_I(inode_out)->ip_alloc_sem, in ocfs2_remap_file_range()
/linux/include/linux/
H A Dfs.h1073 down_write_nested(&inode->i_rwsem, subclass); in inode_lock_nested()
/linux/mm/
H A Dfilemap.c1034 down_write_nested(&mapping2->invalidate_lock, 1); in filemap_invalidate_lock_two()
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Dfs_core.c421 down_write_nested(&node->lock, class); in nested_down_write_ref_node()