Home
last modified time | relevance | path

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

/linux-4.1.27/fs/btrfs/
Dbtrfs_inode.h236 if (!ino || BTRFS_I(inode)->location.type == BTRFS_ROOT_ITEM_KEY) in btrfs_ino()
Droot-tree.c110 found_key.type != BTRFS_ROOT_ITEM_KEY) { in btrfs_find_root()
244 root_key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_find_orphan_roots()
Dexport.c73 key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_get_dentry()
Dprint-tree.c219 case BTRFS_ROOT_ITEM_KEY: in btrfs_print_leaf()
Dinode-item.c428 if (ret > 0 && location->type == BTRFS_ROOT_ITEM_KEY && in btrfs_lookup_inode()
Ddisk-io.c1325 root->root_key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_create_tree()
1366 key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_create_tree()
1403 root->root_key.type = BTRFS_ROOT_ITEM_KEY; in alloc_log_tree()
2375 location.type = BTRFS_ROOT_ITEM_KEY; in btrfs_read_roots()
3006 location.type = BTRFS_ROOT_ITEM_KEY; in open_ctree()
Dvolumes.c3716 key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_uuid_scan_kthread()
3720 max_key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_uuid_scan_kthread()
3731 if (key.type != BTRFS_ROOT_ITEM_KEY || in btrfs_uuid_scan_kthread()
3804 } else if (key.type < BTRFS_ROOT_ITEM_KEY) { in btrfs_uuid_scan_kthread()
3806 key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_uuid_scan_kthread()
3809 key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_uuid_scan_kthread()
3848 key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_check_uuid_tree_entry()
Dcheck-integrity.c878 tmp_disk_key.type = BTRFS_ROOT_ITEM_KEY; in btrfsic_process_superblock_dev_mirror()
1051 if (BTRFS_ROOT_ITEM_KEY == type) { in btrfsic_process_metablock()
2339 BTRFS_ROOT_ITEM_KEY); in btrfsic_process_written_superblock()
Drelocation.c589 key.type = BTRFS_ROOT_ITEM_KEY; in read_fs_root()
1380 root_key.type = BTRFS_ROOT_ITEM_KEY;
4342 key.type = BTRFS_ROOT_ITEM_KEY;
4362 key.type != BTRFS_ROOT_ITEM_KEY)
Dioctl.c547 key.type = BTRFS_ROOT_ITEM_KEY; in create_subvol()
2073 key.type = BTRFS_ROOT_ITEM_KEY; in search_ioctl()
2213 key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_search_path_in_tree()
3931 location.type = BTRFS_ROOT_ITEM_KEY; in btrfs_ioctl_default_subvol()
Dtree-log.c3261 tmp.type != BTRFS_ROOT_ITEM_KEY) in log_dir_items()
4991 if (di_key.type == BTRFS_ROOT_ITEM_KEY) in log_new_dir_dentries()
5252 key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_recover_log_trees()
5282 tmp_key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_recover_log_trees()
Dsend.c1687 if (key.type == BTRFS_ROOT_ITEM_KEY) { in lookup_dir_item_inode()
2640 if (di_key.type != BTRFS_ROOT_ITEM_KEY && in did_create_dir()
5816 key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_ioctl_send()
5848 key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_ioctl_send()
Dscrub.c542 root_key.type = BTRFS_ROOT_ITEM_KEY; in scrub_print_warning_inode()
694 key.type = BTRFS_ROOT_ITEM_KEY; in scrub_fixup_readpage()
4086 key.type = BTRFS_ROOT_ITEM_KEY; in copy_nocow_pages_for_inode()
Dbackref.c323 root_key.type = BTRFS_ROOT_ITEM_KEY; in __resolve_indirect_ref()
Dsuper.c863 location.type = BTRFS_ROOT_ITEM_KEY; in get_default_root()
Dinode.c2244 key.type = BTRFS_ROOT_ITEM_KEY; in record_one_backref()
2427 key.type = BTRFS_ROOT_ITEM_KEY; in relink_extent_backref()
4077 WARN_ON(key.type != BTRFS_ROOT_ITEM_KEY || key.objectid != objectid); in btrfs_unlink_subvol()
5572 BUG_ON(location.type != BTRFS_ROOT_ITEM_KEY); in btrfs_lookup_dentry()
5764 if (location.type == BTRFS_ROOT_ITEM_KEY && in btrfs_real_readdir()
Dtransaction.c1306 key.type = BTRFS_ROOT_ITEM_KEY; in create_pending_snapshot()
Dqgroup.c2351 srckey.type = BTRFS_ROOT_ITEM_KEY; in btrfs_qgroup_inherit()
Dfile.c298 key.type = BTRFS_ROOT_ITEM_KEY; in __btrfs_run_defrag_inode()
Dctree.h2022 #define BTRFS_ROOT_ITEM_KEY 132 macro