Home
last modified time | relevance | path

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

/Linux-v5.10/fs/btrfs/
Dbtrfs_inode.h256 if (!ino || inode->location.type == BTRFS_ROOT_ITEM_KEY) in btrfs_ino()
Dtree-checker.c438 is_root_item = (item_key.type == BTRFS_ROOT_ITEM_KEY); in check_root_key()
506 if (location_key.type == BTRFS_ROOT_ITEM_KEY) { in check_dir_item()
518 location_key.type, BTRFS_ROOT_ITEM_KEY, in check_dir_item()
1552 case BTRFS_ROOT_ITEM_KEY: in check_leaf_item()
Dprint-tree.c256 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()
Droot-tree.c93 found_key.type != BTRFS_ROOT_ITEM_KEY) { in btrfs_find_root()
Ddisk-io.c1150 root->root_key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_create_tree()
1183 key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_create_tree()
1212 root->root_key.type = BTRFS_ROOT_ITEM_KEY; in alloc_log_tree()
1566 key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_get_root_ref()
1675 key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_get_fs_root_commit_root()
2304 location.type = BTRFS_ROOT_ITEM_KEY; in btrfs_read_roots()
Dcheck-integrity.c840 tmp_disk_key.type = BTRFS_ROOT_ITEM_KEY; in btrfsic_process_superblock_dev_mirror()
1007 if (BTRFS_ROOT_ITEM_KEY == type) { in btrfsic_process_metablock()
2166 BTRFS_ROOT_ITEM_KEY); in btrfsic_process_written_superblock()
Drelocation.c744 root_key.type = BTRFS_ROOT_ITEM_KEY; in create_reloc_root()
3734 key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_recover_relocation()
3754 key.type != BTRFS_ROOT_ITEM_KEY) in btrfs_recover_relocation()
Dvolumes.c4402 key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_uuid_scan_kthread()
4418 if (key.type != BTRFS_ROOT_ITEM_KEY || in btrfs_uuid_scan_kthread()
4491 } else if (key.type < BTRFS_ROOT_ITEM_KEY) { in btrfs_uuid_scan_kthread()
4493 key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_uuid_scan_kthread()
4496 key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_uuid_scan_kthread()
Dtree-log.c3676 tmp.type != BTRFS_ROOT_ITEM_KEY) in log_dir_items()
5638 if (di_key.type == BTRFS_ROOT_ITEM_KEY) in log_new_dir_dentries()
6218 key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_recover_log_trees()
Dtransaction.c1514 key.type = BTRFS_ROOT_ITEM_KEY; in create_pending_snapshot()
Dsend.c1724 if (key.type == BTRFS_ROOT_ITEM_KEY) { in lookup_dir_item_inode()
2722 if (di_key.type != BTRFS_ROOT_ITEM_KEY && in did_create_dir()
Dioctl.c688 key.type = BTRFS_ROOT_ITEM_KEY; in create_subvol()
Dinode.c3809 WARN_ON(key.type != BTRFS_ROOT_ITEM_KEY || key.objectid != objectid); in btrfs_unlink_subvol()
5233 location->type != BTRFS_ROOT_ITEM_KEY) { in btrfs_inode_by_name()
/Linux-v5.10/include/uapi/linux/
Dbtrfs_tree.h147 #define BTRFS_ROOT_ITEM_KEY 132 macro