Home
last modified time | relevance | path

Searched refs:alloc_mutex (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/fs/hfsplus/
Dbitmap.c34 mutex_lock(&sbi->alloc_mutex); in hfsplus_block_allocate()
159 mutex_unlock(&sbi->alloc_mutex); in hfsplus_block_allocate()
181 mutex_lock(&sbi->alloc_mutex); in hfsplus_block_free()
236 mutex_unlock(&sbi->alloc_mutex); in hfsplus_block_free()
242 mutex_unlock(&sbi->alloc_mutex); in hfsplus_block_free()
Dsuper.c209 mutex_lock(&sbi->alloc_mutex); in hfsplus_sync_fs()
234 mutex_unlock(&sbi->alloc_mutex); in hfsplus_sync_fs()
389 mutex_init(&sbi->alloc_mutex); in hfsplus_fill_super()
Dhfsplus_fs.h171 struct mutex alloc_mutex; member
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx5/core/
Dalloc.c56 mutex_lock(&priv->alloc_mutex); in mlx5_dma_zalloc_coherent_node()
62 mutex_unlock(&priv->alloc_mutex); in mlx5_dma_zalloc_coherent_node()
Dmain.c852 mutex_init(&priv->alloc_mutex); in mlx5_pci_init()
/linux-4.4.14/include/linux/mlx5/
Ddriver.h473 struct mutex alloc_mutex; member