Home
last modified time | relevance | path

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

/Linux-v4.19/fs/btrfs/
Droot-tree.c93 found_key.type != BTRFS_ROOT_ITEM_KEY) { in btrfs_find_root()
225 root_key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_find_orphan_roots()
Dbtrfs_inode.h233 if (!ino || inode->location.type == BTRFS_ROOT_ITEM_KEY) in btrfs_ino()
Dexport.c75 key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_get_dentry()
Dprint-tree.c216 case BTRFS_ROOT_ITEM_KEY: in btrfs_print_leaf()
Dinode-item.c423 if (ret > 0 && location->type == BTRFS_ROOT_ITEM_KEY && in btrfs_lookup_inode()
Dtree-checker.c515 key.type = BTRFS_ROOT_ITEM_KEY; in check_leaf()
Ddisk-io.c1257 root->root_key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_create_tree()
1288 key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_create_tree()
1322 root->root_key.type = BTRFS_ROOT_ITEM_KEY; in alloc_log_tree()
2330 location.type = BTRFS_ROOT_ITEM_KEY; in btrfs_read_roots()
3172 location.type = BTRFS_ROOT_ITEM_KEY; in open_ctree()
Dioctl.c653 key.type = BTRFS_ROOT_ITEM_KEY; in create_subvol()
2152 key.type = BTRFS_ROOT_ITEM_KEY; in search_ioctl()
2287 key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_search_path_in_tree()
2381 key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_search_path_in_tree_user()
2626 key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_ioctl_get_subvol_info()
4388 location.type = BTRFS_ROOT_ITEM_KEY; in btrfs_ioctl_default_subvol()
Dcheck-integrity.c849 tmp_disk_key.type = BTRFS_ROOT_ITEM_KEY; in btrfsic_process_superblock_dev_mirror()
1017 if (BTRFS_ROOT_ITEM_KEY == type) { in btrfsic_process_metablock()
2223 BTRFS_ROOT_ITEM_KEY); in btrfsic_process_written_superblock()
Dvolumes.c4090 key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_uuid_scan_kthread()
4102 if (key.type != BTRFS_ROOT_ITEM_KEY || in btrfs_uuid_scan_kthread()
4174 } else if (key.type < BTRFS_ROOT_ITEM_KEY) { in btrfs_uuid_scan_kthread()
4176 key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_uuid_scan_kthread()
4179 key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_uuid_scan_kthread()
4218 key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_check_uuid_tree_entry()
Drelocation.c580 key.type = BTRFS_ROOT_ITEM_KEY; in read_fs_root()
1352 root_key.type = BTRFS_ROOT_ITEM_KEY; in create_reloc_root()
4375 key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_recover_relocation()
4395 key.type != BTRFS_ROOT_ITEM_KEY) in btrfs_recover_relocation()
Dtree-log.c3571 tmp.type != BTRFS_ROOT_ITEM_KEY) in log_dir_items()
5435 if (di_key.type == BTRFS_ROOT_ITEM_KEY) in log_new_dir_dentries()
5824 key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_recover_log_trees()
5854 tmp_key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_recover_log_trees()
Dsend.c1705 if (key.type == BTRFS_ROOT_ITEM_KEY) { in lookup_dir_item_inode()
2703 if (di_key.type != BTRFS_ROOT_ITEM_KEY && in did_create_dir()
6734 key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_ioctl_send()
6766 key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_ioctl_send()
Dbackref.c516 root_key.type = BTRFS_ROOT_ITEM_KEY; in resolve_indirect_ref()
Dsuper.c1069 key.type = BTRFS_ROOT_ITEM_KEY; in get_subvol_name_from_objectid()
Dtransaction.c1461 key.type = BTRFS_ROOT_ITEM_KEY; in create_pending_snapshot()
Dinode.c2385 key.type = BTRFS_ROOT_ITEM_KEY; in record_one_backref()
2566 key.type = BTRFS_ROOT_ITEM_KEY; in relink_extent_backref()
4087 WARN_ON(key.type != BTRFS_ROOT_ITEM_KEY || key.objectid != objectid); in btrfs_unlink_subvol()
5485 location->type != BTRFS_ROOT_ITEM_KEY) { in btrfs_inode_by_name()
Dfile.c284 key.type = BTRFS_ROOT_ITEM_KEY; in __btrfs_run_defrag_inode()
Dscrub.c651 root_key.type = BTRFS_ROOT_ITEM_KEY; in scrub_print_warning_inode()
/Linux-v4.19/include/uapi/linux/
Dbtrfs_tree.h142 #define BTRFS_ROOT_ITEM_KEY 132 macro