Lines Matching refs:time_seq
2261 struct btrfs_path *p, u64 time_seq) in btrfs_search_old_slot() argument
2276 BUG_ON(time_seq); in btrfs_search_old_slot()
2281 b = btrfs_get_old_root(root, time_seq); in btrfs_search_old_slot()
2337 b = btrfs_tree_mod_log_rewind(fs_info, b, time_seq); in btrfs_search_old_slot()
4783 u64 time_seq) in btrfs_next_old_leaf() argument
4800 if (time_seq) in btrfs_next_old_leaf()
4815 if (time_seq) { in btrfs_next_old_leaf()
4816 ret = btrfs_search_old_slot(root, &key, path, time_seq); in btrfs_next_old_leaf()
4906 if (!ret && time_seq) { in btrfs_next_old_leaf()
4970 int btrfs_next_old_item(struct btrfs_root *root, struct btrfs_path *path, u64 time_seq) in btrfs_next_old_item() argument
4974 return btrfs_next_old_leaf(root, path, time_seq); in btrfs_next_old_item()