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

  /external/u-boot/fs/btrfs/
dir-item.c 78 if (btrfs_comp_keys_type(&key, btrfs_path_leaf_key(&path)))
105 found_key = btrfs_path_leaf_key(&path);
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) {
339 if (btrfs_comp_keys_type(&key, btrfs_path_leaf_key(&path)))
346 if (btrfs_comp_keys_type(&key, btrfs_path_leaf_key(&path)))
subvolume.c 96 found_key = btrfs_path_leaf_key(&path);
ctree.h 285 static inline struct btrfs_key *btrfs_path_leaf_key(struct btrfs_path *p) { function
302 res = btrfs_path_leaf_key(path);
chunk-map.c 159 found_key = btrfs_path_leaf_key(&path);

Completed in 1358 milliseconds