Searched refs:item_key (Results 1 – 1 of 1) sorted by relevance
413 struct btrfs_key item_key; in check_inode_key() local416 btrfs_item_key_to_cpu(leaf, &item_key, slot); in check_inode_key()417 is_inode_item = (item_key.type == BTRFS_INODE_ITEM_KEY); in check_inode_key()420 if (item_key.type == BTRFS_XATTR_ITEM_KEY) { in check_inode_key()465 struct btrfs_key item_key; in check_root_key() local468 btrfs_item_key_to_cpu(leaf, &item_key, slot); in check_root_key()469 is_root_item = (item_key.type == BTRFS_ROOT_ITEM_KEY); in check_root_key()