Searched refs:BTRFS_ROOT_ITEM_KEY (Results 1 – 20 of 20) sorted by relevance
236 if (!ino || BTRFS_I(inode)->location.type == BTRFS_ROOT_ITEM_KEY) in btrfs_ino()
110 found_key.type != BTRFS_ROOT_ITEM_KEY) { in btrfs_find_root()244 root_key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_find_orphan_roots()
73 key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_get_dentry()
219 case BTRFS_ROOT_ITEM_KEY: in btrfs_print_leaf()
428 if (ret > 0 && location->type == BTRFS_ROOT_ITEM_KEY && in btrfs_lookup_inode()
1325 root->root_key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_create_tree()1366 key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_create_tree()1403 root->root_key.type = BTRFS_ROOT_ITEM_KEY; in alloc_log_tree()2375 location.type = BTRFS_ROOT_ITEM_KEY; in btrfs_read_roots()3006 location.type = BTRFS_ROOT_ITEM_KEY; in open_ctree()
3716 key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_uuid_scan_kthread()3720 max_key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_uuid_scan_kthread()3731 if (key.type != BTRFS_ROOT_ITEM_KEY || in btrfs_uuid_scan_kthread()3804 } else if (key.type < BTRFS_ROOT_ITEM_KEY) { in btrfs_uuid_scan_kthread()3806 key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_uuid_scan_kthread()3809 key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_uuid_scan_kthread()3848 key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_check_uuid_tree_entry()
878 tmp_disk_key.type = BTRFS_ROOT_ITEM_KEY; in btrfsic_process_superblock_dev_mirror()1051 if (BTRFS_ROOT_ITEM_KEY == type) { in btrfsic_process_metablock()2339 BTRFS_ROOT_ITEM_KEY); in btrfsic_process_written_superblock()
589 key.type = BTRFS_ROOT_ITEM_KEY; in read_fs_root()1380 root_key.type = BTRFS_ROOT_ITEM_KEY;4342 key.type = BTRFS_ROOT_ITEM_KEY;4362 key.type != BTRFS_ROOT_ITEM_KEY)
547 key.type = BTRFS_ROOT_ITEM_KEY; in create_subvol()2073 key.type = BTRFS_ROOT_ITEM_KEY; in search_ioctl()2213 key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_search_path_in_tree()3931 location.type = BTRFS_ROOT_ITEM_KEY; in btrfs_ioctl_default_subvol()
3261 tmp.type != BTRFS_ROOT_ITEM_KEY) in log_dir_items()4991 if (di_key.type == BTRFS_ROOT_ITEM_KEY) in log_new_dir_dentries()5252 key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_recover_log_trees()5282 tmp_key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_recover_log_trees()
1687 if (key.type == BTRFS_ROOT_ITEM_KEY) { in lookup_dir_item_inode()2640 if (di_key.type != BTRFS_ROOT_ITEM_KEY && in did_create_dir()5816 key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_ioctl_send()5848 key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_ioctl_send()
542 root_key.type = BTRFS_ROOT_ITEM_KEY; in scrub_print_warning_inode()694 key.type = BTRFS_ROOT_ITEM_KEY; in scrub_fixup_readpage()4086 key.type = BTRFS_ROOT_ITEM_KEY; in copy_nocow_pages_for_inode()
323 root_key.type = BTRFS_ROOT_ITEM_KEY; in __resolve_indirect_ref()
863 location.type = BTRFS_ROOT_ITEM_KEY; in get_default_root()
2244 key.type = BTRFS_ROOT_ITEM_KEY; in record_one_backref()2427 key.type = BTRFS_ROOT_ITEM_KEY; in relink_extent_backref()4077 WARN_ON(key.type != BTRFS_ROOT_ITEM_KEY || key.objectid != objectid); in btrfs_unlink_subvol()5572 BUG_ON(location.type != BTRFS_ROOT_ITEM_KEY); in btrfs_lookup_dentry()5764 if (location.type == BTRFS_ROOT_ITEM_KEY && in btrfs_real_readdir()
1306 key.type = BTRFS_ROOT_ITEM_KEY; in create_pending_snapshot()
2351 srckey.type = BTRFS_ROOT_ITEM_KEY; in btrfs_qgroup_inherit()
298 key.type = BTRFS_ROOT_ITEM_KEY; in __btrfs_run_defrag_inode()
2022 #define BTRFS_ROOT_ITEM_KEY 132 macro