Lines Matching refs:btrfs_path
86 struct btrfs_path { struct
398 struct btrfs_path *path;
529 struct btrfs_path *path, u64 min_objectid,
532 struct btrfs_path *path, u64 min_objectid);
534 struct btrfs_path *path,
537 int btrfs_find_next_key(struct btrfs_root *root, struct btrfs_path *path,
541 struct btrfs_path *path,
557 void btrfs_extend_item(struct btrfs_path *path, u32 data_size);
558 void btrfs_truncate_item(struct btrfs_path *path, u32 new_size, int from_end);
561 struct btrfs_path *path,
566 struct btrfs_path *path,
568 int btrfs_find_item(struct btrfs_root *fs_root, struct btrfs_path *path,
571 const struct btrfs_key *key, struct btrfs_path *p,
574 struct btrfs_path *p, u64 time_seq);
577 struct btrfs_path *p, int find_higher,
583 void btrfs_release_path(struct btrfs_path *p);
584 struct btrfs_path *btrfs_alloc_path(void);
585 void btrfs_free_path(struct btrfs_path *p);
588 struct btrfs_path *path, int slot, int nr);
591 struct btrfs_path *path) in btrfs_del_item()
623 struct btrfs_path *path,
630 struct btrfs_path *path,
635 struct btrfs_path *path, in btrfs_insert_empty_item()
649 int btrfs_prev_leaf(struct btrfs_root *root, struct btrfs_path *path);
650 int btrfs_next_old_leaf(struct btrfs_root *root, struct btrfs_path *path,
654 struct btrfs_path *path);
657 struct btrfs_path *path);
685 int btrfs_next_old_item(struct btrfs_root *root, struct btrfs_path *path, u64 time_seq);
693 static inline int btrfs_next_leaf(struct btrfs_root *root, struct btrfs_path *path) in btrfs_next_leaf()
698 static inline int btrfs_next_item(struct btrfs_root *root, struct btrfs_path *p) in btrfs_next_item()