Home
last modified time | relevance | path

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

/linux-4.1.27/fs/btrfs/
Dextent_io.h189 int lock_extent(struct extent_io_tree *tree, u64 start, u64 end);
Dcompression.c506 lock_extent(tree, last_offset, end); in add_ra_bio_pages()
Drelocation.c2081 lock_extent(&BTRFS_I(inode)->io_tree, start, end);
3041 lock_extent(&BTRFS_I(inode)->io_tree, start, end);
3078 lock_extent(&BTRFS_I(inode)->io_tree, start, end);
3169 lock_extent(&BTRFS_I(inode)->io_tree, page_start, page_end);
Dextent_io.c1352 int lock_extent(struct extent_io_tree *tree, u64 start, u64 end) in lock_extent() function
3140 lock_extent(tree, start, end); in __do_contiguous_readpages()
3212 lock_extent(tree, start, end); in __extent_read_full_page()
Dfile.c1443 lock_extent(&BTRFS_I(inode)->io_tree, lockstart, lockend); in check_can_nocow()
Dinode.c693 lock_extent(io_tree, async_extent->start, in submit_compressed_extents()
726 lock_extent(io_tree, async_extent->start, in submit_compressed_extents()
Dioctl.c2794 lock_extent(&BTRFS_I(inode)->io_tree, off, off + len - 1); in lock_extent_range()