Lines Matching refs:start
127 * node/leaf start address -> sequence
129 * The 'start address' is the logical address of the *new* root node for root
212 tm->logical = eb->start;
272 tm->logical = eb->start;
428 tm->logical = new_root->start;
429 tm->old_root.logical = old_root->start;
475 u64 start, u64 min_seq,
488 if (cur->logical < start) {
490 } else if (cur->logical > start) {
522 u64 start, u64 min_seq)
524 return __tree_mod_log_search(fs_info, start, min_seq, true);
533 u64 start, u64 min_seq)
535 return __tree_mod_log_search(fs_info, start, min_seq, false);
740 u64 root_logical = eb_root->start;
810 * Since a rewind eb can start empty, max_slot is a signed integer with
874 eb->start, tm->slot,
926 tm = tree_mod_log_search(fs_info, eb->start, time_seq);
932 eb_rewin = alloc_dummy_extent_buffer(fs_info, eb->start);
938 btrfs_set_header_bytenr(eb_rewin, eb->start);
996 logical = eb_root->start;
1057 btrfs_set_header_bytenr(eb, eb->start);