Lines Matching refs:btrfs_path

58 struct btrfs_path {  struct
88 struct btrfs_path *path_name __free(btrfs_free_path) = NULL argument
428 struct btrfs_path *path;
540 struct btrfs_path *path, u64 min_objectid,
543 struct btrfs_path *path, u64 min_objectid);
545 const struct btrfs_path *path,
548 int btrfs_find_next_key(struct btrfs_root *root, struct btrfs_path *path,
552 struct btrfs_path *path,
577 struct btrfs_path *path, int level, int slot);
579 const struct btrfs_path *path, u32 data_size);
581 const struct btrfs_path *path, u32 new_size, int from_end);
584 struct btrfs_path *path,
589 struct btrfs_path *path,
591 int btrfs_find_item(struct btrfs_root *fs_root, struct btrfs_path *path,
594 const struct btrfs_key *key, struct btrfs_path *p,
597 struct btrfs_path *p, u64 time_seq);
600 struct btrfs_path *p, int find_higher,
602 void btrfs_release_path(struct btrfs_path *p);
603 struct btrfs_path *btrfs_alloc_path(void);
604 void btrfs_free_path(struct btrfs_path *p);
605 DEFINE_FREE(btrfs_free_path, struct btrfs_path *, btrfs_free_path(_T))
608 struct btrfs_path *path, int slot, int nr);
611 struct btrfs_path *path) in btrfs_del_item()
644 struct btrfs_path *path,
651 struct btrfs_path *path,
656 struct btrfs_path *path, in btrfs_insert_empty_item()
670 int btrfs_next_old_leaf(struct btrfs_root *root, struct btrfs_path *path,
674 struct btrfs_path *path);
677 struct btrfs_path *path);
705 int btrfs_next_old_item(struct btrfs_root *root, struct btrfs_path *path, u64 time_seq);
713 static inline int btrfs_next_leaf(struct btrfs_root *root, struct btrfs_path *path) in btrfs_next_leaf()
718 static inline int btrfs_next_item(struct btrfs_root *root, struct btrfs_path *p) in btrfs_next_item()