Home
last modified time | relevance | path

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

/linux-4.1.27/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.c208 mutex_lock(&sbi->alloc_mutex); in hfsplus_sync_fs()
233 mutex_unlock(&sbi->alloc_mutex); in hfsplus_sync_fs()
388 mutex_init(&sbi->alloc_mutex); in hfsplus_fill_super()
Dhfsplus_fs.h171 struct mutex alloc_mutex; member