Home
last modified time | relevance | path

Searched refs:btrfs_path (Results 1 – 9 of 9) sorted by relevance

/external/u-boot/fs/btrfs/
Dctree.h265 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()
Dctree.c84 static void clear_path(struct btrfs_path *p) in clear_path()
94 void btrfs_free_path(struct btrfs_path *p) in btrfs_free_path()
150 struct btrfs_path *p) in btrfs_search_tree()
198 static int jump_leaf(struct btrfs_path *path, int dir) in jump_leaf()
200 struct btrfs_path p; in jump_leaf()
260 int btrfs_prev_slot(struct btrfs_path *p) in btrfs_prev_slot()
269 int btrfs_next_slot(struct btrfs_path *p) in btrfs_next_slot()
Droot.c10 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()
Ddir-item.c34 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()
Dbtrfs.h81 u64 btrfs_read_extent_inline(struct btrfs_path *,
84 u64 btrfs_read_extent_reg(struct btrfs_path *, struct btrfs_file_extent_item *,
Dinode.c14 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()
Dextent-io.c11 u64 btrfs_read_extent_inline(struct btrfs_path *path, in btrfs_read_extent_inline()
63 u64 btrfs_read_extent_reg(struct btrfs_path *path, in btrfs_read_extent_reg()
Dsubvolume.c84 struct btrfs_path path; in list_subvols()
Dchunk-map.c146 struct btrfs_path path; in btrfs_read_chunk_tree()