Lines Matching refs:time_seq
772 u64 time_seq) in tree_mod_log_oldest_root() argument
779 if (!time_seq) in tree_mod_log_oldest_root()
790 time_seq); in tree_mod_log_oldest_root()
829 u64 time_seq, in tree_mod_log_rewind() argument
857 while (tm && tm->seq >= time_seq) { in tree_mod_log_rewind()
950 u64 time_seq) in btrfs_tree_mod_log_rewind() argument
955 if (!time_seq) in btrfs_tree_mod_log_rewind()
961 tm = tree_mod_log_search(fs_info, eb->start, time_seq); in btrfs_tree_mod_log_rewind()
993 tree_mod_log_rewind(fs_info, eb_rewin, time_seq, tm); in btrfs_tree_mod_log_rewind()
1007 struct extent_buffer *btrfs_get_old_root(struct btrfs_root *root, u64 time_seq) in btrfs_get_old_root() argument
1021 tm = tree_mod_log_oldest_root(eb_root, time_seq); in btrfs_get_old_root()
1035 tm = tree_mod_log_search(fs_info, logical, time_seq); in btrfs_get_old_root()
1067 tm2 = tree_mod_log_search(fs_info, logical, time_seq); in btrfs_get_old_root()
1102 tree_mod_log_rewind(fs_info, eb, time_seq, tm); in btrfs_get_old_root()
1110 int btrfs_old_root_level(struct btrfs_root *root, u64 time_seq) in btrfs_old_root_level() argument
1116 tm = tree_mod_log_oldest_root(eb_root, time_seq); in btrfs_old_root_level()