Home
last modified time | relevance | path

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

/Linux-v5.10/fs/btrfs/
Dbackref.c418 int level, u64 time_seq, const u64 *extent_item_pos, in add_all_parents() argument
455 if (time_seq == SEQ_LAST) in add_all_parents()
458 ret = btrfs_next_old_leaf(root, path, time_seq); in add_all_parents()
479 if (time_seq == SEQ_LAST) in add_all_parents()
482 ret = btrfs_next_old_leaf(root, path, time_seq); in add_all_parents()
517 if (time_seq == SEQ_LAST) in add_all_parents()
520 ret = btrfs_next_old_item(root, path, time_seq); in add_all_parents()
535 struct btrfs_path *path, u64 time_seq, in resolve_indirect_ref() argument
577 else if (time_seq == SEQ_LAST) in resolve_indirect_ref()
580 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, bool ignore_offset);
Dctree.c1132 struct extent_buffer *eb_root, u64 time_seq) in __tree_mod_log_oldest_root() argument
1139 if (!time_seq) in __tree_mod_log_oldest_root()
1150 time_seq); in __tree_mod_log_oldest_root()
1188 u64 time_seq, struct tree_mod_elem *first_tm) in __tree_mod_log_rewind() argument
1199 while (tm && tm->seq >= time_seq) { in __tree_mod_log_rewind()
1266 struct extent_buffer *eb, u64 time_seq) in tree_mod_log_rewind() argument
1271 if (!time_seq) in tree_mod_log_rewind()
1277 tm = tree_mod_log_search(fs_info, eb->start, time_seq); in tree_mod_log_rewind()
1312 __tree_mod_log_rewind(fs_info, eb_rewin, time_seq, tm); in tree_mod_log_rewind()
1327 get_old_root(struct btrfs_root *root, u64 time_seq) in get_old_root() argument
[all …]
Dctree.h2734 struct btrfs_path *p, u64 time_seq);
2779 u64 time_seq);
2781 struct btrfs_path *p, u64 time_seq) in btrfs_next_old_item() argument
2785 return btrfs_next_old_leaf(root, p, time_seq); in btrfs_next_old_item()
2827 int btrfs_old_root_level(struct btrfs_root *root, u64 time_seq);