Searched refs:location_key (Results 1 - 1 of 1) sorted by relevance

/linux-master/fs/btrfs/
H A Dtree-checker.c516 struct btrfs_key location_key; local
534 btrfs_dir_item_key_to_cpu(leaf, di, &location_key);
535 if (location_key.type == BTRFS_ROOT_ITEM_KEY) {
536 ret = check_root_key(leaf, &location_key, slot);
539 } else if (location_key.type == BTRFS_INODE_ITEM_KEY ||
540 location_key.type == 0) {
541 ret = check_inode_key(leaf, &location_key, slot);
547 location_key.type, BTRFS_ROOT_ITEM_KEY,

Completed in 127 milliseconds