Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/btrfs/
A Dtree-mod-log.c601 u64 time_seq) in tree_mod_log_oldest_root() argument
608 if (!time_seq) in tree_mod_log_oldest_root()
619 time_seq); in tree_mod_log_oldest_root()
658 u64 time_seq, in tree_mod_log_rewind() argument
670 while (tm && tm->seq >= time_seq) { in tree_mod_log_rewind()
738 u64 time_seq) in btrfs_tree_mod_log_rewind() argument
743 if (!time_seq) in btrfs_tree_mod_log_rewind()
781 tree_mod_log_rewind(fs_info, eb_rewin, time_seq, tm); in btrfs_tree_mod_log_rewind()
809 tm = tree_mod_log_oldest_root(eb_root, time_seq); in btrfs_get_old_root()
890 tree_mod_log_rewind(fs_info, eb, time_seq, tm); in btrfs_get_old_root()
[all …]
A 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);
A Dctree.h574 struct btrfs_path *p, u64 time_seq);
651 u64 time_seq);
685 int btrfs_next_old_item(struct btrfs_root *root, struct btrfs_path *path, u64 time_seq);
A Dbackref.c511 if (ctx->time_seq == BTRFS_SEQ_LAST) in add_all_parents()
514 ret = btrfs_next_old_leaf(root, path, ctx->time_seq); in add_all_parents()
535 if (ctx->time_seq == BTRFS_SEQ_LAST) in add_all_parents()
575 if (ctx->time_seq == BTRFS_SEQ_LAST) in add_all_parents()
578 ret = btrfs_next_old_item(root, path, ctx->time_seq); in add_all_parents()
635 else if (ctx->time_seq == BTRFS_SEQ_LAST) in resolve_indirect_ref()
666 if (ctx->time_seq == BTRFS_SEQ_LAST) in resolve_indirect_ref()
1424 if (ctx->time_seq == BTRFS_SEQ_LAST) in find_parent_nodes()
1441 ctx->time_seq != BTRFS_SEQ_LAST) { in find_parent_nodes()
1895 walk_ctx.time_seq = elem.seq; in btrfs_is_data_extent_shared()
[all …]
A Dctree.c2281 struct btrfs_path *p, u64 time_seq) in btrfs_search_old_slot() argument
2297 BUG_ON(time_seq); in btrfs_search_old_slot()
2302 b = btrfs_get_old_root(root, time_seq); in btrfs_search_old_slot()
2357 b = btrfs_tree_mod_log_rewind(fs_info, p, b, time_seq); in btrfs_search_old_slot()
4731 u64 time_seq) in btrfs_next_old_leaf() argument
4748 if (time_seq) in btrfs_next_old_leaf()
4763 if (time_seq) { in btrfs_next_old_leaf()
4764 ret = btrfs_search_old_slot(root, &key, path, time_seq); in btrfs_next_old_leaf()
4866 if (!ret && time_seq) { in btrfs_next_old_leaf()
4931 int btrfs_next_old_item(struct btrfs_root *root, struct btrfs_path *path, u64 time_seq) in btrfs_next_old_item() argument
[all …]
A Dbackref.h79 u64 time_seq; member
A Dqgroup.c2800 ctx.time_seq = BTRFS_SEQ_LAST; in btrfs_qgroup_account_extents()

Completed in 35 milliseconds