Home
last modified time | relevance | path

Searched refs:lock_extent (Results 1 – 7 of 7) sorted by relevance

/linux-4.4.14/fs/btrfs/
Dextent_io.h202 int lock_extent(struct extent_io_tree *tree, u64 start, u64 end);
Dcompression.c502 lock_extent(tree, last_offset, end); in add_ra_bio_pages()
Drelocation.c2083 lock_extent(&BTRFS_I(inode)->io_tree, start, end);
3047 lock_extent(&BTRFS_I(inode)->io_tree, start, end);
3084 lock_extent(&BTRFS_I(inode)->io_tree, start, end);
3175 lock_extent(&BTRFS_I(inode)->io_tree, page_start, page_end);
Dextent_io.c1420 int lock_extent(struct extent_io_tree *tree, u64 start, u64 end) in lock_extent() function
3211 lock_extent(tree, start, end); in __do_contiguous_readpages()
3283 lock_extent(tree, start, end); in __extent_read_full_page()
Dfile.c1453 lock_extent(&BTRFS_I(inode)->io_tree, lockstart, lockend); in check_can_nocow()
Dinode.c700 lock_extent(io_tree, async_extent->start, in submit_compressed_extents()
733 lock_extent(io_tree, async_extent->start, in submit_compressed_extents()
Dioctl.c2850 lock_extent(&BTRFS_I(inode)->io_tree, off, off + len - 1); in lock_extent_range()