Searched refs:search_extent_mapping (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/fs/btrfs/ |
D | extent_map.h | 182 struct extent_map *search_extent_mapping(struct extent_map_tree *tree,
|
D | extent_map.c | 569 struct extent_map *search_extent_mapping(struct extent_map_tree *tree, in search_extent_mapping() function 723 existing = search_extent_mapping(&inode->extent_tree, start, len); in btrfs_add_extent_mapping()
|
D | zoned.c | 1783 em = search_extent_mapping(em_tree, ordered->file_offset, in btrfs_rewrite_logical_zoned()
|
D | inode.c | 1299 em = search_extent_mapping(em_tree, start, num_bytes); in btrfs_get_extent_allocation_hint() 1308 em = search_extent_mapping(em_tree, 0, 0); in btrfs_get_extent_allocation_hint()
|