Searched refs:down_write_nested (Results 1 - 13 of 13) sorted by relevance
/linux-4.1.27/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.1.27/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.1.27/fs/xfs/ |
H A D | mrlock.h | 48 down_write_nested(&mrp->mr_lock, subclass); mrupdate_nested()
|
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/ |
H A D | llog_cat.c | 276 down_write_nested(&loghandle->lgh_lock, LLOGH_LOG); llog_cat_current_log() 291 down_write_nested(&cathandle->lgh_lock, LLOGH_CAT); llog_cat_current_log() 296 down_write_nested(&loghandle->lgh_lock, LLOGH_LOG); llog_cat_current_log() 312 down_write_nested(&loghandle->lgh_lock, LLOGH_LOG); llog_cat_current_log()
|
/linux-4.1.27/fs/jfs/ |
H A D | jfs_incore.h | 114 down_write_nested(&JFS_IP(ip)->rdwrlock, subclass)
|
/linux-4.1.27/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.1.27/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.1.27/drivers/md/bcache/ |
H A D | btree.h | 227 w ? down_write_nested(&b->lock, level + 1) rw_lock()
|
/linux-4.1.27/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.1.27/fs/ |
H A D | super.c | 217 down_write_nested(&s->s_umount, SINGLE_DEPTH_NESTING); alloc_super()
|
/linux-4.1.27/kernel/ |
H A D | fork.c | 404 down_write_nested(&mm->mmap_sem, SINGLE_DEPTH_NESTING); dup_mmap()
|
/linux-4.1.27/drivers/md/ |
H A D | dm-snap.c | 1918 down_write_nested(&snap_dest->lock, SINGLE_DEPTH_NESTING); snapshot_resume()
|
Completed in 455 milliseconds