Searched refs:BTRFS_ROOT_ITEM_KEY (Results 1 – 18 of 18) sorted by relevance
40 search_key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_find_last_root()59 found_key.type != BTRFS_ROOT_ITEM_KEY) { in btrfs_find_last_root()148 btrfs_set_key_type(&key, BTRFS_ROOT_ITEM_KEY); in btrfs_find_dead_roots()171 if (btrfs_key_type(&key) != BTRFS_ROOT_ITEM_KEY) in btrfs_find_dead_roots()227 root_key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_find_orphan_roots()
185 if (!ino || BTRFS_I(inode)->location.type == BTRFS_ROOT_ITEM_KEY) in btrfs_ino()
224 if (ret > 0 && btrfs_key_type(location) == BTRFS_ROOT_ITEM_KEY && in btrfs_lookup_inode()
81 btrfs_set_key_type(&key, BTRFS_ROOT_ITEM_KEY); in btrfs_get_dentry()
209 case BTRFS_ROOT_ITEM_KEY: in btrfs_print_leaf()
420 btrfs_set_key_type(&key, BTRFS_ROOT_ITEM_KEY); in create_subvol()1730 key.type = BTRFS_ROOT_ITEM_KEY; in search_ioctl()1825 key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_search_path_in_tree()2747 location.type = BTRFS_ROOT_ITEM_KEY; in btrfs_ioctl_default_subvol()
869 tmp_disk_key.type = BTRFS_ROOT_ITEM_KEY; in btrfsic_process_superblock_dev_mirror()1022 if (BTRFS_ROOT_ITEM_KEY == type) { in btrfsic_process_metablock()2176 tmp_disk_key.type = BTRFS_ROOT_ITEM_KEY; in btrfsic_process_written_superblock()
586 key.type = BTRFS_ROOT_ITEM_KEY; in read_fs_root()1303 root_key.type = BTRFS_ROOT_ITEM_KEY;4151 key.type = BTRFS_ROOT_ITEM_KEY;4171 key.type != BTRFS_ROOT_ITEM_KEY)
285 root_key.type = BTRFS_ROOT_ITEM_KEY; in scrub_print_warning_inode()428 key.type = BTRFS_ROOT_ITEM_KEY; in scrub_fixup_readpage()
686 location.type = BTRFS_ROOT_ITEM_KEY; in get_default_root()
139 root_key.type = BTRFS_ROOT_ITEM_KEY; in __resolve_indirect_ref()
935 key.type = BTRFS_ROOT_ITEM_KEY; in create_pending_snapshot()
3251 btrfs_set_key_type(&key, BTRFS_ROOT_ITEM_KEY); in btrfs_recover_log_trees()3282 tmp_key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_recover_log_trees()
577 root_key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_get_fs_root()
1243 root->root_key.type = BTRFS_ROOT_ITEM_KEY; in alloc_log_tree()2463 location.type = BTRFS_ROOT_ITEM_KEY; in open_ctree()
240 btrfs_set_key_type(&key, BTRFS_ROOT_ITEM_KEY); in btrfs_run_defrag_inodes()
3068 WARN_ON(key.type != BTRFS_ROOT_ITEM_KEY || key.objectid != objectid); in btrfs_unlink_subvol()4130 BUG_ON(location.type != BTRFS_ROOT_ITEM_KEY); in btrfs_lookup_dentry()4332 if (location.type == BTRFS_ROOT_ITEM_KEY && in btrfs_real_readdir()
1467 #define BTRFS_ROOT_ITEM_KEY 132 macro