Searched refs:btrfs_next_old_leaf (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | ctree.h | 643 int btrfs_next_old_leaf(struct btrfs_root *root, struct btrfs_path *path, 688 return btrfs_next_old_leaf(root, path, 0); in btrfs_next_leaf()
|
H A D | backref.c | 515 ret = btrfs_next_old_leaf(root, path, ctx->time_seq); in add_all_parents() 539 ret = btrfs_next_old_leaf(root, path, ctx->time_seq); in add_all_parents()
|
H A D | ctree.c | 4918 int btrfs_next_old_leaf(struct btrfs_root *root, struct btrfs_path *path, in btrfs_next_old_leaf() function 5123 return btrfs_next_old_leaf(root, path, time_seq); in btrfs_next_old_item()
|
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | backref.c | 462 ret = btrfs_next_old_leaf(root, path, time_seq); in add_all_parents() 486 ret = btrfs_next_old_leaf(root, path, time_seq); in add_all_parents()
|
H A D | ctree.h | 2783 int btrfs_next_old_leaf(struct btrfs_root *root, struct btrfs_path *path, 2790 return btrfs_next_old_leaf(root, p, time_seq); in btrfs_next_old_item()
|
H A D | ctree.c | 5444 return btrfs_next_old_leaf(root, path, 0); in btrfs_next_leaf() 5447 int btrfs_next_old_leaf(struct btrfs_root *root, struct btrfs_path *path, in btrfs_next_old_leaf() function
|
Completed in 26 milliseconds