Searched refs:last_snapshot (Results 1 - 5 of 5) sorted by relevance

/linux-master/fs/btrfs/
H A Dqgroup.h160 u64 last_snapshot; member in struct:btrfs_qgroup_swapped_block
430 u64 last_snapshot);
H A Drelocation.c767 * Set the last_snapshot field to the generation of the commit
782 * the 'last_snapshot'.
1221 u64 last_snapshot; local
1231 last_snapshot = btrfs_root_last_snapshot(&src->root_item);
1295 if (new_bytenr == 0 || old_ptr_gen > last_snapshot ||
1365 last_snapshot);
1442 u64 last_snapshot; local
1445 last_snapshot = btrfs_root_last_snapshot(&root->root_item);
1458 last_snapshot)
1480 u64 last_snapshot; local
[all...]
H A Dqgroup.c2313 * E.g. (OO = Old tree blocks, NN = New tree blocks, whose gen == last_snapshot)
2335 u64 last_snapshot, bool trace_leaf)
2378 if (child_gen < last_snapshot)
2407 if (btrfs_node_ptr_generation(eb, i) < last_snapshot)
2414 last_snapshot, trace_leaf);
2437 u64 last_snapshot, bool trace_leaf)
2475 level, last_snapshot, trace_leaf);
4583 * @last_snapshot: last snapshot generation of the subvolume tree
4590 u64 last_snapshot)
4629 block->last_snapshot
2331 qgroup_trace_new_subtree_blocks(struct btrfs_trans_handle* trans, struct extent_buffer *src_eb, struct btrfs_path *dst_path, int cur_level, int root_level, u64 last_snapshot, bool trace_leaf) argument
2434 qgroup_trace_subtree_swap(struct btrfs_trans_handle *trans, struct extent_buffer *src_eb, struct extent_buffer *dst_eb, u64 last_snapshot, bool trace_leaf) argument
4585 btrfs_qgroup_add_swapped_blocks(struct btrfs_trans_handle *trans, struct btrfs_root *subvol_root, struct btrfs_block_group *bg, struct extent_buffer *subvol_parent, int subvol_slot, struct extent_buffer *reloc_parent, int reloc_slot, u64 last_snapshot) argument
[all...]
H A Daccessors.h754 last_snapshot, 64);
/linux-master/include/uapi/linux/
H A Dbtrfs_tree.h931 __le64 last_snapshot; member in struct:btrfs_root_item

Completed in 158 milliseconds