Searched refs:BTRFS_ROOT_ITEM_KEY (Results 1 – 20 of 20) sorted by relevance
82 search_key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_find_last_root()101 found_key.type != BTRFS_ROOT_ITEM_KEY) { in btrfs_find_last_root()234 btrfs_set_key_type(&key, BTRFS_ROOT_ITEM_KEY); in btrfs_find_dead_roots()257 if (btrfs_key_type(&key) != BTRFS_ROOT_ITEM_KEY) in btrfs_find_dead_roots()313 root_key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_find_orphan_roots()
190 if (!ino || BTRFS_I(inode)->location.type == BTRFS_ROOT_ITEM_KEY) in btrfs_ino()
209 case BTRFS_ROOT_ITEM_KEY: in btrfs_print_leaf()
74 btrfs_set_key_type(&key, BTRFS_ROOT_ITEM_KEY); in btrfs_get_dentry()
488 if (ret > 0 && btrfs_key_type(location) == BTRFS_ROOT_ITEM_KEY && in btrfs_lookup_inode()
1299 root->root_key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_create_tree()1344 key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_create_tree()1380 root->root_key.type = BTRFS_ROOT_ITEM_KEY; in alloc_log_tree()2820 location.type = BTRFS_ROOT_ITEM_KEY; in open_ctree()
474 btrfs_set_key_type(&key, BTRFS_ROOT_ITEM_KEY); in create_subvol()1878 key.type = BTRFS_ROOT_ITEM_KEY; in search_ioctl()1973 key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_search_path_in_tree()2945 location.type = BTRFS_ROOT_ITEM_KEY; in btrfs_ioctl_default_subvol()
879 tmp_disk_key.type = BTRFS_ROOT_ITEM_KEY; in btrfsic_process_superblock_dev_mirror()1055 if (BTRFS_ROOT_ITEM_KEY == type) { in btrfsic_process_metablock()2437 tmp_disk_key.type = BTRFS_ROOT_ITEM_KEY; in btrfsic_process_written_superblock()
439 root_key.type = BTRFS_ROOT_ITEM_KEY; in scrub_print_warning_inode()591 key.type = BTRFS_ROOT_ITEM_KEY; in scrub_fixup_readpage()3219 key.type = BTRFS_ROOT_ITEM_KEY; in copy_nocow_pages_for_inode()
585 key.type = BTRFS_ROOT_ITEM_KEY; in read_fs_root()1314 root_key.type = BTRFS_ROOT_ITEM_KEY;4257 key.type = BTRFS_ROOT_ITEM_KEY;4277 key.type != BTRFS_ROOT_ITEM_KEY)
738 location.type = BTRFS_ROOT_ITEM_KEY; in get_default_root()
278 root_key.type = BTRFS_ROOT_ITEM_KEY; in __resolve_indirect_ref()
2078 key.type = BTRFS_ROOT_ITEM_KEY; in record_one_backref()2253 key.type = BTRFS_ROOT_ITEM_KEY; in relink_extent_backref()3935 WARN_ON(key.type != BTRFS_ROOT_ITEM_KEY || key.objectid != objectid); in btrfs_unlink_subvol()5075 BUG_ON(location.type != BTRFS_ROOT_ITEM_KEY); in btrfs_lookup_dentry()5272 if (location.type == BTRFS_ROOT_ITEM_KEY && in btrfs_real_readdir()
1110 key.type = BTRFS_ROOT_ITEM_KEY; in create_pending_snapshot()
547 root_key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_get_fs_root()
3998 btrfs_set_key_type(&key, BTRFS_ROOT_ITEM_KEY); in btrfs_recover_log_trees()4029 tmp_key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_recover_log_trees()
1605 srckey.type = BTRFS_ROOT_ITEM_KEY; in btrfs_qgroup_inherit()
4663 key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_ioctl_send()4682 key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_ioctl_send()
302 btrfs_set_key_type(&key, BTRFS_ROOT_ITEM_KEY); in __btrfs_run_defrag_inode()
1811 #define BTRFS_ROOT_ITEM_KEY 132 macro