Lines Matching defs:logical
247 u64 logical;
253 u64 logical;
359 * The 'start address' is the logical address of the *new* root node
360 * for root replace operations, or the logical address of the affected
380 if (cur->logical < tm->logical)
382 else if (cur->logical > tm->logical)
443 tm->logical = eb->start;
504 tm->logical = eb->start;
613 tm->logical = new_root->start;
614 tm->old_root.logical = old_root->start;
659 if (cur->logical < start) {
661 } else if (cur->logical > start) {
1131 * returns the logical address of the oldest predecessor of the given root.
1148 * the logical address of the *new* root, making it the very
1173 root_logical = tm->old_root.logical;
1253 if (tm->logical != first_tm->logical)
1340 u64 logical;
1351 logical = old_root->logical;
1354 logical = eb_root->start;
1358 tm = tree_mod_log_search(fs_info, logical, time_seq);
1362 old = read_tree_block(fs_info, logical, 0, level, NULL);
1368 logical);
1384 tm2 = tree_mod_log_search(fs_info, logical, time_seq);
1399 eb = alloc_dummy_extent_buffer(fs_info, logical);