Home
last modified time | relevance | path

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

/linux/fs/btrfs/
A Duuid-tree.c417 key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_uuid_scan_kthread()
433 if (key.type != BTRFS_ROOT_ITEM_KEY || in btrfs_uuid_scan_kthread()
506 } else if (key.type < BTRFS_ROOT_ITEM_KEY) { in btrfs_uuid_scan_kthread()
508 key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_uuid_scan_kthread()
511 key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_uuid_scan_kthread()
A Ddisk-io.c831 .type = BTRFS_ROOT_ITEM_KEY, in btrfs_csum_root()
842 .type = BTRFS_ROOT_ITEM_KEY, in btrfs_extent_root()
871 root->root_key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_create_tree()
906 key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_create_tree()
930 root->root_key.type = BTRFS_ROOT_ITEM_KEY; in alloc_log_tree()
1172 .type = BTRFS_ROOT_ITEM_KEY, in btrfs_get_global_root()
1354 key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_get_root_ref()
1473 key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_get_fs_root_commit_root()
2129 .type = BTRFS_ROOT_ITEM_KEY, in load_global_roots_objectid()
2241 location.type = BTRFS_ROOT_ITEM_KEY; in btrfs_read_roots()
A Dtree-checker.c469 is_root_item = (item_key.type == BTRFS_ROOT_ITEM_KEY); in check_root_key()
553 if (location_key.type == BTRFS_ROOT_ITEM_KEY) { in check_dir_item()
565 location_key.type, BTRFS_ROOT_ITEM_KEY, in check_dir_item()
1875 case BTRFS_ROOT_ITEM_KEY: in check_leaf_item()
A Dprint-tree.c278 case BTRFS_ROOT_ITEM_KEY: in btrfs_print_leaf()
A Droot-tree.c103 found_key.type != BTRFS_ROOT_ITEM_KEY) { in btrfs_find_root()
A Dfree-space-tree.c29 .type = BTRFS_ROOT_ITEM_KEY, in btrfs_free_space_root()
1267 .type = BTRFS_ROOT_ITEM_KEY, in btrfs_delete_free_space_tree()
1320 .type = BTRFS_ROOT_ITEM_KEY, in btrfs_rebuild_free_space_tree()
A Dinode-item.c412 if (ret > 0 && location->type == BTRFS_ROOT_ITEM_KEY && in btrfs_lookup_inode()
A Drelocation.c684 root_key.type = BTRFS_ROOT_ITEM_KEY; in create_reloc_root()
4178 key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_recover_relocation()
4197 key.type != BTRFS_ROOT_ITEM_KEY) in btrfs_recover_relocation()
A Dtree-log.c3802 if (di_key.type != BTRFS_ROOT_ITEM_KEY) in process_dir_items_leaf()
5521 if (di_key.type == BTRFS_ROOT_ITEM_KEY) in log_new_dir_dentries()
6366 if (key.type == BTRFS_ROOT_ITEM_KEY) in log_new_delayed_dentries()
7256 key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_recover_log_trees()
A Dtransaction.c1695 key.type = BTRFS_ROOT_ITEM_KEY; in create_pending_snapshot()
A Dsend.c2014 if (key.type == BTRFS_ROOT_ITEM_KEY) { in lookup_dir_item_inode()
2985 if (di_key.type != BTRFS_ROOT_ITEM_KEY && in did_create_dir()
A Dqgroup.c1775 key.type = BTRFS_ROOT_ITEM_KEY; in can_delete_qgroup()
A Dioctl.c711 key.type = BTRFS_ROOT_ITEM_KEY; in create_subvol()
A Dinode.c4352 WARN_ON(key.type != BTRFS_ROOT_ITEM_KEY || key.objectid != objectid); in btrfs_unlink_subvol()
5418 location->type != BTRFS_ROOT_ITEM_KEY) { in btrfs_inode_by_name()
/linux/fs/btrfs/tests/
A Dqgroup-tests.c493 root->root_key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_test_qgroups()
A Dfree-space-tree-tests.c451 root->root_key.type = BTRFS_ROOT_ITEM_KEY; in run_test()
A Dfree-space-tests.c1040 root->root_key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_test_free_space_cache()
/linux/include/uapi/linux/
A Dbtrfs_tree.h195 #define BTRFS_ROOT_ITEM_KEY 132 macro

Completed in 96 milliseconds