Searched refs:btrfs_find_first_extent_bit (Results 1 – 10 of 10) sorted by relevance
| /linux/fs/btrfs/ |
| H A D | extent-io-tree.h | 212 bool btrfs_find_first_extent_bit(struct extent_io_tree *tree, u64 start,
|
| H A D | transaction.c | 1139 while (btrfs_find_first_extent_bit(dirty_pages, start, &start, &end, in btrfs_write_marked_extents() 1191 while (btrfs_find_first_extent_bit(dirty_pages, start, &start, &end, in __btrfs_wait_marked_extents()
|
| H A D | dev-replace.c | 795 while (btrfs_find_first_extent_bit(&srcdev->alloc_state, start, in btrfs_set_target_alloc_state()
|
| H A D | disk-io.c | 4156 while (btrfs_find_first_extent_bit(&trans->dirty_pages, cur, in warn_about_uncommitted_trans() 4624 while (btrfs_find_first_extent_bit(dirty_pages, start, &start, &end, in btrfs_destroy_all_delalloc_inodes() 4659 if (!btrfs_find_first_extent_bit(unpin, 0, &start, &end, in btrfs_destroy_pinned_extent()
|
| H A D | extent-io-tree.c | 889 bool btrfs_find_first_extent_bit(struct extent_io_tree *tree, u64 start, in btrfs_find_first_extent_bit() function
|
| H A D | extent-tree.c | 2835 btrfs_find_first_extent_bit(unpin, 0, &start, &end, EXTENT_DIRTY, &cached_state); in btrfs_finish_extent_commit() 2872 btrfs_find_first_extent_bit(unpin, 0, &start, &end, in btrfs_finish_extent_commit()
|
| H A D | block-group.c | 541 if (!btrfs_find_first_extent_bit(&info->excluded_extents, start, in btrfs_add_new_free_space()
|
| H A D | free-space-cache.c | 1221 if (!btrfs_find_first_extent_bit(unpin, start, in write_pinned_extent_entries()
|
| H A D | relocation.c | 3401 block_found = btrfs_find_first_extent_bit(&rc->processed_blocks, in find_next_extent()
|
| H A D | volumes.c | 1516 if (btrfs_find_first_extent_bit(&device->alloc_state, *start, in contains_pending_extent()
|