Home
last modified time | relevance | path

Searched refs:time_seq (Results 1 – 6 of 6) sorted by relevance

/Linux-v6.1/fs/btrfs/
Dtree-mod-log.c598 u64 time_seq) in tree_mod_log_oldest_root() argument
605 if (!time_seq) in tree_mod_log_oldest_root()
616 time_seq); in tree_mod_log_oldest_root()
655 u64 time_seq, in tree_mod_log_rewind() argument
667 while (tm && tm->seq >= time_seq) { in tree_mod_log_rewind()
735 u64 time_seq) in btrfs_tree_mod_log_rewind() argument
740 if (!time_seq) in btrfs_tree_mod_log_rewind()
746 tm = tree_mod_log_search(fs_info, eb->start, time_seq); in btrfs_tree_mod_log_rewind()
778 tree_mod_log_rewind(fs_info, eb_rewin, time_seq, tm); in btrfs_tree_mod_log_rewind()
792 struct extent_buffer *btrfs_get_old_root(struct btrfs_root *root, u64 time_seq) in btrfs_get_old_root() argument
[all …]
Dtree-mod-log.h40 u64 time_seq);
41 struct extent_buffer *btrfs_get_old_root(struct btrfs_root *root, u64 time_seq);
42 int btrfs_old_root_level(struct btrfs_root *root, u64 time_seq);
Dbackref.c422 int level, u64 time_seq, const u64 *extent_item_pos, in add_all_parents() argument
459 if (time_seq == BTRFS_SEQ_LAST) in add_all_parents()
462 ret = btrfs_next_old_leaf(root, path, time_seq); in add_all_parents()
483 if (time_seq == BTRFS_SEQ_LAST) in add_all_parents()
486 ret = btrfs_next_old_leaf(root, path, time_seq); in add_all_parents()
521 if (time_seq == BTRFS_SEQ_LAST) in add_all_parents()
524 ret = btrfs_next_old_item(root, path, time_seq); in add_all_parents()
539 struct btrfs_path *path, u64 time_seq, in resolve_indirect_ref() argument
581 else if (time_seq == BTRFS_SEQ_LAST) in resolve_indirect_ref()
584 root_level = btrfs_old_root_level(root, time_seq); in resolve_indirect_ref()
[all …]
Dbackref.h60 u64 time_seq, struct ulist **leafs,
64 u64 time_seq, struct ulist **roots,
Dctree.c2170 struct btrfs_path *p, u64 time_seq) in btrfs_search_old_slot() argument
2186 BUG_ON(time_seq); in btrfs_search_old_slot()
2191 b = btrfs_get_old_root(root, time_seq); in btrfs_search_old_slot()
2246 b = btrfs_tree_mod_log_rewind(fs_info, p, b, time_seq); in btrfs_search_old_slot()
4653 u64 time_seq) in btrfs_next_old_leaf() argument
4670 if (time_seq) in btrfs_next_old_leaf()
4685 if (time_seq) { in btrfs_next_old_leaf()
4686 ret = btrfs_search_old_slot(root, &key, path, time_seq); in btrfs_next_old_leaf()
4788 if (!ret && time_seq) { in btrfs_next_old_leaf()
Dctree.h3055 struct btrfs_path *p, u64 time_seq);
3132 u64 time_seq);
3167 struct btrfs_path *p, u64 time_seq) in btrfs_next_old_item() argument
3171 return btrfs_next_old_leaf(root, p, time_seq); in btrfs_next_old_item()