Home
last modified time | relevance | path

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

/linux-5.19.10/fs/btrfs/
Dbtrfs_inode.h290 if (!ino || 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.c1245 .type = BTRFS_ROOT_ITEM_KEY, in btrfs_csum_root()
1256 .type = BTRFS_ROOT_ITEM_KEY, in btrfs_extent_root()
1285 root->root_key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_create_tree()
1320 key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_create_tree()
1347 root->root_key.type = BTRFS_ROOT_ITEM_KEY; in alloc_log_tree()
1595 .type = BTRFS_ROOT_ITEM_KEY, in btrfs_get_global_root()
1750 key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_get_root_ref()
1868 key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_get_fs_root_commit_root()
2525 .type = BTRFS_ROOT_ITEM_KEY, in load_global_roots_objectid()
2638 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()
4164 key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_recover_relocation()
4184 key.type != BTRFS_ROOT_ITEM_KEY) in btrfs_recover_relocation()
Dvolumes.c4631 key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_uuid_scan_kthread()
4647 if (key.type != BTRFS_ROOT_ITEM_KEY || in btrfs_uuid_scan_kthread()
4720 } else if (key.type < BTRFS_ROOT_ITEM_KEY) { in btrfs_uuid_scan_kthread()
4722 key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_uuid_scan_kthread()
4725 key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_uuid_scan_kthread()
Dtree-log.c3904 if (di_key.type != BTRFS_ROOT_ITEM_KEY) in process_dir_items_leaf()
6193 if (di_key.type == BTRFS_ROOT_ITEM_KEY) in log_new_dir_dentries()
6742 key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_recover_log_trees()
Dtransaction.c1669 key.type = BTRFS_ROOT_ITEM_KEY; in create_pending_snapshot()
Dsend.c1739 if (key.type == BTRFS_ROOT_ITEM_KEY) { in lookup_dir_item_inode()
2712 if (di_key.type != BTRFS_ROOT_ITEM_KEY && in did_create_dir()
Dioctl.c687 key.type = BTRFS_ROOT_ITEM_KEY; in create_subvol()
Dinode.c4481 WARN_ON(key.type != BTRFS_ROOT_ITEM_KEY || key.objectid != objectid); in btrfs_unlink_subvol()
5572 location->type != BTRFS_ROOT_ITEM_KEY) { in btrfs_inode_by_name()
/linux-5.19.10/include/uapi/linux/
Dbtrfs_tree.h175 #define BTRFS_ROOT_ITEM_KEY 132 macro
/linux-5.19.10/fs/btrfs/tests/
Dqgroup-tests.c459 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()