Searched refs:item_key (Results 1 – 1 of 1) sorted by relevance
414 struct btrfs_key item_key; in check_inode_key() local417 btrfs_item_key_to_cpu(leaf, &item_key, slot); in check_inode_key()418 is_inode_item = (item_key.type == BTRFS_INODE_ITEM_KEY); in check_inode_key()421 if (item_key.type == BTRFS_XATTR_ITEM_KEY) { in check_inode_key()466 struct btrfs_key item_key; in check_root_key() local469 btrfs_item_key_to_cpu(leaf, &item_key, slot); in check_root_key()470 is_root_item = (item_key.type == BTRFS_ROOT_ITEM_KEY); in check_root_key()