Home
last modified time | relevance | path

Searched refs:lock_extent (Results 1 - 18 of 18) sorted by relevance

/kernel/linux/linux-6.6/fs/btrfs/
H A Dextent-io-tree.h119 int lock_extent(struct extent_io_tree *tree, u64 start, u64 end,
H A Ddefrag.c646 lock_extent(io_tree, start, end, &cached); in defrag_lookup_extent()
760 lock_extent(&inode->io_tree, page_start, page_end, &cached_state); in defrag_prepare_one_page()
1093 lock_extent(&inode->io_tree, start_index << PAGE_SHIFT, in defrag_one_range()
H A Dreflink.c642 lock_extent(&BTRFS_I(inode1)->io_tree, loff1, range1_end, NULL); in btrfs_double_extent_lock()
643 lock_extent(&BTRFS_I(inode2)->io_tree, loff2, range2_end, NULL); in btrfs_double_extent_lock()
H A Dinode.c1124 lock_extent(io_tree, start, end, NULL); in submit_one_async_extent()
2746 lock_extent(&inode->io_tree, page_start, page_end, &cached_state); in btrfs_writepage_fixup_worker()
3080 lock_extent(io_tree, start, end, &cached_state); in btrfs_finish_one_ordered()
4753 lock_extent(io_tree, block_start, block_end, &cached_state); in btrfs_truncate_block()
5089 * huge amount of calls to lock_extent() and clear_extent_bit(),
5139 lock_extent(io_tree, start, end, &cached_state); in evict_inode_truncate_pages()
7168 lock_extent(io_tree, lockstart, lockend, cached_state); in lock_extent_direct()
7245 /* The callers of this must take lock_extent() */
7973 lock_extent(tree, page_start, page_end, &cached_state); in btrfs_invalidate_folio()
8169 lock_extent(io_tre in btrfs_page_mkwrite()
[all...]
H A Drelocation.c1583 /* the lock_extent waits for read_folio to complete */ in invalidate_extent_cache()
1584 lock_extent(&BTRFS_I(inode)->io_tree, start, end, &cached_state); in invalidate_extent_cache()
2922 lock_extent(&inode->io_tree, start, end, &cached_state); in prealloc_file_extent_cluster()
2957 lock_extent(&BTRFS_I(inode)->io_tree, start, end, &cached_state); in setup_relocation_extent_mapping()
3059 lock_extent(&BTRFS_I(inode)->io_tree, clamped_start, clamped_end, in relocate_one_page()
H A Dfile.c1006 lock_extent(&inode->io_tree, start_pos, last_pos, cached_state); in lock_and_cleanup_extent_if_need()
2210 lock_extent(&BTRFS_I(inode)->io_tree, lockstart, lockend, in btrfs_punch_hole_lock_range()
3116 lock_extent(&BTRFS_I(inode)->io_tree, alloc_start, locked_end, in btrfs_fallocate()
3524 lock_extent(&inode->io_tree, lockstart, lockend, &cached_state); in find_desired_extent()
H A Dextent_map.c991 lock_extent(&inode->io_tree, start, start + len - 1, NULL); in split_extent_map()
H A Dextent_io.c394 lock_extent(tree, delalloc_start, delalloc_end, &cached_state); in find_lock_delalloc_range()
2278 lock_extent(tree, start, end, &cached_state); in extent_invalidate_folio()
2939 lock_extent(&inode->io_tree, lockstart, lockend, &cached_state); in extent_fiemap()
H A Dordered-data.c1104 lock_extent(&inode->io_tree, start, end, cachedp); in btrfs_lock_and_flush_ordered_range()
H A Dextent-io-tree.c1741 int lock_extent(struct extent_io_tree *tree, u64 start, u64 end, in lock_extent() function
H A Dcompression.c404 lock_extent(tree, cur, page_end, NULL); in add_ra_bio_pages()
H A Dfree-space-cache.c341 lock_extent(&inode->io_tree, 0, (u64)-1, &cached_state); in btrfs_truncate_free_space_cache()
1417 lock_extent(&BTRFS_I(inode)->io_tree, 0, i_size_read(inode) - 1, in __btrfs_write_out_cache()
H A Dtree-log.c4242 ret = lock_extent(&log_root->log_csum_range, sums->logical, lock_end, in log_csums()
/kernel/linux/linux-5.10/fs/btrfs/
H A Dextent-io-tree.h96 static inline int lock_extent(struct extent_io_tree *tree, u64 start, u64 end) in lock_extent() function
H A Dreflink.c616 lock_extent(&BTRFS_I(inode1)->io_tree, loff1, loff1 + len - 1); in btrfs_double_extent_lock()
617 lock_extent(&BTRFS_I(inode2)->io_tree, loff2, loff2 + len - 1); in btrfs_double_extent_lock()
H A Drelocation.c1553 /* the lock_extent waits for readpage to complete */ in invalidate_extent_cache()
1554 lock_extent(&BTRFS_I(inode)->io_tree, start, end); in invalidate_extent_cache()
2634 lock_extent(&inode->io_tree, start, end); in prealloc_file_extent_cluster()
2670 lock_extent(&BTRFS_I(inode)->io_tree, start, end); in setup_extent_mapping()
2777 lock_extent(&BTRFS_I(inode)->io_tree, page_start, page_end); in relocate_file_extent_cluster()
H A Dcompression.c559 lock_extent(tree, last_offset, end); in add_ra_bio_pages()
H A Dinode.c785 lock_extent(io_tree, async_extent->start, in submit_compressed_extents()
7241 /* The callers of this must take lock_extent() */
7285 * The caller has taken lock_extent(), who could race with us in create_io_em()

Completed in 75 milliseconds