Home
last modified time | relevance | path

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

/linux/fs/btrfs/
A Dbtrfs_inode.h290 if (!ino || inode->location.type == BTRFS_ROOT_ITEM_KEY) in btrfs_ino()
A Dtree-checker.c443 is_root_item = (item_key.type == BTRFS_ROOT_ITEM_KEY); in check_root_key()
513 if (location_key.type == BTRFS_ROOT_ITEM_KEY) { in check_dir_item()
525 location_key.type, BTRFS_ROOT_ITEM_KEY, in check_dir_item()
1587 case BTRFS_ROOT_ITEM_KEY: in check_leaf_item()
A Dprint-tree.c248 case BTRFS_ROOT_ITEM_KEY: in btrfs_print_leaf()
A Dinode-item.c409 if (ret > 0 && location->type == BTRFS_ROOT_ITEM_KEY && in btrfs_lookup_inode()
A Droot-tree.c91 found_key.type != BTRFS_ROOT_ITEM_KEY) { in btrfs_find_root()
A Ddisk-io.c1267 root->root_key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_create_tree()
1302 key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_create_tree()
1329 root->root_key.type = BTRFS_ROOT_ITEM_KEY; in alloc_log_tree()
1695 key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_get_root_ref()
1812 key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_get_fs_root_commit_root()
2448 location.type = BTRFS_ROOT_ITEM_KEY; in btrfs_read_roots()
A Dcheck-integrity.c786 tmp_disk_key.type = BTRFS_ROOT_ITEM_KEY; in btrfsic_process_superblock_dev_mirror()
954 if (BTRFS_ROOT_ITEM_KEY == type) { in btrfsic_process_metablock()
2127 BTRFS_ROOT_ITEM_KEY); in btrfsic_process_written_superblock()
A Drelocation.c747 root_key.type = BTRFS_ROOT_ITEM_KEY; in create_reloc_root()
4144 key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_recover_relocation()
4164 key.type != BTRFS_ROOT_ITEM_KEY) in btrfs_recover_relocation()
A Dvolumes.c4622 key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_uuid_scan_kthread()
4638 if (key.type != BTRFS_ROOT_ITEM_KEY || in btrfs_uuid_scan_kthread()
4711 } else if (key.type < BTRFS_ROOT_ITEM_KEY) { in btrfs_uuid_scan_kthread()
4713 key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_uuid_scan_kthread()
4716 key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_uuid_scan_kthread()
A Dtree-log.c3796 di_key.type != BTRFS_ROOT_ITEM_KEY) in process_dir_items_leaf()
5993 if (di_key.type == BTRFS_ROOT_ITEM_KEY) in log_new_dir_dentries()
6552 key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_recover_log_trees()
A Dtransaction.c1591 key.type = BTRFS_ROOT_ITEM_KEY; in create_pending_snapshot()
A Dsend.c1714 if (key.type == BTRFS_ROOT_ITEM_KEY) { in lookup_dir_item_inode()
2708 if (di_key.type != BTRFS_ROOT_ITEM_KEY && in did_create_dir()
A Dioctl.c612 key.type = BTRFS_ROOT_ITEM_KEY; in create_subvol()
A Dinode.c4258 WARN_ON(key.type != BTRFS_ROOT_ITEM_KEY || key.objectid != objectid); in btrfs_unlink_subvol()
5703 location->type != BTRFS_ROOT_ITEM_KEY) { in btrfs_inode_by_name()
/linux/include/uapi/linux/
A Dbtrfs_tree.h170 #define BTRFS_ROOT_ITEM_KEY 132 macro

Completed in 90 milliseconds