Searched refs:time_seq (Results 1 – 5 of 5) sorted by relevance
| /linux/fs/btrfs/ |
| H A D | tree-mod-log.c | 771 u64 time_seq) in tree_mod_log_oldest_root() argument 778 if (!time_seq) in tree_mod_log_oldest_root() 789 time_seq); in tree_mod_log_oldest_root() 828 u64 time_seq, in tree_mod_log_rewind() argument 856 while (tm && tm->seq >= time_seq) { in tree_mod_log_rewind() 949 u64 time_seq) in btrfs_tree_mod_log_rewind() argument 954 if (!time_seq) in btrfs_tree_mod_log_rewind() 960 tm = tree_mod_log_search(fs_info, eb->start, time_seq); in btrfs_tree_mod_log_rewind() 992 tree_mod_log_rewind(fs_info, eb_rewin, time_seq, tm); in btrfs_tree_mod_log_rewind() 1006 struct extent_buffer *btrfs_get_old_root(struct btrfs_root *root, u64 time_seq) in btrfs_get_old_root() argument [all …]
|
| H 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);
|
| H 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() 535 ret = btrfs_next_old_leaf(root, path, ctx->time_seq); 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() 635 root_level = btrfs_old_root_level(root, ctx->time_seq); in resolve_indirect_ref() 663 if (ctx->time_seq == BTRFS_SEQ_LAST) in resolve_indirect_ref() 666 ret = btrfs_search_old_slot(root, &search_key, path, ctx->time_seq); in resolve_indirect_ref() [all …]
|
| H A D | qgroup.c | 3067 ctx.time_seq = BTRFS_SEQ_LAST; in btrfs_qgroup_account_extents()
|
| /linux/drivers/net/ethernet/meta/fbnic/ |
| H A D | fbnic_txrx.c | 84 s = u64_stats_fetch_begin(&fbn->time_seq); in fbnic_ts40_to_ns() 86 } while (u64_stats_fetch_retry(&fbn->time_seq, s)); in fbnic_ts40_to_ns()
|