Searched refs:down_write_nested (Results 1 - 13 of 13) sorted by relevance

/linux-4.1.27/kernel/locking/
H A Drwsem.c146 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 Drwsem.h155 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 Dmrlock.h48 down_write_nested(&mrp->mr_lock, subclass); mrupdate_nested()
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
H A Dllog_cat.c276 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 Djfs_incore.h114 down_write_nested(&JFS_IP(ip)->rdwrlock, subclass)
/linux-4.1.27/fs/ext4/
H A Dmove_extent.c63 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 Domapfb-sysfs.c464 down_write_nested(&rg->lock, rg->id); store_size()
H A Domapfb-ioctl.c232 down_write_nested(&rg->lock, rg->id); omapfb_setup_mem()
/linux-4.1.27/drivers/md/bcache/
H A Dbtree.h227 w ? down_write_nested(&b->lock, level + 1) rw_lock()
/linux-4.1.27/security/keys/
H A Dkey.c992 down_write_nested(&key->sem, 1); key_revoke()
1023 down_write_nested(&key->sem, 1); key_invalidate()
/linux-4.1.27/fs/
H A Dsuper.c217 down_write_nested(&s->s_umount, SINGLE_DEPTH_NESTING); alloc_super()
/linux-4.1.27/kernel/
H A Dfork.c404 down_write_nested(&mm->mmap_sem, SINGLE_DEPTH_NESTING); dup_mmap()
/linux-4.1.27/drivers/md/
H A Ddm-snap.c1918 down_write_nested(&snap_dest->lock, SINGLE_DEPTH_NESTING); snapshot_resume()

Completed in 399 milliseconds