Searched refs:BTRFS_ROOT_ITEM_KEY (Results 1 – 20 of 20) sorted by relevance
232 if (!ino || BTRFS_I(inode)->location.type == BTRFS_ROOT_ITEM_KEY) in btrfs_ino()
111 found_key.type != BTRFS_ROOT_ITEM_KEY) { in btrfs_find_root()245 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()
1334 root->root_key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_create_tree()1375 key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_create_tree()1412 root->root_key.type = BTRFS_ROOT_ITEM_KEY; in alloc_log_tree()2424 location.type = BTRFS_ROOT_ITEM_KEY; in btrfs_read_roots()3072 location.type = BTRFS_ROOT_ITEM_KEY; in open_ctree()
4005 key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_uuid_scan_kthread()4009 max_key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_uuid_scan_kthread()4020 if (key.type != BTRFS_ROOT_ITEM_KEY || in btrfs_uuid_scan_kthread()4093 } else if (key.type < BTRFS_ROOT_ITEM_KEY) { in btrfs_uuid_scan_kthread()4095 key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_uuid_scan_kthread()4098 key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_uuid_scan_kthread()4137 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;4349 key.type = BTRFS_ROOT_ITEM_KEY;4369 key.type != BTRFS_ROOT_ITEM_KEY)
3369 tmp.type != BTRFS_ROOT_ITEM_KEY) in log_dir_items()5093 if (di_key.type == BTRFS_ROOT_ITEM_KEY) in log_new_dir_dentries()5472 key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_recover_log_trees()5502 tmp_key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_recover_log_trees()
1694 if (key.type == BTRFS_ROOT_ITEM_KEY) { in lookup_dir_item_inode()2670 if (di_key.type != BTRFS_ROOT_ITEM_KEY && in did_create_dir()6065 key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_ioctl_send()6097 key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_ioctl_send()
548 key.type = BTRFS_ROOT_ITEM_KEY; in create_subvol()2088 key.type = BTRFS_ROOT_ITEM_KEY; in search_ioctl()2228 key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_search_path_in_tree()4096 location.type = BTRFS_ROOT_ITEM_KEY; in btrfs_ioctl_default_subvol()
534 root_key.type = BTRFS_ROOT_ITEM_KEY; in scrub_print_warning_inode()686 key.type = BTRFS_ROOT_ITEM_KEY; in scrub_fixup_readpage()4264 key.type = BTRFS_ROOT_ITEM_KEY; in copy_nocow_pages_for_inode()
353 root_key.type = BTRFS_ROOT_ITEM_KEY; in __resolve_indirect_ref()
916 key.type = BTRFS_ROOT_ITEM_KEY; in get_subvol_name_from_objectid()
2266 key.type = BTRFS_ROOT_ITEM_KEY; in record_one_backref()2449 key.type = BTRFS_ROOT_ITEM_KEY; in relink_extent_backref()4116 WARN_ON(key.type != BTRFS_ROOT_ITEM_KEY || key.objectid != objectid); in btrfs_unlink_subvol()5643 BUG_ON(location.type != BTRFS_ROOT_ITEM_KEY); in btrfs_lookup_dentry()5835 if (location.type == BTRFS_ROOT_ITEM_KEY && in btrfs_real_readdir()
1357 key.type = BTRFS_ROOT_ITEM_KEY; in create_pending_snapshot()
1901 srckey.type = BTRFS_ROOT_ITEM_KEY; in btrfs_qgroup_inherit()
298 key.type = BTRFS_ROOT_ITEM_KEY; in __btrfs_run_defrag_inode()
2052 #define BTRFS_ROOT_ITEM_KEY 132 macro