Home
last modified time | relevance | path

Searched refs:BTRFS_ROOT_ITEM_KEY (Results 1 – 19 of 19) sorted by relevance

/Linux-v6.6/fs/btrfs/
Ddisk-io.c811 .type = BTRFS_ROOT_ITEM_KEY, in btrfs_csum_root()
822 .type = BTRFS_ROOT_ITEM_KEY, in btrfs_extent_root()
858 root->root_key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_create_tree()
893 key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_create_tree()
917 root->root_key.type = BTRFS_ROOT_ITEM_KEY; in alloc_log_tree()
1159 .type = BTRFS_ROOT_ITEM_KEY, in btrfs_get_global_root()
1324 key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_get_root_ref()
1442 key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_get_fs_root_commit_root()
2100 .type = BTRFS_ROOT_ITEM_KEY, in load_global_roots_objectid()
2212 location.type = BTRFS_ROOT_ITEM_KEY; in btrfs_read_roots()
Dbtrfs_inode.h297 if (inode->location.type == BTRFS_ROOT_ITEM_KEY) in btrfs_ino()
Dtree-checker.c447 is_root_item = (item_key.type == BTRFS_ROOT_ITEM_KEY); in check_root_key()
531 if (location_key.type == BTRFS_ROOT_ITEM_KEY) { in check_dir_item()
543 location_key.type, BTRFS_ROOT_ITEM_KEY, in check_dir_item()
1673 case BTRFS_ROOT_ITEM_KEY: in check_leaf_item()
Dprint-tree.c252 case BTRFS_ROOT_ITEM_KEY: in btrfs_print_leaf()
Dfree-space-tree.c29 .type = BTRFS_ROOT_ITEM_KEY, in btrfs_free_space_root()
1261 .type = BTRFS_ROOT_ITEM_KEY, in btrfs_delete_free_space_tree()
1309 .type = BTRFS_ROOT_ITEM_KEY, in btrfs_rebuild_free_space_tree()
Droot-tree.c96 found_key.type != BTRFS_ROOT_ITEM_KEY) { in btrfs_find_root()
Dinode-item.c413 if (ret > 0 && location->type == BTRFS_ROOT_ITEM_KEY && in btrfs_lookup_inode()
Dcheck-integrity.c787 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()
2130 BTRFS_ROOT_ITEM_KEY); in btrfsic_process_written_superblock()
Drelocation.c758 root_key.type = BTRFS_ROOT_ITEM_KEY; in create_reloc_root()
4223 key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_recover_relocation()
4243 key.type != BTRFS_ROOT_ITEM_KEY) in btrfs_recover_relocation()
Dvolumes.c4660 key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_uuid_scan_kthread()
4676 if (key.type != BTRFS_ROOT_ITEM_KEY || in btrfs_uuid_scan_kthread()
4749 } else if (key.type < BTRFS_ROOT_ITEM_KEY) { in btrfs_uuid_scan_kthread()
4751 key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_uuid_scan_kthread()
4754 key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_uuid_scan_kthread()
Dtree-log.c3723 if (di_key.type != BTRFS_ROOT_ITEM_KEY) in process_dir_items_leaf()
5432 if (di_key.type == BTRFS_ROOT_ITEM_KEY) in log_new_dir_dentries()
6279 if (key.type == BTRFS_ROOT_ITEM_KEY) in log_new_delayed_dentries()
7163 key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_recover_log_trees()
Dtransaction.c1698 key.type = BTRFS_ROOT_ITEM_KEY; in create_pending_snapshot()
Dsend.c2001 if (key.type == BTRFS_ROOT_ITEM_KEY) { in lookup_dir_item_inode()
2973 if (di_key.type != BTRFS_ROOT_ITEM_KEY && in did_create_dir()
Dioctl.c702 key.type = BTRFS_ROOT_ITEM_KEY; in create_subvol()
Dinode.c4259 WARN_ON(key.type != BTRFS_ROOT_ITEM_KEY || key.objectid != objectid); in btrfs_unlink_subvol()
5350 location->type != BTRFS_ROOT_ITEM_KEY) { in btrfs_inode_by_name()
/Linux-v6.6/fs/btrfs/tests/
Dqgroup-tests.c493 root->root_key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_test_qgroups()
Dfree-space-tree-tests.c451 root->root_key.type = BTRFS_ROOT_ITEM_KEY; in run_test()
Dfree-space-tests.c1040 root->root_key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_test_free_space_cache()
/Linux-v6.6/include/uapi/linux/
Dbtrfs_tree.h192 #define BTRFS_ROOT_ITEM_KEY 132 macro