Searched refs:BTRFS_ROOT_ITEM_KEY (Results 1 – 22 of 22) sorted by relevance
/openbmc/u-boot/fs/btrfs/ |
H A D | root.c | 41 BTRFS_ROOT_ITEM_KEY, &path)) in btrfs_find_root()
|
H A D | btrfs_tree.h | 151 #define BTRFS_ROOT_ITEM_KEY 132 macro
|
H A D | inode.c | 56 if (location->type == BTRFS_ROOT_ITEM_KEY) { in btrfs_lookup_inode()
|
/openbmc/linux/fs/btrfs/ |
H A D | disk-io.c | 811 .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() 1333 key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_get_root_ref() 1451 key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_get_fs_root_commit_root() 2109 .type = BTRFS_ROOT_ITEM_KEY, in load_global_roots_objectid() 2221 location.type = BTRFS_ROOT_ITEM_KEY; in btrfs_read_roots()
|
H A D | btrfs_inode.h | 302 if (inode->location.type == BTRFS_ROOT_ITEM_KEY) in btrfs_ino()
|
H A D | tree-checker.c | 448 is_root_item = (item_key.type == BTRFS_ROOT_ITEM_KEY); in check_root_key() 532 if (location_key.type == BTRFS_ROOT_ITEM_KEY) { in check_dir_item() 544 location_key.type, BTRFS_ROOT_ITEM_KEY, in check_dir_item() 1854 case BTRFS_ROOT_ITEM_KEY: in check_leaf_item()
|
H A D | print-tree.c | 252 case BTRFS_ROOT_ITEM_KEY: in btrfs_print_leaf()
|
H A D | free-space-tree.c | 29 .type = BTRFS_ROOT_ITEM_KEY, in btrfs_free_space_root() 1262 .type = BTRFS_ROOT_ITEM_KEY, in btrfs_delete_free_space_tree() 1314 .type = BTRFS_ROOT_ITEM_KEY, in btrfs_rebuild_free_space_tree()
|
H A D | root-tree.c | 96 found_key.type != BTRFS_ROOT_ITEM_KEY) { in btrfs_find_root()
|
H A D | inode-item.c | 413 if (ret > 0 && location->type == BTRFS_ROOT_ITEM_KEY && in btrfs_lookup_inode()
|
H A D | check-integrity.c | 787 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()
|
H A D | volumes.c | 4711 key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_uuid_scan_kthread() 4727 if (key.type != BTRFS_ROOT_ITEM_KEY || in btrfs_uuid_scan_kthread() 4800 } else if (key.type < BTRFS_ROOT_ITEM_KEY) { in btrfs_uuid_scan_kthread() 4802 key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_uuid_scan_kthread() 4805 key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_uuid_scan_kthread()
|
H A D | relocation.c | 690 root_key.type = BTRFS_ROOT_ITEM_KEY; in create_reloc_root() 4152 key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_recover_relocation() 4172 key.type != BTRFS_ROOT_ITEM_KEY) in btrfs_recover_relocation()
|
H A D | tree-log.c | 3742 if (di_key.type != BTRFS_ROOT_ITEM_KEY) in process_dir_items_leaf() 5455 if (di_key.type == BTRFS_ROOT_ITEM_KEY) in log_new_dir_dentries() 6300 if (key.type == BTRFS_ROOT_ITEM_KEY) in log_new_delayed_dentries() 7181 key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_recover_log_trees()
|
H A D | transaction.c | 1697 key.type = BTRFS_ROOT_ITEM_KEY; in create_pending_snapshot()
|
H A D | send.c | 2014 if (key.type == BTRFS_ROOT_ITEM_KEY) { in lookup_dir_item_inode() 2986 if (di_key.type != BTRFS_ROOT_ITEM_KEY && in did_create_dir()
|
H A D | ioctl.c | 706 key.type = BTRFS_ROOT_ITEM_KEY; in create_subvol()
|
H A D | inode.c | 4277 WARN_ON(key.type != BTRFS_ROOT_ITEM_KEY || key.objectid != objectid); in btrfs_unlink_subvol() 5387 location->type != BTRFS_ROOT_ITEM_KEY) { in btrfs_inode_by_name()
|
/openbmc/linux/include/uapi/linux/ |
H A D | btrfs_tree.h | 192 #define BTRFS_ROOT_ITEM_KEY 132 macro
|
/openbmc/linux/fs/btrfs/tests/ |
H A D | qgroup-tests.c | 493 root->root_key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_test_qgroups()
|
H A D | free-space-tree-tests.c | 451 root->root_key.type = BTRFS_ROOT_ITEM_KEY; in run_test()
|
H A D | free-space-tests.c | 1040 root->root_key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_test_free_space_cache()
|