Home
last modified time | relevance | path

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

/linux/fs/btrfs/
A Dtree-checker.c494 struct btrfs_key location_key; in check_dir_item() local
512 btrfs_dir_item_key_to_cpu(leaf, di, &location_key); in check_dir_item()
513 if (location_key.type == BTRFS_ROOT_ITEM_KEY) { in check_dir_item()
514 ret = check_root_key(leaf, &location_key, slot); in check_dir_item()
517 } else if (location_key.type == BTRFS_INODE_ITEM_KEY || in check_dir_item()
518 location_key.type == 0) { in check_dir_item()
519 ret = check_inode_key(leaf, &location_key, slot); in check_dir_item()
525 location_key.type, BTRFS_ROOT_ITEM_KEY, in check_dir_item()

Completed in 5 milliseconds