Searched refs:found_key (Results 1 – 4 of 4) sorted by relevance
| /openbmc/u-boot/fs/btrfs/ |
| H A D | subvolume.c | 83 struct btrfs_key key, *found_key; in list_subvols() local 96 found_key = btrfs_path_leaf_key(&path); in list_subvols() 97 if (btrfs_comp_keys_type(&key, found_key)) in list_subvols() 103 printf("ID %llu parent %llu name ", found_key->offset, tree); in list_subvols() 104 if (nameptr && !get_subvol_name(found_key->offset, nameptr, in list_subvols() 112 list_subvols(found_key->offset, nameptr, max_name_len, in list_subvols()
|
| H A D | chunk-map.c | 147 struct btrfs_key key, *found_key; in btrfs_read_chunk_tree() local 159 found_key = btrfs_path_leaf_key(&path); in btrfs_read_chunk_tree() 160 if (btrfs_comp_keys_type(&key, found_key)) in btrfs_read_chunk_tree() 165 if (add_chunk_mapping(found_key, chunk)) { in btrfs_read_chunk_tree()
|
| H A D | dir-item.c | 93 struct btrfs_key key, *found_key; in btrfs_readdir() local 105 found_key = btrfs_path_leaf_key(&path); in btrfs_readdir() 106 if (btrfs_comp_keys_type(&key, found_key)) in btrfs_readdir()
|
| /openbmc/u-boot/cmd/ |
| H A D | gpt.c | 132 static bool found_key(const char *str, const char *key) in found_key() function 535 if (found_key(tok, "bootable")) in set_gpt_info()
|