Home
last modified time | relevance | path

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

/openbmc/u-boot/fs/btrfs/
H A Ddir-item.c78 if (btrfs_comp_keys_type(&key, btrfs_path_leaf_key(&path))) in btrfs_lookup_dir_item()
106 if (btrfs_comp_keys_type(&key, found_key)) in btrfs_readdir()
H A Dctree.h277 int btrfs_comp_keys_type(struct btrfs_key *, struct btrfs_key *);
303 if (btrfs_comp_keys_type(&key, res)) { in btrfs_search_tree_key_type()
H A Dsubvolume.c97 if (btrfs_comp_keys_type(&key, found_key)) in list_subvols()
H A Dinode.c339 if (btrfs_comp_keys_type(&key, btrfs_path_leaf_key(&path))) in btrfs_file_read()
346 if (btrfs_comp_keys_type(&key, btrfs_path_leaf_key(&path))) in btrfs_file_read()
H A Dchunk-map.c160 if (btrfs_comp_keys_type(&key, found_key)) in btrfs_read_chunk_tree()
H A Dctree.c29 int btrfs_comp_keys_type(struct btrfs_key *a, struct btrfs_key *b) in btrfs_comp_keys_type() function