Searched refs:extent_lock (Results 1 - 8 of 8) sorted by relevance

/linux-4.4.14/fs/f2fs/
H A Dextent_cache.c142 spin_lock(&sbi->extent_lock); __free_extent_tree()
145 spin_unlock(&sbi->extent_lock); __free_extent_tree()
199 spin_lock(&sbi->extent_lock); f2fs_init_extent_tree()
201 spin_unlock(&sbi->extent_lock); f2fs_init_extent_tree()
232 spin_lock(&sbi->extent_lock); f2fs_lookup_extent_tree()
236 spin_unlock(&sbi->extent_lock); f2fs_lookup_extent_tree()
493 spin_lock(&sbi->extent_lock); f2fs_update_extent_tree_range()
498 spin_unlock(&sbi->extent_lock); f2fs_update_extent_tree_range()
526 spin_lock(&sbi->extent_lock); f2fs_update_extent_tree_range()
535 spin_unlock(&sbi->extent_lock); f2fs_update_extent_tree_range()
597 spin_lock(&sbi->extent_lock); f2fs_shrink_extent_tree()
603 spin_unlock(&sbi->extent_lock); f2fs_shrink_extent_tree()
724 spin_lock_init(&sbi->extent_lock); init_extent_cache_info()
H A Df2fs.h755 spinlock_t extent_lock; /* locking extent lru list */ member in struct:f2fs_sb_info
/linux-4.4.14/fs/ntfs/
H A Dmft.c266 mutex_lock(&base_ni->extent_lock); map_extent_mft_record()
279 mutex_unlock(&base_ni->extent_lock); map_extent_mft_record()
306 mutex_unlock(&base_ni->extent_lock); map_extent_mft_record()
317 mutex_unlock(&base_ni->extent_lock); map_extent_mft_record()
352 mutex_unlock(&base_ni->extent_lock); map_extent_mft_record()
359 mutex_unlock(&base_ni->extent_lock); map_extent_mft_record()
403 mutex_lock(&ni->extent_lock); __mark_mft_record_dirty()
408 mutex_unlock(&ni->extent_lock); __mark_mft_record_dirty()
1044 mutex_lock(&ni->extent_lock); ntfs_may_write_mft_record()
1050 mutex_unlock(&ni->extent_lock); ntfs_may_write_mft_record()
1073 mutex_unlock(&ni->extent_lock); ntfs_may_write_mft_record()
1084 mutex_unlock(&ni->extent_lock); ntfs_may_write_mft_record()
2797 mutex_lock(&ni->extent_lock); ntfs_extent_mft_record_free()
2799 mutex_unlock(&ni->extent_lock); ntfs_extent_mft_record_free()
2806 mutex_lock(&base_ni->extent_lock); ntfs_extent_mft_record_free()
2812 mutex_unlock(&base_ni->extent_lock); ntfs_extent_mft_record_free()
2830 mutex_unlock(&base_ni->extent_lock); ntfs_extent_mft_record_free()
2889 mutex_lock(&base_ni->extent_lock); ntfs_extent_mft_record_free()
2898 mutex_unlock(&base_ni->extent_lock); ntfs_extent_mft_record_free()
2913 mutex_unlock(&base_ni->extent_lock); ntfs_extent_mft_record_free()
H A Dinode.h121 struct mutex extent_lock; /* Lock for accessing/modifying the member in struct:_ntfs_inode
H A Daops.c1280 mutex_lock(&tni->extent_lock); ntfs_write_mst_block()
1287 mutex_unlock(&tni->extent_lock); ntfs_write_mst_block()
H A Dinode.c415 mutex_init(&ni->extent_lock); __ntfs_init_inode()
3063 mutex_lock(&ni->extent_lock); __ntfs_write_inode()
3090 mutex_unlock(&ni->extent_lock); __ntfs_write_inode()
/linux-4.4.14/drivers/staging/lustre/lustre/llite/
H A Dllite_internal.h747 int ll_data_version(struct inode *inode, __u64 *data_version, int extent_lock);
H A Dfile.c1843 * @param extent_lock Take extent lock. Not needed if a process is already
1847 int extent_lock) ll_data_version()
1869 rc = ll_lsm_getattr(lsm, sbi->ll_dt_exp, obdo, 0, extent_lock); ll_data_version()
1846 ll_data_version(struct inode *inode, __u64 *data_version, int extent_lock) ll_data_version() argument

Completed in 545 milliseconds