Searched refs:unlock_extent (Results 1 - 13 of 13) sorted by relevance

/linux-master/fs/btrfs/
H A Dextent-io-tree.h169 static inline int unlock_extent(struct extent_io_tree *tree, u64 start, u64 end, function
H A Ddefrag.c792 unlock_extent(io_tree, start, end, &cached);
906 unlock_extent(&inode->io_tree, page_start, page_end,
1250 goto unlock_extent;
1263 unlock_extent:
1264 unlock_extent(&inode->io_tree, start_index << PAGE_SHIFT,
H A Dinode.c1642 unlock_extent(&inode->io_tree, start, end, NULL);
2785 unlock_extent(&inode->io_tree, page_start, page_end,
2812 unlock_extent(&inode->io_tree, page_start, page_end, &cached_state);
4812 unlock_extent(io_tree, block_start, block_end, &cached_state);
4827 unlock_extent(io_tree, block_start, block_end, &cached_state);
4846 unlock_extent(io_tree, block_start, block_end, &cached_state);
5010 unlock_extent(io_tree, hole_start, block_end - 1, &cached_state);
7254 unlock_extent(io_tree, lockstart, lockend, cached_state);
7703 unlock_extent(&BTRFS_I(inode)->io_tree, lockstart, lockend,
7729 unlock_extent(
[all...]
H A Dfile.c1018 unlock_extent(&inode->io_tree, start_pos, last_pos,
1103 unlock_extent(&inode->io_tree, lockstart, lockend, &cached_state);
1396 unlock_extent(&BTRFS_I(inode)->io_tree, lockstart,
2241 unlock_extent(&BTRFS_I(inode)->io_tree, lockstart, lockend,
2740 unlock_extent(&BTRFS_I(inode)->io_tree, lockstart, lockend,
3011 unlock_extent(&BTRFS_I(inode)->io_tree, lockstart,
3019 unlock_extent(&BTRFS_I(inode)->io_tree, lockstart, lockend,
3220 unlock_extent(&BTRFS_I(inode)->io_tree, alloc_start, locked_end,
3685 unlock_extent(&inode->io_tree, lockstart, lockend, &cached_state);
H A Dextent_io.c400 unlock_extent(tree, delalloc_start, delalloc_end,
558 unlock_extent(tree, processed->start, processed->end, &cached);
1012 unlock_extent(tree, start, end, NULL);
1036 unlock_extent(tree, cur, cur + iosize - 1, NULL);
1042 unlock_extent(tree, cur, end, NULL);
1111 unlock_extent(tree, cur, cur + iosize - 1, NULL);
1119 unlock_extent(tree, cur, cur + iosize - 1, NULL);
2319 unlock_extent(tree, start, end, &cached_state);
3274 unlock_extent(&inode->io_tree, range_start, range_end, &cached_state);
H A Dordered-data.c1104 unlock_extent(&inode->io_tree, start, end, cachedp);
1130 unlock_extent(&inode->io_tree, start, end, cached_state);
H A Dreflink.c622 unlock_extent(&BTRFS_I(inode1)->io_tree, loff1, loff1 + len - 1, NULL);
623 unlock_extent(&BTRFS_I(inode2)->io_tree, loff2, loff2 + len - 1, NULL);
H A Dcompression.c510 unlock_extent(tree, cur, page_end, NULL);
530 unlock_extent(tree, cur, page_end, NULL);
H A Drelocation.c1138 unlock_extent(&BTRFS_I(inode)->io_tree,
1585 unlock_extent(&BTRFS_I(inode)->io_tree, start, end, &cached_state);
2928 unlock_extent(&inode->io_tree, start, end, &cached_state);
2959 unlock_extent(&BTRFS_I(inode)->io_tree, start, end, &cached_state);
3095 unlock_extent(&BTRFS_I(inode)->io_tree, clamped_start, clamped_end,
H A Dextent_map.c1020 unlock_extent(&inode->io_tree, start, start + len - 1, NULL);
H A Dfree-space-cache.c356 unlock_extent(&inode->io_tree, 0, (u64)-1, &cached_state);
1294 unlock_extent(&BTRFS_I(inode)->io_tree, 0, i_size_read(inode) - 1,
1475 unlock_extent(&BTRFS_I(inode)->io_tree, 0, i_size_read(inode) - 1,
H A Dtree-log.c4316 unlock_extent(&log_root->log_csum_range, sums->logical, lock_end,
/linux-master/fs/btrfs/tests/
H A Dextent-io-tests.c194 unlock_extent(tmp, start, end, NULL);
230 unlock_extent(tmp, start, end, NULL);
285 unlock_extent(tmp, start, end, NULL);

Completed in 254 milliseconds