• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/btrfs/

Lines Matching defs:io_tree

440 			     &BTRFS_I(inode)->io_tree,
557 struct extent_io_tree *io_tree;
569 io_tree = &BTRFS_I(inode)->io_tree;
577 lock_extent(io_tree, async_extent->start,
595 extent_write_locked_range(io_tree,
606 lock_extent(io_tree, async_extent->start,
627 unlock_extent(io_tree, async_extent->start,
676 &BTRFS_I(inode)->io_tree,
785 &BTRFS_I(inode)->io_tree,
866 extent_clear_unlock_delalloc(inode, &BTRFS_I(inode)->io_tree,
940 clear_extent_bit(&BTRFS_I(inode)->io_tree, start, end, EXTENT_LOCKED,
1195 extent_clear_unlock_delalloc(inode, &BTRFS_I(inode)->io_tree,
1479 return set_extent_delalloc(&BTRFS_I(inode)->io_tree, start, end,
1512 lock_extent_bits(&BTRFS_I(inode)->io_tree, page_start, page_end, 0,
1521 unlock_extent_cached(&BTRFS_I(inode)->io_tree, page_start,
1532 unlock_extent_cached(&BTRFS_I(inode)->io_tree, page_start, page_end,
1661 struct extent_io_tree *io_tree = &BTRFS_I(inode)->io_tree;
1685 lock_extent_bits(io_tree, ordered_extent->file_offset,
1716 unlock_extent_cached(io_tree, ordered_extent->file_offset,
1820 spin_lock(&BTRFS_I(inode)->io_tree.lock);
1821 state = find_first_extent_bit_state(&BTRFS_I(inode)->io_tree,
1826 spin_unlock(&BTRFS_I(inode)->io_tree.lock);
1849 BTRFS_I(inode)->io_tree.ops->submit_bio_hook(inode, rw, bio,
1897 struct extent_io_tree *io_tree = &BTRFS_I(inode)->io_tree;
1913 test_range_bit(io_tree, start, end, EXTENT_NODATASUM, 1, NULL)) {
1914 clear_extent_bits(io_tree, start, end, EXTENT_NODATASUM,
1923 ret = get_state_private(io_tree, start, &private);
2460 BTRFS_I(inode)->io_tree.ops = &btrfs_extent_io_ops;
3204 struct extent_io_tree *io_tree = &BTRFS_I(inode)->io_tree;
3248 lock_extent_bits(io_tree, page_start, page_end, 0, &cached_state,
3254 unlock_extent_cached(io_tree, page_start, page_end,
3263 clear_extent_bit(&BTRFS_I(inode)->io_tree, page_start, page_end,
3270 unlock_extent_cached(io_tree, page_start, page_end,
3284 unlock_extent_cached(io_tree, page_start, page_end, &cached_state,
3300 struct extent_io_tree *io_tree = &BTRFS_I(inode)->io_tree;
3318 lock_extent_bits(io_tree, hole_start, block_end - 1, 0,
3323 unlock_extent_cached(io_tree, hole_start, block_end - 1,
3370 unlock_extent_cached(io_tree, hole_start, block_end - 1, &cached_state,
4511 BTRFS_I(inode)->io_tree.ops = &btrfs_extent_io_ops;
4741 struct extent_io_tree *io_tree = &BTRFS_I(inode)->io_tree;
4921 set_extent_uptodate(io_tree, em->start,
5203 unlock_extent(&BTRFS_I(inode)->io_tree, start,
5269 clear_extent_bit(&BTRFS_I(inode)->io_tree, start, start + len - 1,
5336 unlock_extent(&BTRFS_I(inode)->io_tree, dip->logical_offset,
5380 lock_extent_bits(&BTRFS_I(inode)->io_tree, ordered->file_offset,
5415 unlock_extent_cached(&BTRFS_I(inode)->io_tree, ordered->file_offset,
5587 lock_extent_bits(&BTRFS_I(inode)->io_tree, lockstart, lockend,
5598 unlock_extent_cached(&BTRFS_I(inode)->io_tree, lockstart, lockend,
5611 ret = set_extent_bit(&BTRFS_I(inode)->io_tree, lockstart, lockend,
5615 clear_extent_bit(&BTRFS_I(inode)->io_tree, lockstart,
5631 clear_extent_bit(&BTRFS_I(inode)->io_tree, offset,
5640 clear_extent_bit(&BTRFS_I(inode)->io_tree, offset + ret,
5659 tree = &BTRFS_I(page->mapping->host)->io_tree;
5673 tree = &BTRFS_I(page->mapping->host)->io_tree;
5682 tree = &BTRFS_I(mapping->host)->io_tree;
5691 tree = &BTRFS_I(mapping->host)->io_tree;
5701 tree = &BTRFS_I(page->mapping->host)->io_tree;
5737 tree = &BTRFS_I(page->mapping->host)->io_tree;
5801 struct extent_io_tree *io_tree = &BTRFS_I(inode)->io_tree;
5834 lock_extent_bits(io_tree, page_start, page_end, 0, &cached_state,
5844 unlock_extent_cached(io_tree, page_start, page_end,
5852 clear_extent_bit(&BTRFS_I(inode)->io_tree, page_start, page_end,
5859 unlock_extent_cached(io_tree, page_start, page_end,
5885 unlock_extent_cached(io_tree, page_start, page_end, &cached_state, GFP_NOFS);
6063 extent_io_tree_init(&ei->io_tree, &inode->i_data, GFP_NOFS);
6498 BTRFS_I(inode)->io_tree.ops = &btrfs_extent_io_ops;
6652 lock_extent_bits(&BTRFS_I(inode)->io_tree, alloc_start,
6660 unlock_extent_cached(&BTRFS_I(inode)->io_tree,
6704 unlock_extent_cached(&BTRFS_I(inode)->io_tree, alloc_start, locked_end,