Searched refs:btrfs_next_old_leaf (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/fs/btrfs/ |
D | ctree.h | 672 int btrfs_next_old_leaf(struct btrfs_root *root, struct btrfs_path *path, 717 return btrfs_next_old_leaf(root, path, 0); in btrfs_next_leaf()
|
D | backref.c | 512 ret = btrfs_next_old_leaf(root, path, ctx->time_seq); in add_all_parents() 536 ret = btrfs_next_old_leaf(root, path, ctx->time_seq); in add_all_parents()
|
D | ctree.c | 4813 int btrfs_next_old_leaf(struct btrfs_root *root, struct btrfs_path *path, in btrfs_next_old_leaf() function 5018 return btrfs_next_old_leaf(root, path, time_seq); in btrfs_next_old_item()
|