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

  /external/u-boot/fs/btrfs/
dir-item.c 78 if (btrfs_comp_keys_type(&key, btrfs_path_leaf_key(&path)))
106 if (btrfs_comp_keys_type(&key, found_key))
subvolume.c 97 if (btrfs_comp_keys_type(&key, found_key))
ctree.h 277 int btrfs_comp_keys_type(struct btrfs_key *, struct btrfs_key *);
303 if (btrfs_comp_keys_type(&key, res)) {
chunk-map.c 160 if (btrfs_comp_keys_type(&key, found_key))
inode.c 339 if (btrfs_comp_keys_type(&key, btrfs_path_leaf_key(&path)))
346 if (btrfs_comp_keys_type(&key, btrfs_path_leaf_key(&path)))
ctree.c 28 int btrfs_comp_keys_type(struct btrfs_key *a, struct btrfs_key *b) function

Completed in 643 milliseconds