Searched refs:BTRFS_ROOT_ITEM_KEY (Results 1 – 20 of 20) sorted by relevance
95 found_key.type != BTRFS_ROOT_ITEM_KEY) { in btrfs_find_root()228 root_key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_find_orphan_roots()
232 if (!ino || inode->location.type == BTRFS_ROOT_ITEM_KEY) in btrfs_ino()
75 key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_get_dentry()
216 case BTRFS_ROOT_ITEM_KEY: in btrfs_print_leaf()
415 if (ret > 0 && location->type == BTRFS_ROOT_ITEM_KEY && in btrfs_lookup_inode()
663 key.type = BTRFS_ROOT_ITEM_KEY; in create_subvol()2175 key.type = BTRFS_ROOT_ITEM_KEY; in search_ioctl()2310 key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_search_path_in_tree()2404 key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_search_path_in_tree_user()2649 key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_ioctl_get_subvol_info()3981 location.type = BTRFS_ROOT_ITEM_KEY; in btrfs_ioctl_default_subvol()
1258 root->root_key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_create_tree()1289 key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_create_tree()1323 root->root_key.type = BTRFS_ROOT_ITEM_KEY; in alloc_log_tree()2319 location.type = BTRFS_ROOT_ITEM_KEY; in btrfs_read_roots()3211 location.type = BTRFS_ROOT_ITEM_KEY; in open_ctree()
849 tmp_disk_key.type = BTRFS_ROOT_ITEM_KEY; in btrfsic_process_superblock_dev_mirror()1017 if (BTRFS_ROOT_ITEM_KEY == type) { in btrfsic_process_metablock()2227 BTRFS_ROOT_ITEM_KEY); in btrfsic_process_written_superblock()
4430 key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_uuid_scan_kthread()4442 if (key.type != BTRFS_ROOT_ITEM_KEY || in btrfs_uuid_scan_kthread()4514 } else if (key.type < BTRFS_ROOT_ITEM_KEY) { in btrfs_uuid_scan_kthread()4516 key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_uuid_scan_kthread()4519 key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_uuid_scan_kthread()4558 key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_check_uuid_tree_entry()
584 key.type = BTRFS_ROOT_ITEM_KEY; in read_fs_root()1365 root_key.type = BTRFS_ROOT_ITEM_KEY; in create_reloc_root()4467 key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_recover_relocation()4487 key.type != BTRFS_ROOT_ITEM_KEY) in btrfs_recover_relocation()
1262 case BTRFS_ROOT_ITEM_KEY: in check_leaf_item()
3702 tmp.type != BTRFS_ROOT_ITEM_KEY) in log_dir_items()5698 if (di_key.type == BTRFS_ROOT_ITEM_KEY) in log_new_dir_dentries()6281 key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_recover_log_trees()6311 tmp_key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_recover_log_trees()
1698 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()7167 key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_ioctl_send()7206 key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_ioctl_send()
518 root_key.type = BTRFS_ROOT_ITEM_KEY; in resolve_indirect_ref()
1078 key.type = BTRFS_ROOT_ITEM_KEY; in get_subvol_name_from_objectid()
1445 key.type = BTRFS_ROOT_ITEM_KEY; in create_pending_snapshot()
2473 key.type = BTRFS_ROOT_ITEM_KEY; in record_one_backref()2655 key.type = BTRFS_ROOT_ITEM_KEY; in relink_extent_backref()4230 WARN_ON(key.type != BTRFS_ROOT_ITEM_KEY || key.objectid != objectid); in btrfs_unlink_subvol()5577 location->type != BTRFS_ROOT_ITEM_KEY) { in btrfs_inode_by_name()
285 key.type = BTRFS_ROOT_ITEM_KEY; in __btrfs_run_defrag_inode()
654 root_key.type = BTRFS_ROOT_ITEM_KEY; in scrub_print_warning_inode()
142 #define BTRFS_ROOT_ITEM_KEY 132 macro