Searched refs:btrfs_comp_keys (Results 1 – 3 of 3) sorted by relevance
68 if (btrfs_comp_keys(location, btrfs_path_leaf_key(&path))) in btrfs_lookup_inode()101 if (btrfs_comp_keys(&key, btrfs_path_leaf_key(&path))) in btrfs_readlink()335 if (btrfs_comp_keys(&key, btrfs_path_leaf_key(&path)) < 0) { in btrfs_file_read()
11 int btrfs_comp_keys(struct btrfs_key *a, struct btrfs_key *b) in btrfs_comp_keys() function51 ret = btrfs_comp_keys(tmp, key); in generic_bin_search()
276 int btrfs_comp_keys(struct btrfs_key *, struct btrfs_key *);