Home
last modified time | relevance | path

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

/Linux-v5.15/fs/btrfs/
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);
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 …]
Dbackref.c419 int level, u64 time_seq, const u64 *extent_item_pos, in add_all_parents() argument
456 if (time_seq == BTRFS_SEQ_LAST) in add_all_parents()
459 ret = btrfs_next_old_leaf(root, path, time_seq); in add_all_parents()
480 if (time_seq == BTRFS_SEQ_LAST) in add_all_parents()
483 ret = btrfs_next_old_leaf(root, path, time_seq); in add_all_parents()
518 if (time_seq == BTRFS_SEQ_LAST) in add_all_parents()
521 ret = btrfs_next_old_item(root, path, time_seq); in add_all_parents()
536 struct btrfs_path *path, u64 time_seq, in resolve_indirect_ref() argument
578 else if (time_seq == BTRFS_SEQ_LAST) in resolve_indirect_ref()
581 root_level = btrfs_old_root_level(root, time_seq); in resolve_indirect_ref()
[all …]
Dbackref.h46 u64 time_seq, struct ulist **leafs,
50 u64 time_seq, struct ulist **roots,
Dctree.c1936 struct btrfs_path *p, u64 time_seq) in btrfs_search_old_slot() argument
1951 BUG_ON(time_seq); in btrfs_search_old_slot()
1956 b = btrfs_get_old_root(root, time_seq); in btrfs_search_old_slot()
2011 b = btrfs_tree_mod_log_rewind(fs_info, p, b, time_seq); in btrfs_search_old_slot()
4382 u64 time_seq) in btrfs_next_old_leaf() argument
4405 if (time_seq) in btrfs_next_old_leaf()
4406 ret = btrfs_search_old_slot(root, &key, path, time_seq); in btrfs_next_old_leaf()
4491 if (!ret && time_seq) { in btrfs_next_old_leaf()
Dctree.h2866 struct btrfs_path *p, u64 time_seq);
2910 u64 time_seq);
2916 struct btrfs_path *p, u64 time_seq) in btrfs_next_old_item() argument
2920 return btrfs_next_old_leaf(root, p, time_seq); in btrfs_next_old_item()