Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/locking/
Drwsem.c146 void down_write_nested(struct rw_semaphore *sem, int subclass) in down_write_nested() function
155 EXPORT_SYMBOL(down_write_nested);
/linux-4.4.14/include/linux/
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.4.14/fs/xfs/
Dmrlock.h48 down_write_nested(&mrp->mr_lock, subclass); in mrupdate_nested()
/linux-4.4.14/fs/jfs/
Djfs_incore.h114 down_write_nested(&JFS_IP(ip)->rdwrlock, subclass)
/linux-4.4.14/drivers/md/bcache/
Dbtree.h227 w ? down_write_nested(&b->lock, level + 1) in rw_lock()
/linux-4.4.14/fs/ext4/
Dmove_extent.c63 down_write_nested(&EXT4_I(second)->i_data_sem, I_DATA_SEM_OTHER); in ext4_double_down_write_data_sem()
66 down_write_nested(&EXT4_I(first)->i_data_sem, I_DATA_SEM_OTHER); in ext4_double_down_write_data_sem()
/linux-4.4.14/security/keys/
Dkey.c992 down_write_nested(&key->sem, 1); in key_revoke()
1023 down_write_nested(&key->sem, 1); in key_invalidate()
/linux-4.4.14/drivers/video/fbdev/omap2/omapfb/
Domapfb-sysfs.c464 down_write_nested(&rg->lock, rg->id); in store_size()
Domapfb-ioctl.c232 down_write_nested(&rg->lock, rg->id); in omapfb_setup_mem()
/linux-4.4.14/fs/
Dsuper.c232 down_write_nested(&s->s_umount, SINGLE_DEPTH_NESTING); in alloc_super()
/linux-4.4.14/kernel/
Dfork.c411 down_write_nested(&mm->mmap_sem, SINGLE_DEPTH_NESTING); in dup_mmap()
/linux-4.4.14/drivers/md/
Ddm-snap.c1940 down_write_nested(&snap_dest->lock, SINGLE_DEPTH_NESTING); in snapshot_resume()