Searched refs:lock_extent (Results 1 - 7 of 7) sorted by relevance
/linux-4.1.27/fs/btrfs/ |
H A D | extent_io.h | 189 int lock_extent(struct extent_io_tree *tree, u64 start, u64 end);
|
H A D | relocation.c | 2080 /* the lock_extent waits for readpage to complete */ invalidate_extent_cache() 2081 lock_extent(&BTRFS_I(inode)->io_tree, start, end); invalidate_extent_cache() 3041 lock_extent(&BTRFS_I(inode)->io_tree, start, end); prealloc_file_extent_cluster() 3078 lock_extent(&BTRFS_I(inode)->io_tree, start, end); setup_extent_mapping() 3169 lock_extent(&BTRFS_I(inode)->io_tree, page_start, page_end); relocate_file_extent_cluster()
|
H A D | compression.c | 506 lock_extent(tree, last_offset, end); add_ra_bio_pages()
|
H A D | extent_io.c | 1352 int lock_extent(struct extent_io_tree *tree, u64 start, u64 end) lock_extent() function 3140 lock_extent(tree, start, end); __do_contiguous_readpages() 3212 lock_extent(tree, start, end); __extent_read_full_page()
|
H A D | file.c | 1443 lock_extent(&BTRFS_I(inode)->io_tree, lockstart, lockend); check_can_nocow()
|
H A D | inode.c | 693 lock_extent(io_tree, async_extent->start, submit_compressed_extents() 726 lock_extent(io_tree, async_extent->start, submit_compressed_extents()
|
H A D | ioctl.c | 2794 lock_extent(&BTRFS_I(inode)->io_tree, off, off + len - 1); lock_extent_range()
|
Completed in 230 milliseconds