Home
last modified time | relevance | path

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

/linux-2.6.39/fs/hfsplus/
Dextents.c92 WARN_ON(!mutex_is_locked(&hip->extents_lock)); in __hfsplus_ext_write_extent()
135 mutex_lock(&HFSPLUS_I(inode)->extents_lock); in hfsplus_ext_write_extent()
137 mutex_unlock(&HFSPLUS_I(inode)->extents_lock); in hfsplus_ext_write_extent()
167 WARN_ON(!mutex_is_locked(&hip->extents_lock)); in __hfsplus_ext_cache_extent()
238 mutex_lock(&hip->extents_lock); in hfsplus_get_block()
248 mutex_unlock(&hip->extents_lock); in hfsplus_get_block()
253 mutex_unlock(&hip->extents_lock); in hfsplus_get_block()
410 mutex_lock(&hip->extents_lock); in hfsplus_file_extend()
463 mutex_unlock(&hip->extents_lock); in hfsplus_file_extend()
525 mutex_lock(&hip->extents_lock); in hfsplus_file_truncate()
[all …]
Dinode.c193 mutex_init(&hip->extents_lock); in hfsplus_file_lookup()
387 mutex_init(&hip->extents_lock); in hfsplus_new_inode()
Dhfsplus_fs.h184 struct mutex extents_lock; member
Dsuper.c68 mutex_init(&HFSPLUS_I(inode)->extents_lock); in hfsplus_iget()
/linux-2.6.39/fs/hfs/
Dextent.c346 mutex_lock(&HFS_I(inode)->extents_lock); in hfs_get_block()
352 mutex_unlock(&HFS_I(inode)->extents_lock); in hfs_get_block()
355 mutex_unlock(&HFS_I(inode)->extents_lock); in hfs_get_block()
378 mutex_lock(&HFS_I(inode)->extents_lock); in hfs_extend_file()
428 mutex_unlock(&HFS_I(inode)->extents_lock); in hfs_extend_file()
490 mutex_lock(&HFS_I(inode)->extents_lock); in hfs_file_truncate()
517 mutex_unlock(&HFS_I(inode)->extents_lock); in hfs_file_truncate()
Dhfs_fs.h57 struct mutex extents_lock; member
Dinode.c179 mutex_init(&HFS_I(inode)->extents_lock); in hfs_new_inode()
310 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()