Lines Matching refs:time_seq
2263 struct btrfs_path *p, u64 time_seq) in btrfs_search_old_slot() argument
2279 BUG_ON(time_seq); in btrfs_search_old_slot()
2289 b = btrfs_get_old_root(root, time_seq); in btrfs_search_old_slot()
2345 b = btrfs_tree_mod_log_rewind(fs_info, b, time_seq); in btrfs_search_old_slot()
4793 u64 time_seq) in btrfs_next_old_leaf() argument
4811 if (time_seq) in btrfs_next_old_leaf()
4831 if (time_seq) { in btrfs_next_old_leaf()
4832 ret = btrfs_search_old_slot(root, &key, path, time_seq); in btrfs_next_old_leaf()
4922 if (!ret && time_seq) { in btrfs_next_old_leaf()
4988 int btrfs_next_old_item(struct btrfs_root *root, struct btrfs_path *path, u64 time_seq) in btrfs_next_old_item() argument
4992 return btrfs_next_old_leaf(root, path, time_seq); in btrfs_next_old_item()