Home
last modified time | relevance | path

Searched refs:tm2 (Results 1 – 1 of 1) sorted by relevance

/linux-4.19.296/fs/btrfs/
Dctree.c1417 struct tree_mod_elem *tm2; in get_old_root() local
1431 tm2 = tree_mod_log_search(fs_info, logical, time_seq); in get_old_root()
1434 ASSERT(tm2); in get_old_root()
1435 ASSERT(tm2 == tm || tm2->seq > tm->seq); in get_old_root()
1436 if (!tm2 || tm2->seq < tm->seq) { in get_old_root()
1440 tm = tm2; in get_old_root()