Searched refs:btrfs_path (Results 1 – 9 of 9) sorted by relevance
| /openbmc/u-boot/fs/btrfs/ |
| H A D | ctree.h | 265 struct btrfs_path { struct 279 void btrfs_free_path(struct btrfs_path *); argument 281 struct btrfs_path *); 282 int btrfs_prev_slot(struct btrfs_path *); 283 int btrfs_next_slot(struct btrfs_path *); 285 static inline struct btrfs_key *btrfs_path_leaf_key(struct btrfs_path *p) { in btrfs_path_leaf_key() 291 u8 type, struct btrfs_path *path) in btrfs_search_tree_key_type() 311 static inline u32 btrfs_path_item_size(struct btrfs_path *p) in btrfs_path_item_size() 322 static inline void *btrfs_path_leaf_data(struct btrfs_path *p) in btrfs_path_leaf_data()
|
| H A D | ctree.c | 85 static void clear_path(struct btrfs_path *p) in clear_path() 95 void btrfs_free_path(struct btrfs_path *p) in btrfs_free_path() 152 struct btrfs_path *p) in btrfs_search_tree() 200 static int jump_leaf(struct btrfs_path *path, int dir) in jump_leaf() 202 struct btrfs_path p; in jump_leaf() 262 int btrfs_prev_slot(struct btrfs_path *p) in btrfs_prev_slot() 271 int btrfs_next_slot(struct btrfs_path *p) in btrfs_next_slot()
|
| H A D | root.c | 10 static void read_root_item(struct btrfs_path *p, struct btrfs_root_item *item) in read_root_item() 37 struct btrfs_path path; in btrfs_find_root() 60 struct btrfs_path path; in btrfs_lookup_root_ref()
|
| H A D | dir-item.c | 34 btrfs_match_dir_item_name(struct btrfs_path *path, const char *name, in btrfs_match_dir_item_name() 67 struct btrfs_path path; in btrfs_lookup_dir_item() 92 struct btrfs_path path; in btrfs_readdir()
|
| H A D | btrfs.h | 81 u64 btrfs_read_extent_inline(struct btrfs_path *, 84 u64 btrfs_read_extent_reg(struct btrfs_path *, struct btrfs_file_extent_item *,
|
| H A D | inode.c | 14 struct btrfs_path path; in btrfs_lookup_inode_ref() 53 struct btrfs_path path; in btrfs_lookup_inode() 88 struct btrfs_path path; in btrfs_readlink() 322 struct btrfs_path path; in btrfs_file_read()
|
| H A D | extent-io.c | 12 u64 btrfs_read_extent_inline(struct btrfs_path *path, in btrfs_read_extent_inline() 64 u64 btrfs_read_extent_reg(struct btrfs_path *path, in btrfs_read_extent_reg()
|
| H A D | subvolume.c | 84 struct btrfs_path path; in list_subvols()
|
| H A D | chunk-map.c | 146 struct btrfs_path path; in btrfs_read_chunk_tree()
|