Home
last modified time | relevance | path

Searched refs:btrfs_path_leaf_key (Results 1 – 5 of 5) sorted by relevance

/external/u-boot/fs/btrfs/
Dinode.c68 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()
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()
Ddir-item.c78 if (btrfs_comp_keys_type(&key, btrfs_path_leaf_key(&path))) in btrfs_lookup_dir_item()
105 found_key = btrfs_path_leaf_key(&path); in btrfs_readdir()
Dctree.h285 static inline struct btrfs_key *btrfs_path_leaf_key(struct btrfs_path *p) { in btrfs_path_leaf_key() function
302 res = btrfs_path_leaf_key(path); in btrfs_search_tree_key_type()
Dsubvolume.c96 found_key = btrfs_path_leaf_key(&path); in list_subvols()
Dchunk-map.c159 found_key = btrfs_path_leaf_key(&path); in btrfs_read_chunk_tree()