Home
last modified time | relevance | path

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

/Linux-v4.19/fs/hfsplus/
Dbitmap.c35 mutex_lock(&sbi->alloc_mutex); in hfsplus_block_allocate()
160 mutex_unlock(&sbi->alloc_mutex); in hfsplus_block_allocate()
182 mutex_lock(&sbi->alloc_mutex); in hfsplus_block_free()
237 mutex_unlock(&sbi->alloc_mutex); in hfsplus_block_free()
243 mutex_unlock(&sbi->alloc_mutex); in hfsplus_block_free()
Dsuper.c210 mutex_lock(&sbi->alloc_mutex); in hfsplus_sync_fs()
237 mutex_unlock(&sbi->alloc_mutex); in hfsplus_sync_fs()
392 mutex_init(&sbi->alloc_mutex); in hfsplus_fill_super()
Dhfsplus_fs.h171 struct mutex alloc_mutex; member
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/
Dalloc.c63 mutex_lock(&priv->alloc_mutex); in mlx5_dma_zalloc_coherent_node()
69 mutex_unlock(&priv->alloc_mutex); in mlx5_dma_zalloc_coherent_node()
Dmain.c876 mutex_init(&priv->alloc_mutex); in mlx5_pci_init()
/Linux-v4.19/include/linux/mlx5/
Ddriver.h679 struct mutex alloc_mutex; member