Searched refs:BTRFS_ROOT_ITEM_KEY (Results 1 – 15 of 15) sorted by relevance
273 if (!ino || inode->location.type == BTRFS_ROOT_ITEM_KEY) in btrfs_ino()
443 is_root_item = (item_key.type == BTRFS_ROOT_ITEM_KEY); in check_root_key()513 if (location_key.type == BTRFS_ROOT_ITEM_KEY) { in check_dir_item()525 location_key.type, BTRFS_ROOT_ITEM_KEY, in check_dir_item()1587 case BTRFS_ROOT_ITEM_KEY: in check_leaf_item()
248 case BTRFS_ROOT_ITEM_KEY: in btrfs_print_leaf()
409 if (ret > 0 && location->type == BTRFS_ROOT_ITEM_KEY && in btrfs_lookup_inode()
93 found_key.type != BTRFS_ROOT_ITEM_KEY) { in btrfs_find_root()
1267 root->root_key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_create_tree()1302 key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_create_tree()1329 root->root_key.type = BTRFS_ROOT_ITEM_KEY; in alloc_log_tree()1694 key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_get_root_ref()1803 key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_get_fs_root_commit_root()2440 location.type = BTRFS_ROOT_ITEM_KEY; in btrfs_read_roots()
788 tmp_disk_key.type = BTRFS_ROOT_ITEM_KEY; in btrfsic_process_superblock_dev_mirror()955 if (BTRFS_ROOT_ITEM_KEY == type) { in btrfsic_process_metablock()2113 BTRFS_ROOT_ITEM_KEY); in btrfsic_process_written_superblock()
746 root_key.type = BTRFS_ROOT_ITEM_KEY; in create_reloc_root()4168 key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_recover_relocation()4188 key.type != BTRFS_ROOT_ITEM_KEY) in btrfs_recover_relocation()
4566 key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_uuid_scan_kthread()4582 if (key.type != BTRFS_ROOT_ITEM_KEY || in btrfs_uuid_scan_kthread()4655 } else if (key.type < BTRFS_ROOT_ITEM_KEY) { in btrfs_uuid_scan_kthread()4657 key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_uuid_scan_kthread()4660 key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_uuid_scan_kthread()
3785 tmp.type != BTRFS_ROOT_ITEM_KEY) in log_dir_items()5775 if (di_key.type == BTRFS_ROOT_ITEM_KEY) in log_new_dir_dentries()6336 key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_recover_log_trees()
1592 key.type = BTRFS_ROOT_ITEM_KEY; in create_pending_snapshot()
1702 if (key.type == BTRFS_ROOT_ITEM_KEY) { in lookup_dir_item_inode()2696 if (di_key.type != BTRFS_ROOT_ITEM_KEY && in did_create_dir()
610 key.type = BTRFS_ROOT_ITEM_KEY; in create_subvol()
4247 WARN_ON(key.type != BTRFS_ROOT_ITEM_KEY || key.objectid != objectid); in btrfs_unlink_subvol()5692 location->type != BTRFS_ROOT_ITEM_KEY) { in btrfs_inode_by_name()
170 #define BTRFS_ROOT_ITEM_KEY 132 macro