Searched refs:down_write_nested (Results 1 – 9 of 9) sorted by relevance
/linux-4.19.296/include/linux/ |
D | rwsem.h | 169 extern void down_write_nested(struct rw_semaphore *sem, int subclass); 190 # define down_write_nested(sem, subclass) down_write(sem) macro
|
D | fs.h | 783 down_write_nested(&inode->i_rwsem, subclass); in inode_lock_nested()
|
/linux-4.19.296/fs/xfs/ |
D | mrlock.h | 36 down_write_nested(&mrp->mr_lock, subclass); in mrupdate_nested()
|
D | xfs_inode.c | 186 down_write_nested(&VFS_I(ip)->i_rwsem, in xfs_ilock()
|
/linux-4.19.296/fs/jfs/ |
D | jfs_incore.h | 115 down_write_nested(&JFS_IP(ip)->rdwrlock, subclass)
|
/linux-4.19.296/fs/ext4/ |
D | move_extent.c | 55 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/ |
D | pciehp_hpc.c | 782 down_write_nested(&ctrl->reset_lock, ctrl->depth); in pciehp_reset_slot()
|
/linux-4.19.296/fs/ |
D | super.c | 226 down_write_nested(&s->s_umount, SINGLE_DEPTH_NESTING); in alloc_super()
|
/linux-4.19.296/fs/ocfs2/ |
D | refcounttree.c | 4867 down_write_nested(&OCFS2_I(inode_out)->ip_alloc_sem, in ocfs2_reflink_remap_range()
|