Searched refs:BTRFS_ROOT_ITEM_KEY (Results 1 – 19 of 19) sorted by relevance
| /linux/fs/btrfs/ |
| H A D | uuid-tree.c | 415 key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_uuid_scan_kthread() 431 if (key.type != BTRFS_ROOT_ITEM_KEY || in btrfs_uuid_scan_kthread() 504 } else if (key.type < BTRFS_ROOT_ITEM_KEY) { in btrfs_uuid_scan_kthread() 506 key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_uuid_scan_kthread() 509 key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_uuid_scan_kthread()
|
| H A D | print-tree.c | 389 [BTRFS_ROOT_ITEM_KEY] = "ROOT_ITEM", in key_type_string() 487 case BTRFS_ROOT_ITEM_KEY: in btrfs_print_leaf()
|
| H A D | disk-io.c | 772 .type = BTRFS_ROOT_ITEM_KEY, in btrfs_csum_root() 783 .type = BTRFS_ROOT_ITEM_KEY, in btrfs_extent_root() 811 root->root_key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_create_tree() 866 root->root_key.type = BTRFS_ROOT_ITEM_KEY; in alloc_log_tree() 1106 .type = BTRFS_ROOT_ITEM_KEY, in btrfs_get_global_root() 1293 key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_get_root_ref() 1412 key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_get_fs_root_commit_root() 2062 .type = BTRFS_ROOT_ITEM_KEY, in load_global_roots_objectid() 2171 location.type = BTRFS_ROOT_ITEM_KEY; in btrfs_read_roots() 2211 root->root_key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_read_roots()
|
| H A D | free-space-tree.c | 28 .type = BTRFS_ROOT_ITEM_KEY, in btrfs_free_space_root() 1275 .type = BTRFS_ROOT_ITEM_KEY, in btrfs_delete_free_space_tree() 1328 .type = BTRFS_ROOT_ITEM_KEY, in btrfs_rebuild_free_space_tree() 1764 .type = BTRFS_ROOT_ITEM_KEY, in btrfs_delete_orphan_free_space_entries()
|
| H A D | tree-checker.c | 470 is_root_item = (item_key.type == BTRFS_ROOT_ITEM_KEY); in check_root_key() 554 if (location_key.type == BTRFS_ROOT_ITEM_KEY) { in check_dir_item() 566 location_key.type, BTRFS_ROOT_ITEM_KEY, in check_dir_item() 1993 case BTRFS_ROOT_ITEM_KEY: in check_leaf_item()
|
| H A D | root-tree.c | 103 found_key.type != BTRFS_ROOT_ITEM_KEY) { in btrfs_find_root()
|
| H A D | inode-item.c | 395 if (ret > 0 && location->type == BTRFS_ROOT_ITEM_KEY && in btrfs_lookup_inode()
|
| H A D | tree-log.c | 4226 if (di_key.type != BTRFS_ROOT_ITEM_KEY) in process_dir_items_leaf() 5961 if (di_key.type == BTRFS_ROOT_ITEM_KEY) in log_new_dir_dentries() 6848 if (key.type == BTRFS_ROOT_ITEM_KEY) in log_new_delayed_dentries() 7721 key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_recover_log_trees()
|
| H A D | relocation.c | 598 root_key.type = BTRFS_ROOT_ITEM_KEY; in create_reloc_root() 5488 key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_recover_relocation() 5507 key.type != BTRFS_ROOT_ITEM_KEY) in btrfs_recover_relocation()
|
| H A D | transaction.c | 1828 key.type = BTRFS_ROOT_ITEM_KEY; in create_pending_snapshot()
|
| H A D | send.c | 1952 if (key.type == BTRFS_ROOT_ITEM_KEY) in lookup_dir_item_inode() 2922 if (di_key.type != BTRFS_ROOT_ITEM_KEY && in did_create_dir()
|
| H A D | qgroup.c | 1773 key.type = BTRFS_ROOT_ITEM_KEY; in can_delete_qgroup()
|
| H A D | inode.c | 4622 WARN_ON(key.type != BTRFS_ROOT_ITEM_KEY || key.objectid != objectid); in btrfs_unlink_subvol() 5792 location->type != BTRFS_ROOT_ITEM_KEY)) { in btrfs_inode_by_name()
|
| H A D | ioctl.c | 616 key.type = BTRFS_ROOT_ITEM_KEY; in create_subvol()
|
| /linux/fs/btrfs/tests/ |
| H A D | qgroup-tests.c | 484 root->root_key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_test_qgroups()
|
| H A D | free-space-tree-tests.c | 448 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()
|
| H A D | raid-stripe-tree-tests.c | 1107 root->root_key.type = BTRFS_ROOT_ITEM_KEY; in run_test()
|
| /linux/include/uapi/linux/ |
| H A D | btrfs_tree.h | 198 #define BTRFS_ROOT_ITEM_KEY 132 macro
|