Home
last modified time | relevance | path

Searched refs:found_root (Results 1 – 2 of 2) sorted by relevance

/fs/partitions/
Dmac.c38 int found_root = 0; in mac_partition() local
116 found_root = blk; in mac_partition()
126 note_bootable_part(bdev->bd_dev, found_root, found_root_goodness); in mac_partition()
/fs/btrfs/
Dextent-tree.c5815 struct btrfs_root *found_root; in relocate_one_extent() local
5856 found_root = read_ref_root(extent_root->fs_info, ref_path); in relocate_one_extent()
5857 BUG_ON(!found_root); in relocate_one_extent()
5862 if (found_root->ref_cows && in relocate_one_extent()
5863 ref_path->root_generation != found_root->root_key.offset) in relocate_one_extent()
5887 u64 block_size = btrfs_level_size(found_root, level); in relocate_one_extent()
5889 eb = read_tree_block(found_root, block_start, in relocate_one_extent()
5905 btrfs_record_root_in_trans(found_root); in relocate_one_extent()
5913 ret = relocate_one_path(trans, found_root, in relocate_one_extent()
5937 ret = replace_one_extent(trans, found_root, in relocate_one_extent()
[all …]