| /linux/fs/btrfs/ |
| H A D | extent-io-tree.h | 149 static inline int btrfs_lock_extent(struct extent_io_tree *tree, u64 start, u64 end, in btrfs_lock_extent() function
|
| H A D | defrag.c | 770 btrfs_lock_extent(io_tree, start, end, &cached); in defrag_lookup_extent() 875 btrfs_lock_extent(&inode->io_tree, lock_start, lock_end, &cached_state); in defrag_prepare_one_folio() 1221 btrfs_lock_extent(&inode->io_tree, folio_pos(folios[0]), cur - 1, &cached_state); in defrag_one_range()
|
| H A D | reflink.c | 702 btrfs_lock_extent(&dst->io_tree, dst_loff, end, &cached_state); in btrfs_extent_same_range() 803 btrfs_lock_extent(&inode->io_tree, destoff, end, &cached_state); in btrfs_clone_files()
|
| H A D | file.c | 906 btrfs_lock_extent(&inode->io_tree, start_pos, last_pos, in lock_and_cleanup_extent() 1893 btrfs_lock_extent(io_tree, page_start, page_end, &cached_state); in btrfs_page_mkwrite() 2246 btrfs_lock_extent(&BTRFS_I(inode)->io_tree, lockstart, lockend, in btrfs_punch_hole_lock_range() 3160 btrfs_lock_extent(&BTRFS_I(inode)->io_tree, alloc_start, locked_end, in btrfs_fallocate() 3596 btrfs_lock_extent(&inode->io_tree, lockstart, lockend, &cached_state); in find_desired_extent()
|
| H A D | inode.c | 1086 btrfs_lock_extent(io_tree, start, end, &cached); in submit_one_async_extent() 1238 btrfs_lock_extent(&inode->io_tree, file_offset, cur_end, cached); in cow_one_range() 1724 btrfs_lock_extent(io_tree, start, end, &cached_state); in fallback_to_cow() 1917 btrfs_lock_extent(&inode->io_tree, file_pos, end, cached); in nocow_one_range() 2277 btrfs_lock_extent(&inode->io_tree, untouched_start, untouched_end, &cached); in run_delalloc_nocow() 2356 btrfs_lock_extent(&inode->io_tree, 0, blocksize - 1, &cached); in run_delalloc_inline() 2885 btrfs_lock_extent(&inode->io_tree, page_start, page_end, &cached_state); in btrfs_writepage_fixup_worker() 5185 btrfs_lock_extent(io_tree, block_start, block_end, &cached_state); in btrfs_truncate_block() 5571 btrfs_lock_extent(io_tree, start, end, &cached_state); in evict_inode_truncate_pages() 7724 btrfs_lock_extent(tree, page_start, page_end, &cached_state); in btrfs_invalidate_folio() [all …]
|
| H A D | fiemap.c | 663 btrfs_lock_extent(&inode->io_tree, range_start, range_end - 1, &cached_state); in extent_fiemap()
|
| H A D | direct-io.c | 62 btrfs_lock_extent(io_tree, lockstart, lockend, cached_state); in lock_extent_direct()
|
| H A D | extent_map.c | 1069 btrfs_lock_extent(&inode->io_tree, start, start + len - 1, NULL); in btrfs_split_extent_map()
|
| H A D | compression.c | 464 btrfs_lock_extent(tree, cur, folio_end, NULL); in add_ra_bio_folios()
|
| H A D | relocation.c | 1473 btrfs_lock_extent(&inode->io_tree, start, end, &cached_state); in invalidate_extent_cache() 2834 btrfs_lock_extent(&inode->io_tree, start, end, &cached_state); in prealloc_file_extent_cluster() 2873 btrfs_lock_extent(&inode->io_tree, start, end, &cached_state); in setup_relocation_extent_mapping() 2998 btrfs_lock_extent(&BTRFS_I(inode)->io_tree, clamped_start, in relocate_one_folio()
|
| H A D | free-space-cache.c | 340 btrfs_lock_extent(&inode->io_tree, 0, (u64)-1, &cached_state); in btrfs_truncate_free_space_cache() 1410 btrfs_lock_extent(&BTRFS_I(inode)->io_tree, 0, i_size_read(inode) - 1, in __btrfs_write_out_cache()
|
| H A D | extent_io.c | 470 btrfs_lock_extent(tree, delalloc_start, delalloc_end, &cached_state); in find_lock_delalloc_range() 1364 btrfs_lock_extent(&inode->io_tree, start, end, cached_state); in lock_extents_for_read()
|
| H A D | disk-io.c | 513 btrfs_lock_extent(tree, start, end, &cached_state); in btree_invalidate_folio()
|
| H A D | tree-log.c | 4721 ret = btrfs_lock_extent(&log_root->log_csum_range, sums->logical, lock_end, in log_csums()
|