Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/btrfs/
Dbackref.c421 int level, u64 time_seq, const u64 *extent_item_pos, in add_all_parents() argument
459 if (time_seq == SEQ_LAST) in add_all_parents()
462 ret = btrfs_next_old_leaf(root, path, time_seq); in add_all_parents()
483 if (time_seq == SEQ_LAST) in add_all_parents()
486 ret = btrfs_next_old_leaf(root, path, time_seq); in add_all_parents()
524 if (time_seq == SEQ_LAST) in add_all_parents()
527 ret = btrfs_next_old_item(root, path, time_seq); in add_all_parents()
542 struct btrfs_path *path, u64 time_seq, in resolve_indirect_ref() argument
584 else if (time_seq == SEQ_LAST) in resolve_indirect_ref()
587 root_level = btrfs_old_root_level(root, time_seq); in resolve_indirect_ref()
[all …]
Dbackref.h45 u64 time_seq, struct ulist **leafs,
49 u64 time_seq, struct ulist **roots, bool ignore_offset);
Dctree.c1135 struct extent_buffer *eb_root, u64 time_seq) in __tree_mod_log_oldest_root() argument
1142 if (!time_seq) in __tree_mod_log_oldest_root()
1153 time_seq); in __tree_mod_log_oldest_root()
1191 u64 time_seq, struct tree_mod_elem *first_tm) in __tree_mod_log_rewind() argument
1202 while (tm && tm->seq >= time_seq) { in __tree_mod_log_rewind()
1269 struct extent_buffer *eb, u64 time_seq) in tree_mod_log_rewind() argument
1274 if (!time_seq) in tree_mod_log_rewind()
1280 tm = tree_mod_log_search(fs_info, eb->start, time_seq); in tree_mod_log_rewind()
1315 __tree_mod_log_rewind(fs_info, eb_rewin, time_seq, tm); in tree_mod_log_rewind()
1330 get_old_root(struct btrfs_root *root, u64 time_seq) in get_old_root() argument
[all …]
Dctree.h2741 struct btrfs_path *p, u64 time_seq);
2786 u64 time_seq);
2788 struct btrfs_path *p, u64 time_seq) in btrfs_next_old_item() argument
2792 return btrfs_next_old_leaf(root, p, time_seq); in btrfs_next_old_item()
2834 int btrfs_old_root_level(struct btrfs_root *root, u64 time_seq);