Lines Matching refs:time_seq
771 u64 time_seq) in tree_mod_log_oldest_root() argument
778 if (!time_seq) in tree_mod_log_oldest_root()
789 time_seq); in tree_mod_log_oldest_root()
828 u64 time_seq, in tree_mod_log_rewind() argument
856 while (tm && tm->seq >= time_seq) { in tree_mod_log_rewind()
949 u64 time_seq) in btrfs_tree_mod_log_rewind() argument
954 if (!time_seq) in btrfs_tree_mod_log_rewind()
960 tm = tree_mod_log_search(fs_info, eb->start, time_seq); in btrfs_tree_mod_log_rewind()
992 tree_mod_log_rewind(fs_info, eb_rewin, time_seq, tm); in btrfs_tree_mod_log_rewind()
1006 struct extent_buffer *btrfs_get_old_root(struct btrfs_root *root, u64 time_seq) in btrfs_get_old_root() argument
1020 tm = tree_mod_log_oldest_root(eb_root, time_seq); in btrfs_get_old_root()
1034 tm = tree_mod_log_search(fs_info, logical, time_seq); in btrfs_get_old_root()
1066 tm2 = tree_mod_log_search(fs_info, logical, time_seq); in btrfs_get_old_root()
1101 tree_mod_log_rewind(fs_info, eb, time_seq, tm); in btrfs_get_old_root()
1109 int btrfs_old_root_level(struct btrfs_root *root, u64 time_seq) in btrfs_old_root_level() argument
1115 tm = tree_mod_log_oldest_root(eb_root, time_seq); in btrfs_old_root_level()