Home
last modified time | relevance | path

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

/openbmc/u-boot/fs/btrfs/
H A Droot.c41 BTRFS_ROOT_ITEM_KEY, &path)) in btrfs_find_root()
H A Dbtrfs_tree.h151 #define BTRFS_ROOT_ITEM_KEY 132 macro
H A Dinode.c56 if (location->type == BTRFS_ROOT_ITEM_KEY) { in btrfs_lookup_inode()
/openbmc/linux/fs/btrfs/
H A 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()
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 Dbtrfs_inode.h302 if (inode->location.type == BTRFS_ROOT_ITEM_KEY) in btrfs_ino()
H A Dtree-checker.c448 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 Dprint-tree.c252 case BTRFS_ROOT_ITEM_KEY: in btrfs_print_leaf()
H A Dfree-space-tree.c29 .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 Droot-tree.c96 found_key.type != BTRFS_ROOT_ITEM_KEY) { in btrfs_find_root()
H A Dinode-item.c413 if (ret > 0 && location->type == BTRFS_ROOT_ITEM_KEY && in btrfs_lookup_inode()
H A 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()
H A Dvolumes.c4711 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 Drelocation.c690 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 Dtree-log.c3742 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 Dtransaction.c1697 key.type = BTRFS_ROOT_ITEM_KEY; in create_pending_snapshot()
H A Dsend.c2014 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 Dioctl.c706 key.type = BTRFS_ROOT_ITEM_KEY; in create_subvol()
H A Dinode.c4277 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 Dbtrfs_tree.h192 #define BTRFS_ROOT_ITEM_KEY 132 macro
/openbmc/linux/fs/btrfs/tests/
H A Dqgroup-tests.c493 root->root_key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_test_qgroups()
H A Dfree-space-tree-tests.c451 root->root_key.type = BTRFS_ROOT_ITEM_KEY; in run_test()
H A Dfree-space-tests.c1040 root->root_key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_test_free_space_cache()