Home
last modified time | relevance | path

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

/Linux-v5.4/fs/btrfs/
Droot-tree.c95 found_key.type != BTRFS_ROOT_ITEM_KEY) { in btrfs_find_root()
228 root_key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_find_orphan_roots()
Dbtrfs_inode.h232 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.c415 if (ret > 0 && location->type == BTRFS_ROOT_ITEM_KEY && in btrfs_lookup_inode()
Dioctl.c663 key.type = BTRFS_ROOT_ITEM_KEY; in create_subvol()
2175 key.type = BTRFS_ROOT_ITEM_KEY; in search_ioctl()
2310 key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_search_path_in_tree()
2404 key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_search_path_in_tree_user()
2649 key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_ioctl_get_subvol_info()
3981 location.type = BTRFS_ROOT_ITEM_KEY; in btrfs_ioctl_default_subvol()
Ddisk-io.c1258 root->root_key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_create_tree()
1289 key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_create_tree()
1323 root->root_key.type = BTRFS_ROOT_ITEM_KEY; in alloc_log_tree()
2319 location.type = BTRFS_ROOT_ITEM_KEY; in btrfs_read_roots()
3211 location.type = BTRFS_ROOT_ITEM_KEY; in open_ctree()
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()
2227 BTRFS_ROOT_ITEM_KEY); in btrfsic_process_written_superblock()
Dvolumes.c4430 key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_uuid_scan_kthread()
4442 if (key.type != BTRFS_ROOT_ITEM_KEY || in btrfs_uuid_scan_kthread()
4514 } else if (key.type < BTRFS_ROOT_ITEM_KEY) { in btrfs_uuid_scan_kthread()
4516 key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_uuid_scan_kthread()
4519 key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_uuid_scan_kthread()
4558 key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_check_uuid_tree_entry()
Drelocation.c584 key.type = BTRFS_ROOT_ITEM_KEY; in read_fs_root()
1365 root_key.type = BTRFS_ROOT_ITEM_KEY; in create_reloc_root()
4467 key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_recover_relocation()
4487 key.type != BTRFS_ROOT_ITEM_KEY) in btrfs_recover_relocation()
Dtree-checker.c1262 case BTRFS_ROOT_ITEM_KEY: in check_leaf_item()
Dtree-log.c3702 tmp.type != BTRFS_ROOT_ITEM_KEY) in log_dir_items()
5698 if (di_key.type == BTRFS_ROOT_ITEM_KEY) in log_new_dir_dentries()
6281 key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_recover_log_trees()
6311 tmp_key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_recover_log_trees()
Dsend.c1698 if (key.type == BTRFS_ROOT_ITEM_KEY) { in lookup_dir_item_inode()
2696 if (di_key.type != BTRFS_ROOT_ITEM_KEY && in did_create_dir()
7167 key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_ioctl_send()
7206 key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_ioctl_send()
Dbackref.c518 root_key.type = BTRFS_ROOT_ITEM_KEY; in resolve_indirect_ref()
Dsuper.c1078 key.type = BTRFS_ROOT_ITEM_KEY; in get_subvol_name_from_objectid()
Dtransaction.c1445 key.type = BTRFS_ROOT_ITEM_KEY; in create_pending_snapshot()
Dinode.c2473 key.type = BTRFS_ROOT_ITEM_KEY; in record_one_backref()
2655 key.type = BTRFS_ROOT_ITEM_KEY; in relink_extent_backref()
4230 WARN_ON(key.type != BTRFS_ROOT_ITEM_KEY || key.objectid != objectid); in btrfs_unlink_subvol()
5577 location->type != BTRFS_ROOT_ITEM_KEY) { in btrfs_inode_by_name()
Dfile.c285 key.type = BTRFS_ROOT_ITEM_KEY; in __btrfs_run_defrag_inode()
Dscrub.c654 root_key.type = BTRFS_ROOT_ITEM_KEY; in scrub_print_warning_inode()
/Linux-v5.4/include/uapi/linux/
Dbtrfs_tree.h142 #define BTRFS_ROOT_ITEM_KEY 132 macro