| /fs/btrfs/ |
| 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
|
| A D | defrag.c | 773 btrfs_lock_extent(io_tree, start, end, &cached); in defrag_lookup_extent() 894 btrfs_lock_extent(&inode->io_tree, lock_start, lock_end, &cached_state); in defrag_prepare_one_folio() 1233 btrfs_lock_extent(&inode->io_tree, folio_pos(folios[0]), cur - 1, &cached_state); in defrag_one_range()
|
| A D | reflink.c | 650 btrfs_lock_extent(&dst->io_tree, dst_loff, end, &cached_state); in btrfs_extent_same_range() 753 btrfs_lock_extent(&BTRFS_I(inode)->io_tree, destoff, end, &cached_state); in btrfs_clone_files()
|
| A D | inode.c | 691 btrfs_lock_extent(&inode->io_tree, offset, end, &cached); in cow_file_range_inline() 1143 btrfs_lock_extent(io_tree, start, end, &cached); in submit_one_async_extent() 1746 btrfs_lock_extent(io_tree, start, end, &cached_state); in fallback_to_cow() 1973 btrfs_lock_extent(&inode->io_tree, file_pos, end, cached); in nocow_one_range() 2293 btrfs_lock_extent(&inode->io_tree, cur_offset, end, &cached); in run_delalloc_nocow() 4982 btrfs_lock_extent(io_tree, block_start, block_end, &cached_state); in btrfs_truncate_block() 5375 btrfs_lock_extent(io_tree, start, end, &cached_state); in evict_inode_truncate_pages() 7485 btrfs_lock_extent(tree, page_start, page_end, &cached_state); in btrfs_invalidate_folio() 9556 btrfs_lock_extent(io_tree, start, lockend, cached_state); in btrfs_encoded_read() 9800 btrfs_lock_extent(io_tree, start, end, &cached_state); in btrfs_do_encoded_write() [all …]
|
| A D | file.c | 925 btrfs_lock_extent(&inode->io_tree, start_pos, last_pos, in lock_and_cleanup_extent_if_need() 1931 btrfs_lock_extent(io_tree, page_start, page_end, &cached_state); in btrfs_page_mkwrite() 2277 btrfs_lock_extent(&BTRFS_I(inode)->io_tree, lockstart, lockend, in btrfs_punch_hole_lock_range() 3178 btrfs_lock_extent(&BTRFS_I(inode)->io_tree, alloc_start, locked_end, in btrfs_fallocate() 3614 btrfs_lock_extent(&inode->io_tree, lockstart, lockend, &cached_state); in find_desired_extent()
|
| A D | fiemap.c | 664 btrfs_lock_extent(&inode->io_tree, range_start, range_end, &cached_state); in extent_fiemap()
|
| A D | relocation.c | 1409 btrfs_lock_extent(&inode->io_tree, start, end, &cached_state); in invalidate_extent_cache() 2723 btrfs_lock_extent(&inode->io_tree, start, end, &cached_state); in prealloc_file_extent_cluster() 2762 btrfs_lock_extent(&inode->io_tree, start, end, &cached_state); in setup_relocation_extent_mapping() 2887 btrfs_lock_extent(&BTRFS_I(inode)->io_tree, clamped_start, in relocate_one_folio()
|
| A D | direct-io.c | 59 btrfs_lock_extent(io_tree, lockstart, lockend, cached_state); in lock_extent_direct()
|
| A D | extent_io.c | 376 btrfs_lock_extent(tree, delalloc_start, delalloc_end, &cached_state); in find_lock_delalloc_range() 1204 btrfs_lock_extent(&inode->io_tree, start, end, cached_state); in lock_extents_for_read() 2628 btrfs_lock_extent(tree, start, end, &cached_state); in extent_invalidate_folio()
|
| A D | extent_map.c | 1057 btrfs_lock_extent(&inode->io_tree, start, start + len - 1, NULL); in btrfs_split_extent_map()
|
| A D | ordered-data.c | 1187 btrfs_lock_extent(&inode->io_tree, start, end, cachedp); in btrfs_lock_and_flush_ordered_range()
|
| A D | compression.c | 502 btrfs_lock_extent(tree, cur, page_end, NULL); in add_ra_bio_pages()
|
| A D | free-space-cache.c | 339 btrfs_lock_extent(&inode->io_tree, 0, (u64)-1, &cached_state); in btrfs_truncate_free_space_cache() 1416 btrfs_lock_extent(&BTRFS_I(inode)->io_tree, 0, i_size_read(inode) - 1, in __btrfs_write_out_cache()
|
| A D | tree-log.c | 4354 ret = btrfs_lock_extent(&log_root->log_csum_range, sums->logical, lock_end, in log_csums()
|