Lines Matching refs:time_seq
2376 struct btrfs_path *p, u64 time_seq) in btrfs_search_old_slot() argument
2392 BUG_ON(time_seq); in btrfs_search_old_slot()
2397 b = btrfs_get_old_root(root, time_seq); in btrfs_search_old_slot()
2452 b = btrfs_tree_mod_log_rewind(fs_info, p, b, time_seq); in btrfs_search_old_slot()
4910 u64 time_seq) in btrfs_next_old_leaf() argument
4927 if (time_seq) in btrfs_next_old_leaf()
4942 if (time_seq) { in btrfs_next_old_leaf()
4943 ret = btrfs_search_old_slot(root, &key, path, time_seq); in btrfs_next_old_leaf()
5045 if (!ret && time_seq) { in btrfs_next_old_leaf()
5110 int btrfs_next_old_item(struct btrfs_root *root, struct btrfs_path *path, u64 time_seq) in btrfs_next_old_item() argument
5114 return btrfs_next_old_leaf(root, path, time_seq); in btrfs_next_old_item()