Searched refs:unlock_extent (Results 1 – 7 of 7) sorted by relevance
/linux-2.6.39/fs/btrfs/ |
D | compression.c | 502 unlock_extent(tree, last_offset, end, GFP_NOFS); in add_ra_bio_pages() 530 unlock_extent(tree, last_offset, end, GFP_NOFS); in add_ra_bio_pages()
|
D | ioctl.c | 692 unlock_extent(io_tree, start, start + len - 1, GFP_NOFS); in should_defrag_range() 840 unlock_extent(io_tree, page_start, page_end, GFP_NOFS); in btrfs_defrag_file() 861 unlock_extent(io_tree, page_start, page_end, GFP_NOFS); in btrfs_defrag_file() 1921 unlock_extent(&BTRFS_I(src)->io_tree, off, off+len, GFP_NOFS); in btrfs_ioctl_clone() 2128 unlock_extent(&BTRFS_I(src)->io_tree, off, off+len, GFP_NOFS); in btrfs_ioctl_clone()
|
D | extent_io.h | 183 int unlock_extent(struct extent_io_tree *tree, u64 start, u64 end, gfp_t mask);
|
D | extent_io.c | 1024 int unlock_extent(struct extent_io_tree *tree, u64 start, u64 end, gfp_t mask) in unlock_extent() function 2024 unlock_extent(tree, start, end, GFP_NOFS); in __extent_read_full_page() 2061 unlock_extent(tree, cur, end, GFP_NOFS); in __extent_read_full_page() 2113 unlock_extent(tree, cur, cur + iosize - 1, GFP_NOFS); in __extent_read_full_page() 2123 unlock_extent(tree, cur, cur + iosize - 1, GFP_NOFS); in __extent_read_full_page()
|
D | relocation.c | 1580 unlock_extent(&BTRFS_I(inode)->io_tree, 1950 unlock_extent(&BTRFS_I(inode)->io_tree, start, end, GFP_NOFS); 2852 unlock_extent(&BTRFS_I(inode)->io_tree, start, end, GFP_NOFS); 2895 unlock_extent(&BTRFS_I(inode)->io_tree, start, end, GFP_NOFS); 2989 unlock_extent(&BTRFS_I(inode)->io_tree,
|
D | extent-tree.c | 6658 unlock_extent(io_tree, page_start, page_end, GFP_NOFS); 6675 unlock_extent(io_tree, page_start, page_end, GFP_NOFS); 6720 unlock_extent(&BTRFS_I(reloc_inode)->io_tree, start, end, GFP_NOFS); 7152 unlock_extent(&BTRFS_I(inode)->io_tree, lock_start, 7221 unlock_extent(&BTRFS_I(inode)->io_tree, 7268 unlock_extent(&BTRFS_I(inode)->io_tree, 7396 unlock_extent(&BTRFS_I(inode)->io_tree, lock_start, 7413 unlock_extent(&BTRFS_I(inode)->io_tree, lock_start,
|
D | inode.c | 638 unlock_extent(io_tree, async_extent->start, in submit_compressed_extents() 5666 unlock_extent(&BTRFS_I(inode)->io_tree, start, in btrfs_get_blocks_direct() 5806 unlock_extent(&BTRFS_I(inode)->io_tree, dip->logical_offset, in btrfs_endio_direct_read()
|