Lines Matching refs:btrfs_path
86 struct btrfs_path { struct
398 struct btrfs_path *path;
517 struct btrfs_path *path, u64 min_objectid,
520 struct btrfs_path *path, u64 min_objectid);
522 struct btrfs_path *path,
525 int btrfs_find_next_key(struct btrfs_root *root, struct btrfs_path *path,
529 struct btrfs_path *path,
547 struct btrfs_path *path, int level, int slot);
548 void btrfs_extend_item(struct btrfs_path *path, u32 data_size);
549 void btrfs_truncate_item(struct btrfs_path *path, u32 new_size, int from_end);
552 struct btrfs_path *path,
557 struct btrfs_path *path,
559 int btrfs_find_item(struct btrfs_root *fs_root, struct btrfs_path *path,
562 const struct btrfs_key *key, struct btrfs_path *p,
565 struct btrfs_path *p, u64 time_seq);
568 struct btrfs_path *p, int find_higher,
574 void btrfs_release_path(struct btrfs_path *p);
575 struct btrfs_path *btrfs_alloc_path(void);
576 void btrfs_free_path(struct btrfs_path *p);
579 struct btrfs_path *path, int slot, int nr);
582 struct btrfs_path *path) in btrfs_del_item()
614 struct btrfs_path *path,
621 struct btrfs_path *path,
626 struct btrfs_path *path, in btrfs_insert_empty_item()
640 int btrfs_next_old_leaf(struct btrfs_root *root, struct btrfs_path *path,
644 struct btrfs_path *path);
647 struct btrfs_path *path);
675 int btrfs_next_old_item(struct btrfs_root *root, struct btrfs_path *path, u64 time_seq);
683 static inline int btrfs_next_leaf(struct btrfs_root *root, struct btrfs_path *path) in btrfs_next_leaf()
688 static inline int btrfs_next_item(struct btrfs_root *root, struct btrfs_path *p) in btrfs_next_item()