Lines Matching refs:time_seq
1132 * entries older than time_seq are ignored.
1135 struct extent_buffer *eb_root, u64 time_seq)
1142 if (!time_seq)
1153 time_seq);
1187 * time_seq).
1191 u64 time_seq, struct tree_mod_elem *first_tm)
1202 while (tm && tm->seq >= time_seq) {
1269 struct extent_buffer *eb, u64 time_seq)
1274 if (!time_seq)
1280 tm = tree_mod_log_search(fs_info, eb->start, time_seq);
1315 __tree_mod_log_rewind(fs_info, eb_rewin, time_seq, tm);
1323 * get_old_root() rewinds the state of @root's root node to the given @time_seq
1330 get_old_root(struct btrfs_root *root, u64 time_seq)
1344 tm = __tree_mod_log_oldest_root(eb_root, time_seq);
1358 tm = tree_mod_log_search(fs_info, logical, time_seq);
1384 tm2 = tree_mod_log_search(fs_info, logical, time_seq);
1420 __tree_mod_log_rewind(fs_info, eb, time_seq, tm);
1428 int btrfs_old_root_level(struct btrfs_root *root, u64 time_seq)
1434 tm = __tree_mod_log_oldest_root(eb_root, time_seq);
2956 * denoted by the time_seq parameter.
2964 struct btrfs_path *p, u64 time_seq)
2979 BUG_ON(time_seq);
2984 b = get_old_root(root, time_seq);
3042 b = tree_mod_log_rewind(fs_info, p, b, time_seq);
5448 u64 time_seq)
5474 if (time_seq)
5475 ret = btrfs_search_old_slot(root, &key, path, time_seq);
5551 if (!ret && time_seq) {