Home
last modified time | relevance | path

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

/openbmc/linux/fs/btrfs/
H A Dctree.h678 int btrfs_next_old_item(struct btrfs_root *root, struct btrfs_path *path, u64 time_seq);
693 return btrfs_next_old_item(root, p, 0); in btrfs_next_item()
H A Dbackref.c579 ret = btrfs_next_old_item(root, path, ctx->time_seq); in add_all_parents()
H A Dctree.c5119 int btrfs_next_old_item(struct btrfs_root *root, struct btrfs_path *path, u64 time_seq) in btrfs_next_old_item() function