Home
last modified time | relevance | path

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

/Linux-v6.1/fs/btrfs/
Dbtrfs_inode.h284 if (inode->location.type == BTRFS_ROOT_ITEM_KEY) in btrfs_ino()
Dtree-checker.c443 is_root_item = (item_key.type == BTRFS_ROOT_ITEM_KEY); in check_root_key()
513 if (location_key.type == BTRFS_ROOT_ITEM_KEY) { in check_dir_item()
525 location_key.type, BTRFS_ROOT_ITEM_KEY, in check_dir_item()
1640 case BTRFS_ROOT_ITEM_KEY: in check_leaf_item()
Ddisk-io.c1152 .type = BTRFS_ROOT_ITEM_KEY, in btrfs_csum_root()
1163 .type = BTRFS_ROOT_ITEM_KEY, in btrfs_extent_root()
1192 root->root_key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_create_tree()
1227 key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_create_tree()
1254 root->root_key.type = BTRFS_ROOT_ITEM_KEY; in alloc_log_tree()
1502 .type = BTRFS_ROOT_ITEM_KEY, in btrfs_get_global_root()
1660 key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_get_root_ref()
1778 key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_get_fs_root_commit_root()
2413 .type = BTRFS_ROOT_ITEM_KEY, in load_global_roots_objectid()
2525 location.type = BTRFS_ROOT_ITEM_KEY; in btrfs_read_roots()
Dprint-tree.c247 case BTRFS_ROOT_ITEM_KEY: in btrfs_print_leaf()
Droot-tree.c91 found_key.type != BTRFS_ROOT_ITEM_KEY) { in btrfs_find_root()
Dinode-item.c408 if (ret > 0 && location->type == BTRFS_ROOT_ITEM_KEY && in btrfs_lookup_inode()
Dfree-space-tree.c24 .type = BTRFS_ROOT_ITEM_KEY, in btrfs_free_space_root()
1256 .type = BTRFS_ROOT_ITEM_KEY, in btrfs_clear_free_space_tree()
Dcheck-integrity.c785 tmp_disk_key.type = BTRFS_ROOT_ITEM_KEY; in btrfsic_process_superblock_dev_mirror()
953 if (BTRFS_ROOT_ITEM_KEY == type) { in btrfsic_process_metablock()
2123 BTRFS_ROOT_ITEM_KEY); in btrfsic_process_written_superblock()
Drelocation.c748 root_key.type = BTRFS_ROOT_ITEM_KEY; in create_reloc_root()
4156 key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_recover_relocation()
4176 key.type != BTRFS_ROOT_ITEM_KEY) in btrfs_recover_relocation()
Dvolumes.c4646 key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_uuid_scan_kthread()
4662 if (key.type != BTRFS_ROOT_ITEM_KEY || in btrfs_uuid_scan_kthread()
4735 } else if (key.type < BTRFS_ROOT_ITEM_KEY) { in btrfs_uuid_scan_kthread()
4737 key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_uuid_scan_kthread()
4740 key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_uuid_scan_kthread()
Dtree-log.c3783 if (di_key.type != BTRFS_ROOT_ITEM_KEY) in process_dir_items_leaf()
5480 if (di_key.type == BTRFS_ROOT_ITEM_KEY) in log_new_dir_dentries()
6302 if (key.type == BTRFS_ROOT_ITEM_KEY) in log_new_delayed_dentries()
7187 key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_recover_log_trees()
Dtransaction.c1652 key.type = BTRFS_ROOT_ITEM_KEY; in create_pending_snapshot()
Dsend.c1767 if (key.type == BTRFS_ROOT_ITEM_KEY) { in lookup_dir_item_inode()
2775 if (di_key.type != BTRFS_ROOT_ITEM_KEY && in did_create_dir()
Dinode.c4475 WARN_ON(key.type != BTRFS_ROOT_ITEM_KEY || key.objectid != objectid); in btrfs_unlink_subvol()
5537 location->type != BTRFS_ROOT_ITEM_KEY) { in btrfs_inode_by_name()
Dioctl.c687 key.type = BTRFS_ROOT_ITEM_KEY; in create_subvol()
/Linux-v6.1/include/uapi/linux/
Dbtrfs_tree.h175 #define BTRFS_ROOT_ITEM_KEY 132 macro
/Linux-v6.1/fs/btrfs/tests/
Dqgroup-tests.c461 root->root_key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_test_qgroups()
Dfree-space-tree-tests.c450 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()