Home
last modified time | relevance | path

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

/linux-4.4.14/fs/btrfs/
Dbtrfs_inode.h232 if (!ino || BTRFS_I(inode)->location.type == BTRFS_ROOT_ITEM_KEY) in btrfs_ino()
Droot-tree.c111 found_key.type != BTRFS_ROOT_ITEM_KEY) { in btrfs_find_root()
245 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.c1334 root->root_key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_create_tree()
1375 key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_create_tree()
1412 root->root_key.type = BTRFS_ROOT_ITEM_KEY; in alloc_log_tree()
2424 location.type = BTRFS_ROOT_ITEM_KEY; in btrfs_read_roots()
3072 location.type = BTRFS_ROOT_ITEM_KEY; in open_ctree()
Dvolumes.c4005 key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_uuid_scan_kthread()
4009 max_key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_uuid_scan_kthread()
4020 if (key.type != BTRFS_ROOT_ITEM_KEY || in btrfs_uuid_scan_kthread()
4093 } else if (key.type < BTRFS_ROOT_ITEM_KEY) { in btrfs_uuid_scan_kthread()
4095 key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_uuid_scan_kthread()
4098 key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_uuid_scan_kthread()
4137 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;
4349 key.type = BTRFS_ROOT_ITEM_KEY;
4369 key.type != BTRFS_ROOT_ITEM_KEY)
Dtree-log.c3369 tmp.type != BTRFS_ROOT_ITEM_KEY) in log_dir_items()
5093 if (di_key.type == BTRFS_ROOT_ITEM_KEY) in log_new_dir_dentries()
5472 key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_recover_log_trees()
5502 tmp_key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_recover_log_trees()
Dsend.c1694 if (key.type == BTRFS_ROOT_ITEM_KEY) { in lookup_dir_item_inode()
2670 if (di_key.type != BTRFS_ROOT_ITEM_KEY && in did_create_dir()
6065 key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_ioctl_send()
6097 key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_ioctl_send()
Dioctl.c548 key.type = BTRFS_ROOT_ITEM_KEY; in create_subvol()
2088 key.type = BTRFS_ROOT_ITEM_KEY; in search_ioctl()
2228 key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_search_path_in_tree()
4096 location.type = BTRFS_ROOT_ITEM_KEY; in btrfs_ioctl_default_subvol()
Dscrub.c534 root_key.type = BTRFS_ROOT_ITEM_KEY; in scrub_print_warning_inode()
686 key.type = BTRFS_ROOT_ITEM_KEY; in scrub_fixup_readpage()
4264 key.type = BTRFS_ROOT_ITEM_KEY; in copy_nocow_pages_for_inode()
Dbackref.c353 root_key.type = BTRFS_ROOT_ITEM_KEY; in __resolve_indirect_ref()
Dsuper.c916 key.type = BTRFS_ROOT_ITEM_KEY; in get_subvol_name_from_objectid()
Dinode.c2266 key.type = BTRFS_ROOT_ITEM_KEY; in record_one_backref()
2449 key.type = BTRFS_ROOT_ITEM_KEY; in relink_extent_backref()
4116 WARN_ON(key.type != BTRFS_ROOT_ITEM_KEY || key.objectid != objectid); in btrfs_unlink_subvol()
5643 BUG_ON(location.type != BTRFS_ROOT_ITEM_KEY); in btrfs_lookup_dentry()
5835 if (location.type == BTRFS_ROOT_ITEM_KEY && in btrfs_real_readdir()
Dtransaction.c1357 key.type = BTRFS_ROOT_ITEM_KEY; in create_pending_snapshot()
Dqgroup.c1901 srckey.type = BTRFS_ROOT_ITEM_KEY; in btrfs_qgroup_inherit()
Dfile.c298 key.type = BTRFS_ROOT_ITEM_KEY; in __btrfs_run_defrag_inode()
Dctree.h2052 #define BTRFS_ROOT_ITEM_KEY 132 macro