Searched refs:time_seq (Results 1 – 10 of 10) sorted by relevance
| /linux-6.15/fs/btrfs/ |
| 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 | tree-mod-log.c | 735 u64 time_seq) in tree_mod_log_oldest_root() argument 742 if (!time_seq) in tree_mod_log_oldest_root() 753 time_seq); in tree_mod_log_oldest_root() 792 u64 time_seq, in tree_mod_log_rewind() argument 820 while (tm && tm->seq >= time_seq) { in tree_mod_log_rewind() 913 u64 time_seq) in btrfs_tree_mod_log_rewind() argument 918 if (!time_seq) in btrfs_tree_mod_log_rewind() 956 tree_mod_log_rewind(fs_info, eb_rewin, time_seq, tm); in btrfs_tree_mod_log_rewind() 984 tm = tree_mod_log_oldest_root(eb_root, time_seq); in btrfs_get_old_root() 1065 tree_mod_log_rewind(fs_info, eb, time_seq, tm); in btrfs_get_old_root() [all …]
|
| H A D | ctree.h | 603 struct btrfs_path *p, u64 time_seq); 677 u64 time_seq); 711 int btrfs_next_old_item(struct btrfs_root *root, struct btrfs_path *path, 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() 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 …]
|
| H A D | backref.h | 97 u64 time_seq; member
|
| H A D | ctree.c | 2233 struct btrfs_path *p, u64 time_seq) in btrfs_search_old_slot() argument 2249 BUG_ON(time_seq); in btrfs_search_old_slot() 2254 b = btrfs_get_old_root(root, time_seq); in btrfs_search_old_slot() 2309 b = btrfs_tree_mod_log_rewind(fs_info, b, time_seq); in btrfs_search_old_slot() 4783 u64 time_seq) in btrfs_next_old_leaf() argument 4800 if (time_seq) in btrfs_next_old_leaf() 4815 if (time_seq) { in btrfs_next_old_leaf() 4816 ret = btrfs_search_old_slot(root, &key, path, time_seq); in btrfs_next_old_leaf() 4917 if (!ret && time_seq) { in btrfs_next_old_leaf() 4981 int btrfs_next_old_item(struct btrfs_root *root, struct btrfs_path *path, u64 time_seq) in btrfs_next_old_item() argument [all …]
|
| H A D | qgroup.c | 3073 ctx.time_seq = BTRFS_SEQ_LAST; in btrfs_qgroup_account_extents()
|
| /linux-6.15/drivers/net/ethernet/meta/fbnic/ |
| H A D | fbnic_time.c | 137 u64_stats_update_begin(&fbn->time_seq); in fbnic_ptp_adjtime() 139 u64_stats_update_end(&fbn->time_seq); in fbnic_ptp_adjtime() 198 u64_stats_update_begin(&fbn->time_seq); in fbnic_ptp_settime64() 200 u64_stats_update_end(&fbn->time_seq); in fbnic_ptp_settime64() 260 u64_stats_init(&fbn->time_seq); in fbnic_time_init()
|
| H A D | fbnic_netdev.h | 52 struct u64_stats_sync time_seq; member
|
| H A D | fbnic_txrx.c | 72 s = u64_stats_fetch_begin(&fbn->time_seq); in fbnic_ts40_to_ns() 74 } while (u64_stats_fetch_retry(&fbn->time_seq, s)); in fbnic_ts40_to_ns()
|