Home
last modified time | relevance | path

Searched refs:extents_lock (Results 1 – 9 of 9) sorted by relevance

/linux-4.1.27/fs/hfsplus/
Dextents.c92 WARN_ON(!mutex_is_locked(&hip->extents_lock)); in __hfsplus_ext_write_extent()
144 mutex_lock(&HFSPLUS_I(inode)->extents_lock); in hfsplus_ext_write_extent()
146 mutex_unlock(&HFSPLUS_I(inode)->extents_lock); in hfsplus_ext_write_extent()
178 WARN_ON(!mutex_is_locked(&hip->extents_lock)); in __hfsplus_ext_cache_extent()
253 mutex_lock(&hip->extents_lock); in hfsplus_get_block()
263 mutex_unlock(&hip->extents_lock); in hfsplus_get_block()
268 mutex_unlock(&hip->extents_lock); in hfsplus_get_block()
445 mutex_lock(&hip->extents_lock); in hfsplus_file_extend()
506 mutex_unlock(&hip->extents_lock); in hfsplus_file_extend()
510 mutex_unlock(&hip->extents_lock); in hfsplus_file_extend()
[all …]
Dxattr.c189 mutex_lock(&hip->extents_lock); in hfsplus_create_attributes_file()
191 mutex_unlock(&hip->extents_lock); in hfsplus_create_attributes_file()
Dhfsplus_fs.h222 struct mutex extents_lock; member
Dinode.c377 mutex_init(&hip->extents_lock); in hfsplus_new_inode()
Dsuper.c69 mutex_init(&HFSPLUS_I(inode)->extents_lock); in hfsplus_iget()
/linux-4.1.27/fs/hfs/
Dextent.c359 mutex_lock(&HFS_I(inode)->extents_lock); in hfs_get_block()
365 mutex_unlock(&HFS_I(inode)->extents_lock); in hfs_get_block()
368 mutex_unlock(&HFS_I(inode)->extents_lock); in hfs_get_block()
391 mutex_lock(&HFS_I(inode)->extents_lock); in hfs_extend_file()
441 mutex_unlock(&HFS_I(inode)->extents_lock); in hfs_extend_file()
505 mutex_lock(&HFS_I(inode)->extents_lock); in hfs_file_truncate()
508 mutex_unlock(&HFS_I(inode)->extents_lock); in hfs_file_truncate()
537 mutex_unlock(&HFS_I(inode)->extents_lock); in hfs_file_truncate()
Dhfs_fs.h74 struct mutex extents_lock; member
Dinode.c188 mutex_init(&HFS_I(inode)->extents_lock); in hfs_new_inode()
319 mutex_init(&HFS_I(inode)->extents_lock); in hfs_read_inode()
Dbtree.c44 mutex_init(&HFS_I(tree->inode)->extents_lock); in hfs_btree_open()