Searched refs:down_write_nested (Results 1 - 12 of 12) sorted by relevance
/linux-4.4.14/kernel/locking/ |
H A D | rwsem.c | 146 void down_write_nested(struct rw_semaphore *sem, int subclass) down_write_nested() function 155 EXPORT_SYMBOL(down_write_nested); variable
|
/linux-4.4.14/include/linux/ |
H A D | rwsem.h | 155 extern void down_write_nested(struct rw_semaphore *sem, int subclass); 175 # define down_write_nested(sem, subclass) down_write(sem) macro
|
/linux-4.4.14/fs/xfs/ |
H A D | mrlock.h | 48 down_write_nested(&mrp->mr_lock, subclass); mrupdate_nested()
|
/linux-4.4.14/fs/jfs/ |
H A D | jfs_incore.h | 114 down_write_nested(&JFS_IP(ip)->rdwrlock, subclass)
|
/linux-4.4.14/fs/ext4/ |
H A D | move_extent.c | 63 down_write_nested(&EXT4_I(second)->i_data_sem, I_DATA_SEM_OTHER); ext4_double_down_write_data_sem() 66 down_write_nested(&EXT4_I(first)->i_data_sem, I_DATA_SEM_OTHER); ext4_double_down_write_data_sem()
|
/linux-4.4.14/drivers/video/fbdev/omap2/omapfb/ |
H A D | omapfb-sysfs.c | 464 down_write_nested(&rg->lock, rg->id); store_size()
|
H A D | omapfb-ioctl.c | 232 down_write_nested(&rg->lock, rg->id); omapfb_setup_mem()
|
/linux-4.4.14/drivers/md/bcache/ |
H A D | btree.h | 227 w ? down_write_nested(&b->lock, level + 1) rw_lock()
|
/linux-4.4.14/security/keys/ |
H A D | key.c | 992 down_write_nested(&key->sem, 1); key_revoke() 1023 down_write_nested(&key->sem, 1); key_invalidate()
|
/linux-4.4.14/fs/ |
H A D | super.c | 232 down_write_nested(&s->s_umount, SINGLE_DEPTH_NESTING); alloc_super()
|
/linux-4.4.14/drivers/md/ |
H A D | dm-snap.c | 1940 down_write_nested(&snap_dest->lock, SINGLE_DEPTH_NESTING); snapshot_resume()
|
/linux-4.4.14/kernel/ |
H A D | fork.c | 411 down_write_nested(&mm->mmap_sem, SINGLE_DEPTH_NESTING); dup_mmap()
|
Completed in 484 milliseconds