Searched refs:btrfs_comp_keys_type (Results 1 – 6 of 6) sorted by relevance
78 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()
277 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()
97 if (btrfs_comp_keys_type(&key, found_key)) in list_subvols()
339 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()
160 if (btrfs_comp_keys_type(&key, found_key)) in btrfs_read_chunk_tree()
29 int btrfs_comp_keys_type(struct btrfs_key *a, struct btrfs_key *b) in btrfs_comp_keys_type() function