Home
last modified time | relevance | path

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

/linux/fs/hfsplus/
H A Dextents.c93 WARN_ON(!mutex_is_locked(&hip->extents_lock)); in __hfsplus_ext_write_extent()
149 mutex_lock(&HFSPLUS_I(inode)->extents_lock); in hfsplus_ext_write_extent()
151 mutex_unlock(&HFSPLUS_I(inode)->extents_lock); in hfsplus_ext_write_extent()
183 WARN_ON(!mutex_is_locked(&hip->extents_lock)); in __hfsplus_ext_cache_extent()
260 mutex_lock(&hip->extents_lock); in hfsplus_get_block()
270 mutex_unlock(&hip->extents_lock); in hfsplus_get_block()
275 mutex_unlock(&hip->extents_lock); in hfsplus_get_block()
453 mutex_lock(&hip->extents_lock); in hfsplus_file_extend()
515 mutex_unlock(&hip->extents_lock); in hfsplus_file_extend()
519 mutex_unlock(&hip->extents_lock); in hfsplus_file_extend()
[all …]
H A Dxattr.c188 mutex_lock(&hip->extents_lock); in hfsplus_create_attributes_file()
190 mutex_unlock(&hip->extents_lock); in hfsplus_create_attributes_file()
H A Dhfsplus_fs.h193 struct mutex extents_lock; member
H A Dsuper.c86 mutex_init(&HFSPLUS_I(inode)->extents_lock); in hfsplus_iget()
H A Dinode.c443 mutex_init(&hip->extents_lock); in hfsplus_new_inode()
/linux/fs/hfs/
H A Dextent.c365 mutex_lock(&HFS_I(inode)->extents_lock); in hfs_get_block()
371 mutex_unlock(&HFS_I(inode)->extents_lock); in hfs_get_block()
374 mutex_unlock(&HFS_I(inode)->extents_lock); in hfs_get_block()
397 mutex_lock(&HFS_I(inode)->extents_lock); in hfs_extend_file()
448 mutex_unlock(&HFS_I(inode)->extents_lock); in hfs_extend_file()
512 mutex_lock(&HFS_I(inode)->extents_lock); in hfs_file_truncate()
515 mutex_unlock(&HFS_I(inode)->extents_lock); in hfs_file_truncate()
544 mutex_unlock(&HFS_I(inode)->extents_lock); in hfs_file_truncate()
H A Dhfs_fs.h43 struct mutex extents_lock; member
H A Dinode.c197 mutex_init(&HFS_I(inode)->extents_lock); in hfs_new_inode()
354 mutex_init(&HFS_I(inode)->extents_lock); in hfs_read_inode()
H A Dbtree.c49 mutex_init(&HFS_I(tree->inode)->extents_lock); in hfs_btree_open()