HomeSort by relevance Sort by last modified time
    Searched refs:btrfs_comp_keys (Results 1 - 3 of 3) sorted by null

  /external/u-boot/fs/btrfs/
inode.c 68 if (btrfs_comp_keys(location, btrfs_path_leaf_key(&path)))
101 if (btrfs_comp_keys(&key, btrfs_path_leaf_key(&path)))
335 if (btrfs_comp_keys(&key, btrfs_path_leaf_key(&path)) < 0) {
ctree.c 11 int btrfs_comp_keys(struct btrfs_key *a, struct btrfs_key *b) function
51 ret = btrfs_comp_keys(tmp, key);
ctree.h 276 int btrfs_comp_keys(struct btrfs_key *, struct btrfs_key *);

Completed in 49 milliseconds