Lines Matching refs:time_seq
2242 struct btrfs_path *p, u64 time_seq) in btrfs_search_old_slot() argument
2257 BUG_ON(time_seq); in btrfs_search_old_slot()
2262 b = btrfs_get_old_root(root, time_seq); in btrfs_search_old_slot()
2318 b = btrfs_tree_mod_log_rewind(fs_info, b, time_seq); in btrfs_search_old_slot()
4770 u64 time_seq) in btrfs_next_old_leaf() argument
4787 if (time_seq) in btrfs_next_old_leaf()
4802 if (time_seq) { in btrfs_next_old_leaf()
4803 ret = btrfs_search_old_slot(root, &key, path, time_seq); in btrfs_next_old_leaf()
4904 if (!ret && time_seq) { in btrfs_next_old_leaf()
4968 int btrfs_next_old_item(struct btrfs_root *root, struct btrfs_path *path, u64 time_seq) in btrfs_next_old_item() argument
4972 return btrfs_next_old_leaf(root, path, time_seq); in btrfs_next_old_item()