Searched refs:time_seq (Results 1 – 7 of 7) sorted by relevance
| /fs/btrfs/ |
| A D | tree-mod-log.c | 772 u64 time_seq) in tree_mod_log_oldest_root() argument 779 if (!time_seq) in tree_mod_log_oldest_root() 790 time_seq); in tree_mod_log_oldest_root() 829 u64 time_seq, in tree_mod_log_rewind() argument 857 while (tm && tm->seq >= time_seq) { in tree_mod_log_rewind() 950 u64 time_seq) in btrfs_tree_mod_log_rewind() argument 955 if (!time_seq) in btrfs_tree_mod_log_rewind() 993 tree_mod_log_rewind(fs_info, eb_rewin, time_seq, tm); in btrfs_tree_mod_log_rewind() 1021 tm = tree_mod_log_oldest_root(eb_root, time_seq); in btrfs_get_old_root() 1102 tree_mod_log_rewind(fs_info, eb, time_seq, tm); in btrfs_get_old_root() [all …]
|
| A D | tree-mod-log.h | 45 u64 time_seq); 46 struct extent_buffer *btrfs_get_old_root(struct btrfs_root *root, u64 time_seq); 47 int btrfs_old_root_level(struct btrfs_root *root, u64 time_seq);
|
| A D | ctree.h | 597 struct btrfs_path *p, u64 time_seq); 671 u64 time_seq); 705 int btrfs_next_old_item(struct btrfs_root *root, struct btrfs_path *path, u64 time_seq);
|
| A D | backref.c | 508 if (ctx->time_seq == BTRFS_SEQ_LAST) in add_all_parents() 511 ret = btrfs_next_old_leaf(root, path, ctx->time_seq); in add_all_parents() 532 if (ctx->time_seq == BTRFS_SEQ_LAST) in add_all_parents() 572 if (ctx->time_seq == BTRFS_SEQ_LAST) in add_all_parents() 575 ret = btrfs_next_old_item(root, path, ctx->time_seq); in add_all_parents() 632 else if (ctx->time_seq == BTRFS_SEQ_LAST) in resolve_indirect_ref() 663 if (ctx->time_seq == BTRFS_SEQ_LAST) in resolve_indirect_ref() 1416 if (ctx->time_seq == BTRFS_SEQ_LAST) in find_parent_nodes() 1435 ctx->time_seq != BTRFS_SEQ_LAST) { in find_parent_nodes() 1890 walk_ctx.time_seq = elem.seq; in btrfs_is_data_extent_shared() [all …]
|
| A D | ctree.c | 2242 struct btrfs_path *p, u64 time_seq) in btrfs_search_old_slot() argument 2257 BUG_ON(time_seq); in btrfs_search_old_slot() 2262 b = btrfs_get_old_root(root, time_seq); in btrfs_search_old_slot() 2318 b = btrfs_tree_mod_log_rewind(fs_info, b, time_seq); in btrfs_search_old_slot() 4770 u64 time_seq) in btrfs_next_old_leaf() argument 4787 if (time_seq) in btrfs_next_old_leaf() 4802 if (time_seq) { in btrfs_next_old_leaf() 4803 ret = btrfs_search_old_slot(root, &key, path, time_seq); in btrfs_next_old_leaf() 4904 if (!ret && time_seq) { in btrfs_next_old_leaf() 4968 int btrfs_next_old_item(struct btrfs_root *root, struct btrfs_path *path, u64 time_seq) in btrfs_next_old_item() argument [all …]
|
| A D | backref.h | 97 u64 time_seq; member
|
| A D | qgroup.c | 3047 ctx.time_seq = BTRFS_SEQ_LAST; in btrfs_qgroup_account_extents()
|
Completed in 30 milliseconds