Home
last modified time | relevance | path

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

/fs/btrfs/
Droot-tree.c40 search_key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_find_last_root()
59 found_key.type != BTRFS_ROOT_ITEM_KEY) { in btrfs_find_last_root()
148 btrfs_set_key_type(&key, BTRFS_ROOT_ITEM_KEY); in btrfs_find_dead_roots()
171 if (btrfs_key_type(&key) != BTRFS_ROOT_ITEM_KEY) in btrfs_find_dead_roots()
227 root_key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_find_orphan_roots()
Dbtrfs_inode.h185 if (!ino || BTRFS_I(inode)->location.type == BTRFS_ROOT_ITEM_KEY) in btrfs_ino()
Dinode-item.c224 if (ret > 0 && btrfs_key_type(location) == BTRFS_ROOT_ITEM_KEY && in btrfs_lookup_inode()
Dexport.c81 btrfs_set_key_type(&key, BTRFS_ROOT_ITEM_KEY); in btrfs_get_dentry()
Dprint-tree.c209 case BTRFS_ROOT_ITEM_KEY: in btrfs_print_leaf()
Dioctl.c420 btrfs_set_key_type(&key, BTRFS_ROOT_ITEM_KEY); in create_subvol()
1730 key.type = BTRFS_ROOT_ITEM_KEY; in search_ioctl()
1825 key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_search_path_in_tree()
2747 location.type = BTRFS_ROOT_ITEM_KEY; in btrfs_ioctl_default_subvol()
Dcheck-integrity.c869 tmp_disk_key.type = BTRFS_ROOT_ITEM_KEY; in btrfsic_process_superblock_dev_mirror()
1022 if (BTRFS_ROOT_ITEM_KEY == type) { in btrfsic_process_metablock()
2176 tmp_disk_key.type = BTRFS_ROOT_ITEM_KEY; in btrfsic_process_written_superblock()
Drelocation.c586 key.type = BTRFS_ROOT_ITEM_KEY; in read_fs_root()
1303 root_key.type = BTRFS_ROOT_ITEM_KEY;
4151 key.type = BTRFS_ROOT_ITEM_KEY;
4171 key.type != BTRFS_ROOT_ITEM_KEY)
Dscrub.c285 root_key.type = BTRFS_ROOT_ITEM_KEY; in scrub_print_warning_inode()
428 key.type = BTRFS_ROOT_ITEM_KEY; in scrub_fixup_readpage()
Dsuper.c686 location.type = BTRFS_ROOT_ITEM_KEY; in get_default_root()
Dbackref.c139 root_key.type = BTRFS_ROOT_ITEM_KEY; in __resolve_indirect_ref()
Dtransaction.c935 key.type = BTRFS_ROOT_ITEM_KEY; in create_pending_snapshot()
Dtree-log.c3251 btrfs_set_key_type(&key, BTRFS_ROOT_ITEM_KEY); in btrfs_recover_log_trees()
3282 tmp_key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_recover_log_trees()
Ddelayed-inode.c577 root_key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_get_fs_root()
Ddisk-io.c1243 root->root_key.type = BTRFS_ROOT_ITEM_KEY; in alloc_log_tree()
2463 location.type = BTRFS_ROOT_ITEM_KEY; in open_ctree()
Dfile.c240 btrfs_set_key_type(&key, BTRFS_ROOT_ITEM_KEY); in btrfs_run_defrag_inodes()
Dinode.c3068 WARN_ON(key.type != BTRFS_ROOT_ITEM_KEY || key.objectid != objectid); in btrfs_unlink_subvol()
4130 BUG_ON(location.type != BTRFS_ROOT_ITEM_KEY); in btrfs_lookup_dentry()
4332 if (location.type == BTRFS_ROOT_ITEM_KEY && in btrfs_real_readdir()
Dctree.h1467 #define BTRFS_ROOT_ITEM_KEY 132 macro