Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/btrfs/
H A Dtree-checker.c487 struct btrfs_key location_key; in check_dir_item() local
505 btrfs_dir_item_key_to_cpu(leaf, di, &location_key); in check_dir_item()
506 if (location_key.type == BTRFS_ROOT_ITEM_KEY) { in check_dir_item()
507 ret = check_root_key(leaf, &location_key, slot); in check_dir_item()
510 } else if (location_key.type == BTRFS_INODE_ITEM_KEY || in check_dir_item()
511 location_key.type == 0) { in check_dir_item()
512 ret = check_inode_key(leaf, &location_key, slot); in check_dir_item()
518 location_key.type, BTRFS_ROOT_ITEM_KEY, in check_dir_item()
/kernel/linux/linux-6.6/fs/btrfs/
H A Dtree-checker.c512 struct btrfs_key location_key; in check_dir_item() local
530 btrfs_dir_item_key_to_cpu(leaf, di, &location_key); in check_dir_item()
531 if (location_key.type == BTRFS_ROOT_ITEM_KEY) { in check_dir_item()
532 ret = check_root_key(leaf, &location_key, slot); in check_dir_item()
535 } else if (location_key.type == BTRFS_INODE_ITEM_KEY || in check_dir_item()
536 location_key.type == 0) { in check_dir_item()
537 ret = check_inode_key(leaf, &location_key, slot); in check_dir_item()
543 location_key.type, BTRFS_ROOT_ITEM_KEY, in check_dir_item()

Completed in 5 milliseconds