Searched refs:BTRFS_ROOT_ITEM_KEY (Results 1 – 19 of 19) sorted by relevance
415 key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_uuid_scan_kthread()431 if (key.type != BTRFS_ROOT_ITEM_KEY || in btrfs_uuid_scan_kthread()504 } else if (key.type < BTRFS_ROOT_ITEM_KEY) { in btrfs_uuid_scan_kthread()506 key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_uuid_scan_kthread()509 key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_uuid_scan_kthread()
829 .type = BTRFS_ROOT_ITEM_KEY, in btrfs_csum_root()840 .type = BTRFS_ROOT_ITEM_KEY, in btrfs_extent_root()869 root->root_key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_create_tree()904 key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_create_tree()927 root->root_key.type = BTRFS_ROOT_ITEM_KEY; in alloc_log_tree()1167 .type = BTRFS_ROOT_ITEM_KEY, in btrfs_get_global_root()1350 key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_get_root_ref()1469 key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_get_fs_root_commit_root()2125 .type = BTRFS_ROOT_ITEM_KEY, in load_global_roots_objectid()2236 location.type = BTRFS_ROOT_ITEM_KEY; in btrfs_read_roots()
469 is_root_item = (item_key.type == BTRFS_ROOT_ITEM_KEY); in check_root_key()553 if (location_key.type == BTRFS_ROOT_ITEM_KEY) { in check_dir_item()565 location_key.type, BTRFS_ROOT_ITEM_KEY, in check_dir_item()1912 case BTRFS_ROOT_ITEM_KEY: in check_leaf_item()
29 .type = BTRFS_ROOT_ITEM_KEY, in btrfs_free_space_root()1257 .type = BTRFS_ROOT_ITEM_KEY, in btrfs_delete_free_space_tree()1310 .type = BTRFS_ROOT_ITEM_KEY, in btrfs_rebuild_free_space_tree()
278 case BTRFS_ROOT_ITEM_KEY: in btrfs_print_leaf()
103 found_key.type != BTRFS_ROOT_ITEM_KEY) { in btrfs_find_root()
408 if (ret > 0 && location->type == BTRFS_ROOT_ITEM_KEY && in btrfs_lookup_inode()
590 root_key.type = BTRFS_ROOT_ITEM_KEY; in create_reloc_root()4108 key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_recover_relocation()4127 key.type != BTRFS_ROOT_ITEM_KEY) in btrfs_recover_relocation()
3782 if (di_key.type != BTRFS_ROOT_ITEM_KEY) in process_dir_items_leaf()5498 if (di_key.type == BTRFS_ROOT_ITEM_KEY) in log_new_dir_dentries()6339 if (key.type == BTRFS_ROOT_ITEM_KEY) in log_new_delayed_dentries()7218 key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_recover_log_trees()
1699 key.type = BTRFS_ROOT_ITEM_KEY; in create_pending_snapshot()
1995 if (key.type == BTRFS_ROOT_ITEM_KEY) { in lookup_dir_item_inode()3000 if (di_key.type != BTRFS_ROOT_ITEM_KEY && in did_create_dir()
1755 key.type = BTRFS_ROOT_ITEM_KEY; in can_delete_qgroup()
4434 WARN_ON(key.type != BTRFS_ROOT_ITEM_KEY || key.objectid != objectid); in btrfs_unlink_subvol()5500 location->type != BTRFS_ROOT_ITEM_KEY) { in btrfs_inode_by_name()
618 key.type = BTRFS_ROOT_ITEM_KEY; in create_subvol()
493 root->root_key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_test_qgroups()
451 root->root_key.type = BTRFS_ROOT_ITEM_KEY; in run_test()
1040 root->root_key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_test_free_space_cache()
1107 root->root_key.type = BTRFS_ROOT_ITEM_KEY; in run_test()
195 #define BTRFS_ROOT_ITEM_KEY 132 macro