Lines Matching refs:time_seq
733 * Entries older than time_seq are ignored.
736 u64 time_seq)
743 if (!time_seq)
754 time_seq);
789 * time_seq).
793 u64 time_seq,
821 while (tm && tm->seq >= time_seq) {
915 u64 time_seq)
920 if (!time_seq)
926 tm = tree_mod_log_search(fs_info, eb->start, time_seq);
958 tree_mod_log_rewind(fs_info, eb_rewin, time_seq, tm);
966 * Rewind the state of @root's root node to the given @time_seq value.
972 struct extent_buffer *btrfs_get_old_root(struct btrfs_root *root, u64 time_seq)
986 tm = tree_mod_log_oldest_root(eb_root, time_seq);
1000 tm = tree_mod_log_search(fs_info, logical, time_seq);
1032 tm2 = tree_mod_log_search(fs_info, logical, time_seq);
1067 tree_mod_log_rewind(fs_info, eb, time_seq, tm);
1075 int btrfs_old_root_level(struct btrfs_root *root, u64 time_seq)
1081 tm = tree_mod_log_oldest_root(eb_root, time_seq);