Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/
Drwsem.h169 extern void down_write_nested(struct rw_semaphore *sem, int subclass);
190 # define down_write_nested(sem, subclass) down_write(sem) macro
Dfs.h783 down_write_nested(&inode->i_rwsem, subclass); in inode_lock_nested()
/linux-4.19.296/fs/xfs/
Dmrlock.h36 down_write_nested(&mrp->mr_lock, subclass); in mrupdate_nested()
Dxfs_inode.c186 down_write_nested(&VFS_I(ip)->i_rwsem, in xfs_ilock()
/linux-4.19.296/fs/jfs/
Djfs_incore.h115 down_write_nested(&JFS_IP(ip)->rdwrlock, subclass)
/linux-4.19.296/fs/ext4/
Dmove_extent.c55 down_write_nested(&EXT4_I(second)->i_data_sem, I_DATA_SEM_OTHER); in ext4_double_down_write_data_sem()
58 down_write_nested(&EXT4_I(first)->i_data_sem, I_DATA_SEM_OTHER); in ext4_double_down_write_data_sem()
/linux-4.19.296/drivers/pci/hotplug/
Dpciehp_hpc.c782 down_write_nested(&ctrl->reset_lock, ctrl->depth); in pciehp_reset_slot()
/linux-4.19.296/fs/
Dsuper.c226 down_write_nested(&s->s_umount, SINGLE_DEPTH_NESTING); in alloc_super()
/linux-4.19.296/fs/ocfs2/
Drefcounttree.c4867 down_write_nested(&OCFS2_I(inode_out)->ip_alloc_sem, in ocfs2_reflink_remap_range()