Home
last modified time | relevance | path

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

/openbmc/linux/fs/btrfs/
H A Drelocation.c1480 u64 ptr_gen = 0; in walk_down_reloc_tree() local
1490 ptr_gen = btrfs_node_ptr_generation(eb, path->slots[i]); in walk_down_reloc_tree()
1491 if (ptr_gen > last_snapshot) in walk_down_reloc_tree()
H A Dtree-log.c2595 u64 ptr_gen; in walk_down_log_tree() local
2612 ptr_gen = btrfs_node_ptr_generation(cur, path->slots[*level]); in walk_down_log_tree()
2613 check.transid = ptr_gen; in walk_down_log_tree()
2625 ret = wc->process_func(root, next, wc, ptr_gen, in walk_down_log_tree()