Lines Matching refs:time_seq
736 u64 time_seq) in tree_mod_log_oldest_root() argument
743 if (!time_seq) in tree_mod_log_oldest_root()
754 time_seq); in tree_mod_log_oldest_root()
793 u64 time_seq, in tree_mod_log_rewind() argument
821 while (tm && tm->seq >= time_seq) { in tree_mod_log_rewind()
915 u64 time_seq) in btrfs_tree_mod_log_rewind() argument
920 if (!time_seq) in btrfs_tree_mod_log_rewind()
926 tm = tree_mod_log_search(fs_info, eb->start, time_seq); in btrfs_tree_mod_log_rewind()
958 tree_mod_log_rewind(fs_info, eb_rewin, time_seq, tm); in btrfs_tree_mod_log_rewind()
972 struct extent_buffer *btrfs_get_old_root(struct btrfs_root *root, u64 time_seq) in btrfs_get_old_root() argument
986 tm = tree_mod_log_oldest_root(eb_root, time_seq); in btrfs_get_old_root()
1000 tm = tree_mod_log_search(fs_info, logical, time_seq); in btrfs_get_old_root()
1032 tm2 = tree_mod_log_search(fs_info, logical, time_seq); in btrfs_get_old_root()
1067 tree_mod_log_rewind(fs_info, eb, time_seq, tm); in btrfs_get_old_root()
1075 int btrfs_old_root_level(struct btrfs_root *root, u64 time_seq) in btrfs_old_root_level() argument
1081 tm = tree_mod_log_oldest_root(eb_root, time_seq); in btrfs_old_root_level()