Lines Matching refs:time_seq
598 u64 time_seq) in tree_mod_log_oldest_root() argument
605 if (!time_seq) in tree_mod_log_oldest_root()
616 time_seq); in tree_mod_log_oldest_root()
655 u64 time_seq, in tree_mod_log_rewind() argument
667 while (tm && tm->seq >= time_seq) { in tree_mod_log_rewind()
735 u64 time_seq) in btrfs_tree_mod_log_rewind() argument
740 if (!time_seq) in btrfs_tree_mod_log_rewind()
746 tm = tree_mod_log_search(fs_info, eb->start, time_seq); in btrfs_tree_mod_log_rewind()
778 tree_mod_log_rewind(fs_info, eb_rewin, time_seq, tm); in btrfs_tree_mod_log_rewind()
792 struct extent_buffer *btrfs_get_old_root(struct btrfs_root *root, u64 time_seq) in btrfs_get_old_root() argument
806 tm = tree_mod_log_oldest_root(eb_root, time_seq); in btrfs_get_old_root()
820 tm = tree_mod_log_search(fs_info, logical, time_seq); in btrfs_get_old_root()
847 tm2 = tree_mod_log_search(fs_info, logical, time_seq); in btrfs_get_old_root()
882 tree_mod_log_rewind(fs_info, eb, time_seq, tm); in btrfs_get_old_root()
890 int btrfs_old_root_level(struct btrfs_root *root, u64 time_seq) in btrfs_old_root_level() argument
896 tm = tree_mod_log_oldest_root(eb_root, time_seq); in btrfs_old_root_level()