Home
last modified time | relevance | path

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

/fs/btrfs/
Droot-tree.c82 search_key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_find_last_root()
101 found_key.type != BTRFS_ROOT_ITEM_KEY) { in btrfs_find_last_root()
234 btrfs_set_key_type(&key, BTRFS_ROOT_ITEM_KEY); in btrfs_find_dead_roots()
257 if (btrfs_key_type(&key) != BTRFS_ROOT_ITEM_KEY) in btrfs_find_dead_roots()
313 root_key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_find_orphan_roots()
Dbtrfs_inode.h190 if (!ino || BTRFS_I(inode)->location.type == BTRFS_ROOT_ITEM_KEY) in btrfs_ino()
Dprint-tree.c209 case BTRFS_ROOT_ITEM_KEY: in btrfs_print_leaf()
Dexport.c74 btrfs_set_key_type(&key, BTRFS_ROOT_ITEM_KEY); in btrfs_get_dentry()
Dinode-item.c488 if (ret > 0 && btrfs_key_type(location) == BTRFS_ROOT_ITEM_KEY && in btrfs_lookup_inode()
Ddisk-io.c1299 root->root_key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_create_tree()
1344 key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_create_tree()
1380 root->root_key.type = BTRFS_ROOT_ITEM_KEY; in alloc_log_tree()
2820 location.type = BTRFS_ROOT_ITEM_KEY; in open_ctree()
Dioctl.c474 btrfs_set_key_type(&key, BTRFS_ROOT_ITEM_KEY); in create_subvol()
1878 key.type = BTRFS_ROOT_ITEM_KEY; in search_ioctl()
1973 key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_search_path_in_tree()
2945 location.type = BTRFS_ROOT_ITEM_KEY; in btrfs_ioctl_default_subvol()
Dcheck-integrity.c879 tmp_disk_key.type = BTRFS_ROOT_ITEM_KEY; in btrfsic_process_superblock_dev_mirror()
1055 if (BTRFS_ROOT_ITEM_KEY == type) { in btrfsic_process_metablock()
2437 tmp_disk_key.type = BTRFS_ROOT_ITEM_KEY; in btrfsic_process_written_superblock()
Dscrub.c439 root_key.type = BTRFS_ROOT_ITEM_KEY; in scrub_print_warning_inode()
591 key.type = BTRFS_ROOT_ITEM_KEY; in scrub_fixup_readpage()
3219 key.type = BTRFS_ROOT_ITEM_KEY; in copy_nocow_pages_for_inode()
Drelocation.c585 key.type = BTRFS_ROOT_ITEM_KEY; in read_fs_root()
1314 root_key.type = BTRFS_ROOT_ITEM_KEY;
4257 key.type = BTRFS_ROOT_ITEM_KEY;
4277 key.type != BTRFS_ROOT_ITEM_KEY)
Dsuper.c738 location.type = BTRFS_ROOT_ITEM_KEY; in get_default_root()
Dbackref.c278 root_key.type = BTRFS_ROOT_ITEM_KEY; in __resolve_indirect_ref()
Dinode.c2078 key.type = BTRFS_ROOT_ITEM_KEY; in record_one_backref()
2253 key.type = BTRFS_ROOT_ITEM_KEY; in relink_extent_backref()
3935 WARN_ON(key.type != BTRFS_ROOT_ITEM_KEY || key.objectid != objectid); in btrfs_unlink_subvol()
5075 BUG_ON(location.type != BTRFS_ROOT_ITEM_KEY); in btrfs_lookup_dentry()
5272 if (location.type == BTRFS_ROOT_ITEM_KEY && in btrfs_real_readdir()
Dtransaction.c1110 key.type = BTRFS_ROOT_ITEM_KEY; in create_pending_snapshot()
Ddelayed-inode.c547 root_key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_get_fs_root()
Dtree-log.c3998 btrfs_set_key_type(&key, BTRFS_ROOT_ITEM_KEY); in btrfs_recover_log_trees()
4029 tmp_key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_recover_log_trees()
Dqgroup.c1605 srckey.type = BTRFS_ROOT_ITEM_KEY; in btrfs_qgroup_inherit()
Dsend.c4663 key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_ioctl_send()
4682 key.type = BTRFS_ROOT_ITEM_KEY; in btrfs_ioctl_send()
Dfile.c302 btrfs_set_key_type(&key, BTRFS_ROOT_ITEM_KEY); in __btrfs_run_defrag_inode()
Dctree.h1811 #define BTRFS_ROOT_ITEM_KEY 132 macro