Lines Matching defs:logical
11 u64 logical;
17 u64 logical;
129 * The 'start address' is the logical address of the *new* root node for root
130 * replace operations, or the logical address of the affected block for all
150 if (cur->logical < tm->logical)
152 else if (cur->logical > tm->logical)
212 tm->logical = eb->start;
272 tm->logical = eb->start;
428 tm->logical = new_root->start;
429 tm->old_root.logical = old_root->start;
488 if (cur->logical < start) {
490 } else if (cur->logical > start) {
732 * Returns the logical address of the oldest predecessor of the given root.
748 * operation (if it is replaced at all). This has the logical address
774 root_logical = tm->old_root.logical;
898 if (tm->logical != first_tm->logical)
982 u64 logical;
993 logical = old_root->logical;
996 logical = eb_root->start;
1000 tm = tree_mod_log_search(fs_info, logical, time_seq);
1010 old = read_tree_block(fs_info, logical, &check);
1016 logical);
1032 tm2 = tree_mod_log_search(fs_info, logical, time_seq);
1047 eb = alloc_dummy_extent_buffer(fs_info, logical);