Home
last modified time | relevance | path

Searched refs:btrfs_next_old_leaf (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/fs/btrfs/
Dbackref.c280 ret = btrfs_next_old_leaf(root, path, time_seq); in add_all_parents()
Dctree.h3687 int btrfs_next_old_leaf(struct btrfs_root *root, struct btrfs_path *path,
3694 return btrfs_next_old_leaf(root, p, time_seq); in btrfs_next_old_item()
Dctree.c5656 return btrfs_next_old_leaf(root, path, 0); in btrfs_next_leaf()
5659 int btrfs_next_old_leaf(struct btrfs_root *root, struct btrfs_path *path, in btrfs_next_old_leaf() function