Searched refs:time_seq (Results 1 – 6 of 6) sorted by relevance
/linux-6.1.9/fs/btrfs/ |
D | tree-mod-log.c | 598 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 …]
|
D | tree-mod-log.h | 40 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);
|
D | backref.c | 422 int level, u64 time_seq, const u64 *extent_item_pos, in add_all_parents() argument 460 if (time_seq == BTRFS_SEQ_LAST) in add_all_parents() 463 ret = btrfs_next_old_leaf(root, path, time_seq); in add_all_parents() 484 if (time_seq == BTRFS_SEQ_LAST) in add_all_parents() 487 ret = btrfs_next_old_leaf(root, path, time_seq); in add_all_parents() 525 if (time_seq == BTRFS_SEQ_LAST) in add_all_parents() 528 ret = btrfs_next_old_item(root, path, time_seq); in add_all_parents() 543 struct btrfs_path *path, u64 time_seq, in resolve_indirect_ref() argument 585 else if (time_seq == BTRFS_SEQ_LAST) in resolve_indirect_ref() 588 root_level = btrfs_old_root_level(root, time_seq); in resolve_indirect_ref() [all …]
|
D | backref.h | 60 u64 time_seq, struct ulist **leafs, 64 u64 time_seq, struct ulist **roots,
|
D | ctree.c | 2170 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()
|
D | ctree.h | 3061 struct btrfs_path *p, u64 time_seq); 3138 u64 time_seq); 3173 struct btrfs_path *p, u64 time_seq) in btrfs_next_old_item() argument 3177 return btrfs_next_old_leaf(root, p, time_seq); in btrfs_next_old_item()
|